Home
last modified time | relevance | path

Searched refs:DecodeArtMethod (Results 1 – 23 of 23) sorted by relevance

/art/runtime/mirror/
Dmethod_handles_lookup.cc45 ArtMethod* lookup = jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_lookup); in GetDefault()
55 jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_Lookup_findConstructor); in FindConstructor()
/art/openjdkjvmti/
Dti_breakpoint.cc94 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()
118 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
Dti_method.cc120 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetBytecodes()
153 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetArgumentsSize()
188 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLocalVariableTable()
274 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMaxLocals()
303 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodName()
370 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodDeclaringClass()
387 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodLocation()
419 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodModifiers()
443 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLineNumberTable()
500 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in IsMethodT()
Devents-inl.h347 art::ArtMethod* method = art::jni::DecodeArtMethod(jmethod);
/art/runtime/jni/
Djni_internal.h60 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod() function
Djni_internal.cc458 if (method == jni::DecodeArtMethod(WellKnownClasses::java_lang_Runtime_nativeLoad)) { in GetClassLoader()
692 ArtMethod* m = jni::DecodeArtMethod(mid); in ToReflectedMethod()
938 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectV()
965 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectA()
Dcheck_jni.cc656 ArtMethod* method = jni::DecodeArtMethod(mid); in CheckConstructor()
1051 ArtMethod* m = jni::DecodeArtMethod(mid); in TracePossibleHeapValue()
1061 ArtMethod* m = jni::DecodeArtMethod(args.GetMethodID()); in TracePossibleHeapValue()
1287 ArtMethod* m = jni::DecodeArtMethod(mid); in CheckMethodID()
/art/runtime/
Dnative_bridge_art_interface.cc37 ArtMethod* m = jni::DecodeArtMethod(mid); in GetMethodShorty()
Dreflection.cc532 ArtMethod* method = jni::DecodeArtMethod(mid); in InvokeWithVarArgs()
563 ArtMethod* method = jni::DecodeArtMethod(mid); in InvokeWithJValues()
595 ArtMethod* method = FindVirtualMethod(receiver, jni::DecodeArtMethod(mid)); in InvokeVirtualOrInterfaceWithJValues()
627 ArtMethod* method = FindVirtualMethod(receiver, jni::DecodeArtMethod(mid)); in InvokeVirtualOrInterfaceWithVarArgs()
828 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
Dinstrumentation.cc216 ArtMethod* well_known_proxy_init = jni::DecodeArtMethod( in InstallStubsForMethod()
878 method != jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Proxy_init)) { in UpdateMethodsCodeImpl()
Dwell_known_classes.cc443 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
Dhidden_api_test.cc66 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in getArtMethod()
Dmethod_handles.cc90 return jni::DecodeArtMethod(m)->GetDeclaringClass(); in GetBoxedPrimitiveClass()
Ddebugger.cc5196 return jni::DecodeArtMethod(method_); in Method()
Dclass_linker.cc5025 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Proxy_init); in CreateProxyConstructor()
/art/test/common/
Dstack_inspect.cc113 ArtMethod* goal = jni::DecodeArtMethod(id); in Java_Main_isInterpretedFunction()
/art/compiler/optimizing/
Dprepare_for_register_allocation.cc86 ArtMethod* char_at_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in VisitBoundsCheck()
/art/runtime/native/
Djava_lang_reflect_Executable.cc214 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Parameter_init); in Executable_getParameters0()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h70 ArtMethod* inlined_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in GetResolvedMethod()
/art/compiler/jni/
Djni_compiler_test.cc2204 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl()
2226 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in FastNativeImpl()
2255 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in CriticalNativeImpl()
/art/runtime/arch/
Dstub_test.cc1868 ArtMethod* contains_amethod = jni::DecodeArtMethod(contains_jmethod); in TEST_F()
1886 ArtMethod* inf_contains = jni::DecodeArtMethod(inf_contains_jmethod); in TEST_F()
/art/runtime/dex/
Ddex_file_annotations.cc402 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationFactory_createAnnotation); in ProcessEncodedAnnotation()
766 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationMember_init); in CreateAnnotationMember()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1202 CHECK(method == jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt)); in DumpInstruction()
1280 caller = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in DumpB74410240DebugData()