Searched defs:do_RuntimeCall (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp867 void InstructionPrinter::do_RuntimeCall(RuntimeCall* x) { function in class:InstructionPrinter
H A Dc1_ValueMap.hpp207 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ }; function in class:ValueNumberingVisitor
H A Dc1_Canonicalizer.cpp939 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {} function in class:Canonicalizer
H A Dc1_Optimizer.cpp534 void do_RuntimeCall (RuntimeCall* x);
715 void NullCheckVisitor::do_RuntimeCall (RuntimeCall* x) {} function in class:NullCheckVisitor
H A Dc1_LIRGenerator.cpp2879 void LIRGenerator::do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x) { function in class:LIRGenerator
2938 do_RuntimeCall(CAST_FROM_FN_PTR(address, TRACE_TIME_METHOD), 0, x);
2943 do_RuntimeCall(CAST_FROM_FN_PTR(address, os::javaTimeMillis), 0, x);
2947 do_RuntimeCall(CAST_FROM_FN_PTR(address, os::javaTimeNanos), 0, x);
3068 void LIRGenerator::do_RuntimeCall(RuntimeCall* x) { function in class:LIRGenerator

Completed in 51 milliseconds