Searched defs:has_receiver (Results 1 - 18 of 18) sorted by relevance

/openjdk10/hotspot/src/share/vm/ci/
H A DciCallProfile.hpp62 bool has_receiver(int i) const { return _limit > i; } function in class:ciCallProfile
H A DciTypeFlow.cpp649 do_invoke(ciBytecodeStream* str, bool has_receiver) argument
/openjdk10/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp223 bool has_receiver() const { return !is_invokestatic() && !is_invokedynamic(); } function in class:Bytecode_invoke
H A Dbytecodes.hpp426 static bool has_receiver (Code code) { assert(is_invoke(code), ""); return code == _invokevirtual || function in class:Bytecodes
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledMethod.cpp302 bool has_receiver = call.has_receiver(); local
/openjdk10/hotspot/src/share/vm/opto/
H A DdoCall.cpp432 const bool has_receiver = Bytecodes::has_receiver(bc()); local
/openjdk10/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp1055 bool has_receiver = false; local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1667 bool has_receiver = false; local
/openjdk10/hotspot/src/share/vm/runtime/
H A Dframe.cpp810 InterpretedArgumentOopFinder(Symbol* signature, bool has_receiver, frame* fr, OopClosure* f) : SignatureInfo(signature), _has_receiver(has_receiver) { argument
925 bool has_receiver = false; local
967 void frame::oops_interpreted_arguments_do(Symbol* signature, bool has_receiver, OopClosure* f) { argument
1017 CompiledArgumentOopFinder(Symbol* signature, bool has_receiver, boo argument
1047 oops_compiled_arguments_do(Symbol* signature, bool has_receiver, bool has_appendix, const RegisterMap* reg_map, OopClosure* f) argument
[all...]
H A DsharedRuntime.cpp1127 bool has_receiver = bc != Bytecodes::_invokestatic && local
2914 VMRegPair *SharedRuntime::find_callee_arguments(Symbol* sig, bool has_receiver, bool has_appendix, int* arg_size) { argument
/openjdk10/hotspot/src/share/vm/oops/
H A DmethodData.cpp258 void TypeStackSlotEntries::post_initialize(Symbol* signature, bool has_receiver, bool include_receiver) { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1239 bool has_receiver = false; local
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp3519 const bool has_receiver = !callee->is_static(); local
3802 const bool has_receiver = (bc != Bytecodes::_invokestatic && !is_invokedynamic); local
[all...]
H A Dc1_LIRGenerator.cpp3287 bool has_receiver = x->callee()->is_loaded() && !x->callee()->is_static() && !Bytecodes::has_receiver(bc); local
3328 bool has_receiver = !x->callee()->is_static(); local
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp901 bool has_receiver = false; local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp1642 bool has_receiver = false; local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1439 bool has_receiver = false; local
H A DsharedRuntime_x86_64.cpp1750 bool has_receiver = false; local

Completed in 609 milliseconds