< prev index next >

src/share/vm/c1/c1_Runtime1.cpp

Print this page

        

*** 317,326 **** --- 317,328 ---- FUNCTION_CASE(entry, TRACE_TIME_METHOD); #endif FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32()); FUNCTION_CASE(entry, StubRoutines::dexp()); FUNCTION_CASE(entry, StubRoutines::dlog()); + FUNCTION_CASE(entry, StubRoutines::dsin()); + FUNCTION_CASE(entry, StubRoutines::dcos()); #undef FUNCTION_CASE // Soft float adds more runtime names. return pd_name_for_address(entry);
< prev index next >