Home
last modified time | relevance | path

Searched defs:method_oop (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2225 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2251 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2927 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2968 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2978 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
2988 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
2999 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
3151 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
3173 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
3183 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp624 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
690 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
726 Method* method_oop = _jvf->method(); in doit_prologue() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1985 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2011 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2666 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2707 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2717 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
2727 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
2738 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
2890 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
2912 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
2922 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp634 Method* method_oop = jvf->method(); in check_slot_type() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1985 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2011 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2666 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2707 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2717 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
2727 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
2738 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
2890 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
2912 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
2922 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp634 Method* method_oop = jvf->method(); in check_slot_type() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2231 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2257 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2933 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2974 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2984 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
2994 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
3005 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
3157 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
3179 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
3189 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp640 Method* method_oop = jvf->method(); in check_slot_type() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2226 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2252 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2928 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2969 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2979 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
2989 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
3000 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
3152 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
3174 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
3184 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp641 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
707 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
743 Method* method_oop = _jvf->method(); in doit_prologue() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2224 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2250 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2926 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2967 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2977 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
2987 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
2998 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
3150 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
3172 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
3182 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp639 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
705 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
741 Method* method_oop = _jvf->method(); in doit_prologue() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2231 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2257 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2933 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2974 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2984 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
2994 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
3005 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
3157 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
3179 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
3189 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp640 Method* method_oop = jvf->method(); in check_slot_type() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp2237 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { in SetBreakpoint()
2263 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { in ClearBreakpoint()
2939 JvmtiEnv::GetMethodName(Method* method_oop, char** name_ptr, char** signature_ptr, char** generic_p… in GetMethodName()
2980 JvmtiEnv::GetMethodDeclaringClass(Method* method_oop, jclass* declaring_class_ptr) { in GetMethodDeclaringClass()
2990 JvmtiEnv::GetMethodModifiers(Method* method_oop, jint* modifiers_ptr) { in GetMethodModifiers()
3000 JvmtiEnv::GetMaxLocals(Method* method_oop, jint* max_ptr) { in GetMaxLocals()
3011 JvmtiEnv::GetArgumentsSize(Method* method_oop, jint* size_ptr) { in GetArgumentsSize()
3163 JvmtiEnv::GetBytecodes(Method* method_oop, jint* bytecode_count_ptr, unsigned char** bytecodes_ptr)… in GetBytecodes()
3185 JvmtiEnv::IsMethodNative(Method* method_oop, jboolean* is_native_ptr) { in IsMethodNative()
3195 JvmtiEnv::IsMethodSynthetic(Method* method_oop, jboolean* is_synthetic_ptr) { in IsMethodSynthetic()
[all …]
H A DjvmtiImpl.cpp548 Method* method_oop = jvf->method(); in check_slot_type_lvt() local
614 Method* method_oop = jvf->method(); in check_slot_type_no_lvt() local
650 Method* method_oop = _jvf->method(); in doit_prologue() local