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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1198 call_runtime(&signature, args, CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit), voidType, NULL);
1269 LIR_Opr call_result = call_runtime(clazz.value(), object.value(),
1312 call_runtime(&signature, args,
2617 call_runtime(&signature, args, CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry), voidType, NULL);
3085 LIR_Opr result = call_runtime(signature, args, x->entry(), x->type(), NULL);
3093 LIR_Opr LIRGenerator::call_runtime(Value arg1, address entry, ValueType* result_type, CodeEmitInfo* info) { function in class:LIRGenerator
3100 return call_runtime(&signature, &args, entry, result_type, info);
3104 LIR_Opr LIRGenerator::call_runtime(Value arg1, Value arg2, address entry, ValueType* result_type, CodeEmitInfo* info) { function in class:LIRGenerator
3114 return call_runtime(&signature, &args, entry, result_type, info);
3118 LIR_Opr LIRGenerator::call_runtime(BasicTypeArra function in class:LIRGenerator
3163 LIR_Opr LIRGenerator::call_runtime(BasicTypeArray* signature, LIRItemList* args, function in class:LIRGenerator
[all...]
H A Dc1_LIR.hpp2130 void call_runtime(address routine, LIR_Opr tmp, LIR_Opr result, function in class:LIR_List

Completed in 274 milliseconds