Searched refs:do_RuntimeCall (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp108 virtual void do_RuntimeCall (RuntimeCall* x);
H A Dc1_InstructionPrinter.hpp136 virtual void do_RuntimeCall (RuntimeCall* x);
H A Dc1_ValueMap.hpp207 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ }; function in class:ValueNumberingVisitor
H A Dc1_LIRGenerator.hpp429 void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
535 virtual void do_RuntimeCall (RuntimeCall* x);
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
H A Dc1_InstructionPrinter.cpp867 void InstructionPrinter::do_RuntimeCall(RuntimeCall* x) { function in class:InstructionPrinter
H A Dc1_Canonicalizer.cpp939 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp211 virtual void do_RuntimeCall (RuntimeCall* x) = 0;

Completed in 61 milliseconds