Searched defs:native_call (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp221 friend CompiledStaticCall* compiledStaticCall_at(address native_call);
256 inline CompiledStaticCall* compiledStaticCall_at(address native_call) { argument
257 CompiledStaticCall* st = (CompiledStaticCall*)native_call;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp447 void AbstractInterpreterGenerator::bang_stack_shadow_pages(bool native_call) { argument
460 const int start_page = native_call ? StackShadowPages : 1;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp462 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
506 (native_call ? frame::interpreter_frame_extra_outgoing_argument_words : 0);
523 if (native_call) {
573 if (native_call) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp385 // profile_method != NULL == !native_call
587 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
615 if (native_call) {
H A DtemplateInterpreter_x86_64.cpp343 // profile_method != NULL == !native_call
562 void TemplateInterpreterGenerator::generate_fixed_frame(bool native_call) { argument
588 if (native_call) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3645 Node* native_call = makecon(native_call_addr); local
3646 Node* chk_native = _gvn.transform( new(C) CmpPNode(target_call, native_call) );

Completed in 823 milliseconds