Searched refs:DecodeArtMethod (Results 1 – 23 of 23) sorted by relevance
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()
94 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()118 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
120 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()
347 art::ArtMethod* method = art::jni::DecodeArtMethod(jmethod);
60 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod() function
458 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()
656 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()
37 ArtMethod* m = jni::DecodeArtMethod(mid); in GetMethodShorty()
532 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()
216 ArtMethod* well_known_proxy_init = jni::DecodeArtMethod( in InstallStubsForMethod()878 method != jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Proxy_init)) { in UpdateMethodsCodeImpl()
443 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
66 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in getArtMethod()
90 return jni::DecodeArtMethod(m)->GetDeclaringClass(); in GetBoxedPrimitiveClass()
5196 return jni::DecodeArtMethod(method_); in Method()
5025 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Proxy_init); in CreateProxyConstructor()
113 ArtMethod* goal = jni::DecodeArtMethod(id); in Java_Main_isInterpretedFunction()
86 ArtMethod* char_at_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in VisitBoundsCheck()
214 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Parameter_init); in Executable_getParameters0()
70 ArtMethod* inlined_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in GetResolvedMethod()
2204 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl()2226 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in FastNativeImpl()2255 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in CriticalNativeImpl()
1868 ArtMethod* contains_amethod = jni::DecodeArtMethod(contains_jmethod); in TEST_F()1886 ArtMethod* inf_contains = jni::DecodeArtMethod(inf_contains_jmethod); in TEST_F()
402 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationFactory_createAnnotation); in ProcessEncodedAnnotation()766 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationMember_init); in CreateAnnotationMember()
1202 CHECK(method == jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt)); in DumpInstruction()1280 caller = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in DumpB74410240DebugData()