Searched defs:call_runtime (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3642 LIR_Opr LIRGenerator::call_runtime(Value arg1, address entry, ValueType* result_type, CodeEmitInfo* info) { function in class:LIRGenerator
3653 LIR_Opr LIRGenerator::call_runtime(Value arg1, Value arg2, address entry, ValueType* result_type, CodeEmitInfo* info) { function in class:LIRGenerator
3667 LIR_Opr LIRGenerator::call_runtime(BasicTypeArra function in class:LIRGenerator
3712 LIR_Opr LIRGenerator::call_runtime(BasicTypeArray* signature, LIRItemList* args, function in class:LIRGenerator
[all...]
H A Dc1_LIR.hpp2222 void call_runtime(address routine, LIR_Opr tmp, LIR_Opr result, function in class:LIR_List

Completed in 105 milliseconds