Searched defs:runtime_entry (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp721 address runtime_entry = NULL; local
724 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin);
727 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos);
730 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan);
733 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog);
736 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10);
739 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp);
745 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL);
751 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); local
752 LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry,
[all...]
H A DtemplateInterpreter_sparc.cpp266 address TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) { argument
269 __ call_VM(noreg, runtime_entry);
H A DstubGenerator_sparc.cpp439 address generate_throw_exception(const char* name, address runtime_entry, argument
479 BLOCK_COMMENT("call runtime_entry");
480 __ call(runtime_entry, relocInfo::runtime_call_type);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp325 address TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) { argument
328 __ call_VM(noreg, runtime_entry);
H A DtemplateInterpreter_x86_64.cpp276 address runtime_entry) {
279 __ call_VM(noreg, runtime_entry);
274 generate_safept_entry_for( TosState state, address runtime_entry) argument
H A DstubGenerator_x86_32.cpp2788 address generate_throw_exception(const char* name, address runtime_entry, argument
2830 BLOCK_COMMENT("call runtime_entry");
2831 __ call(RuntimeAddress(runtime_entry));
H A DstubGenerator_x86_64.cpp3636 address runtime_entry,
3688 BLOCK_COMMENT("call runtime_entry");
3689 __ call(RuntimeAddress(runtime_entry));
3635 generate_throw_exception(const char* name, address runtime_entry, Register arg1 = noreg, Register arg2 = noreg) argument
H A Dassembler_x86.cpp9054 void MacroAssembler::fp_runtime_fallback(address runtime_entry, int nb_args, int num_fpu_regs_in_use) { argument
9162 MacroAssembler::call_VM_leaf_base(runtime_entry, 0);

Completed in 122 milliseconds