/aosp12/art/runtime/mirror/ |
H A D | method_handles_lookup.cc | 45 ArtMethod* lookup = jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_lookup); in GetDefault() 55 jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_Lookup_findConstructor); in FindConstructor()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_method.cc | 138 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetBytecodes() 171 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetArgumentsSize() 207 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLocalVariableTable() 293 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMaxLocals() 323 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodName() 390 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodDeclaringClass() 407 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodLocation() 440 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodModifiers() 464 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLineNumberTable() 521 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in IsMethodT()
|
H A D | ti_breakpoint.cc | 157 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint() 181 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
|
H A D | events-inl.h | 368 art::ArtMethod* method = art::jni::DecodeArtMethod(jmethod);
|
/aosp12/art/compiler/optimizing/ |
H A D | critical_native_abi_fixup_arm.cc | 50 ArtMethod* resolved_method = jni::DecodeArtMethod(known_method); in FixUpArguments()
|
H A D | prepare_for_register_allocation.cc | 86 ArtMethod* char_at_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in VisitBoundsCheck()
|
/aosp12/art/runtime/ |
H A D | native_bridge_art_interface.cc | 37 ArtMethod* m = jni::DecodeArtMethod(mid); in GetMethodShorty()
|
H A D | reflection.cc | 563 return InvokeWithVarArgs(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeWithVarArgs() 604 return InvokeWithJValues(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeWithJValues() 647 return InvokeVirtualOrInterfaceWithJValues(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeVirtualOrInterfaceWithJValues() 691 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeVirtualOrInterfaceWithVarArgs() 892 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
|
H A D | instrumentation.cc | 245 ArtMethod* well_known_proxy_init = jni::DecodeArtMethod( in InstallStubsForMethod() 929 method != jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Proxy_init)) { in UpdateMethodsCodeImpl()
|
H A D | well_known_classes.cc | 501 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
|
H A D | hidden_api_test.cc | 161 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in GetArtMethod()
|
H A D | method_handles.cc | 91 return jni::DecodeArtMethod(m)->GetDeclaringClass(); in GetBoxedPrimitiveClass()
|
H A D | class_linker.cc | 5139 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Proxy_init); in CreateProxyConstructor()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.h | 136 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod() function
|
H A D | jni_internal.cc | 318 jni::DecodeArtMethod<kEnableIndexIds>(WellKnownClasses::java_lang_Runtime_nativeLoad)) { in GetClassLoader() 630 ArtMethod* m = jni::DecodeArtMethod(mid); in ToReflectedMethod() 875 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectV() 902 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectA()
|
H A D | check_jni.cc | 671 ArtMethod* method = jni::DecodeArtMethod(mid); in CheckConstructor() 1101 ArtMethod* m = jni::DecodeArtMethod(mid); in TracePossibleHeapValue() 1111 ArtMethod* m = jni::DecodeArtMethod(args.GetMethodID()); in TracePossibleHeapValue() 1337 ArtMethod* m = jni::DecodeArtMethod(mid); in CheckMethodID()
|
/aosp12/art/test/common/ |
H A D | stack_inspect.cc | 117 ArtMethod* goal = jni::DecodeArtMethod(id); in Java_Main_isInterpretedFunction()
|
/aosp12/art/runtime/native/ |
H A D | java_lang_reflect_Executable.cc | 214 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Parameter_init); in Executable_getParameters0()
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 71 ArtMethod* inlined_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in GetResolvedMethod()
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 402 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationFactory_createAnnotation); in ProcessEncodedAnnotation() 745 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationMember_init); in CreateAnnotationMember()
|
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 2273 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl() 2295 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in FastNativeImpl() 2324 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in CriticalNativeImpl()
|
/aosp12/art/runtime/arch/ |
H A D | stub_test.cc | 1729 ArtMethod* contains_amethod = jni::DecodeArtMethod(contains_jmethod); in TEST_F() 1747 ArtMethod* inf_contains = jni::DecodeArtMethod(inf_contains_jmethod); in TEST_F()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1120 CHECK(method == jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt)); in DumpInstruction() 1198 caller = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in DumpB74410240DebugData()
|