Searched defs:ref_kind (Results 1 - 25 of 25) sorted by relevance

/openjdk10/hotspot/src/share/vm/prims/
H A DmethodHandles.hpp166 static bool ref_kind_is_valid(int ref_kind) { argument
169 static bool ref_kind_is_field(int ref_kind) { argument
173 static bool ref_kind_is_getter(int ref_kind) { argument
177 static bool ref_kind_is_setter(int ref_kind) { argument
180 ref_kind_is_method(int ref_kind) argument
183 ref_kind_has_receiver(int ref_kind) argument
187 ref_kind_is_static(int ref_kind) argument
190 ref_kind_does_dispatch(int ref_kind) argument
[all...]
H A DmethodHandles.cpp654 int ref_kind = (flags >> REFERENCE_KIND_SHIFT) & REFERENCE_KIND_MASK; local
1156 int ref_kind = (flags >> REFERENCE_KIND_SHIFT) & REFERENCE_KIND_MASK; local
[all...]
H A DjvmtiRedefineClasses.cpp476 int ref_kind = scratch_cp->method_handle_ref_kind_at(scratch_i); local
H A DjvmtiTagMap.cpp2038 inline bool CallbackInvoker::invoke_basic_object_reference_callback(jvmtiObjectReferenceKind ref_kind, argument
2085 inline bool CallbackInvoker::invoke_advanced_heap_root_callback(jvmtiHeapReferenceKind ref_kind, argument
2135 inline bool CallbackInvoker::invoke_advanced_stack_ref_callback(jvmtiHeapReferenceKind ref_kind, argument
2210 invoke_advanced_object_reference_callback(jvmtiHeapReferenceKind ref_kind, oop referrer, oop obj, jint index) argument
2346 report_primitive_field(jvmtiHeapReferenceKind ref_kind, oop obj, jint index, address addr, char type) argument
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmethodHandles_aarch64.cpp89 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { } argument
211 int ref_kind = signature_polymorphic_intrinsic_ref_kind(iid); local
H A DsharedRuntime_aarch64.cpp1243 int ref_kind = MethodHandles::signature_polymorphic_intrinsic_ref_kind(iid); local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmethodHandles_ppc.cpp95 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { argument
245 int ref_kind = signature_polymorphic_intrinsic_ref_kind(iid); local
[all...]
H A DsharedRuntime_ppc.cpp1646 int ref_kind = MethodHandles::signature_polymorphic_intrinsic_ref_kind(iid); local
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmethodHandles_s390.cpp104 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, argument
284 int ref_kind = signature_polymorphic_intrinsic_ref_kind(iid); local
[all...]
H A DsharedRuntime_s390.cpp905 int ref_kind = MethodHandles::signature_polymorphic_intrinsic_ref_kind(special_dispatch); local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp95 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { argument
244 int ref_kind = signature_polymorphic_intrinsic_ref_kind(iid); local
[all...]
H A DsharedRuntime_x86_32.cpp1443 int ref_kind = MethodHandles::signature_polymorphic_intrinsic_ref_kind(iid); local
H A DsharedRuntime_x86_64.cpp1754 int ref_kind = MethodHandles::signature_polymorphic_intrinsic_ref_kind(iid); local
/openjdk10/hotspot/src/share/vm/ci/
H A DciEnv.hpp252 get_unloaded_method_handle_constant(ciKlass* holder, ciSymbol* name, ciSymbol* signature, int ref_kind) argument
H A DciObjectFactory.cpp606 get_unloaded_method_handle_constant(ciKlass* holder, ciSymbol* name, ciSymbol* signature, int ref_kind) argument
H A DciEnv.cpp646 int ref_kind = cpool->method_handle_ref_kind_at(index); local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp105 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { argument
253 int ref_kind = signature_polymorphic_intrinsic_ref_kind(iid); local
[all...]
H A DsharedRuntime_sparc.cpp1671 int ref_kind = MethodHandles::signature_polymorphic_intrinsic_ref_kind(iid); local
/openjdk10/hotspot/src/cpu/arm/vm/
H A DmethodHandles_arm.cpp92 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { argument
235 int ref_kind = signature_polymorphic_intrinsic_ref_kind(iid); local
[all...]
H A DsharedRuntime_arm.cpp1059 int ref_kind = MethodHandles::signature_polymorphic_intrinsic_ref_kind(iid); local
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java707 public CONSTANT_MethodHandle_info(ConstantPool cp, RefKind ref_kind, int member_index) { argument
/openjdk10/hotspot/src/share/vm/oops/
H A DconstantPool.cpp865 int ref_kind = this_cp->method_handle_ref_kind_at(index); local
H A DconstantPool.hpp288 void method_handle_index_at_put(int which, int ref_kind, int ref_index) { argument
/openjdk10/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2590 int ref_kind = JVM_REF_invokeVirtual; local
2733 link_method_handle_constant(Klass* caller, int ref_kind, Klass* callee, Symbol* name_sym, Symbol* signature, TRAPS) argument
H A DclassFileParser.cpp191 const u1 ref_kind = cfs->get_u1_fast(); local
484 const int ref_kind = cp->method_handle_ref_kind_at(index); local
676 const int ref_kind = cp->method_handle_ref_kind_at(index); local

Completed in 407 milliseconds