Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_breakpoint.cc157 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in SetBreakpoint()
181 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method)->GetCanonicalMethod(); in ClearBreakpoint()
Dti_method.cc138 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()
Devents-inl.h369 art::ArtMethod* method = art::jni::DecodeArtMethod(jmethod);
/art/runtime/
Dnative_bridge_art_interface.cc37 ArtMethod* m = jni::DecodeArtMethod(mid); in GetMethodShorty()
Dreflection.cc566 return InvokeWithVarArgs(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeWithVarArgs()
607 return InvokeWithJValues(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeWithJValues()
650 return InvokeVirtualOrInterfaceWithJValues(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeVirtualOrInterfaceWithJValues()
694 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeVirtualOrInterfaceWithVarArgs()
Dhidden_api_test.cc167 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in GetArtMethod()
/art/runtime/jni/
Djni_internal.h144 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod() function
Dcheck_jni.cc677 ArtMethod* method = jni::DecodeArtMethod(mid); in CheckConstructor()
1108 ArtMethod* m = jni::DecodeArtMethod(mid); in TracePossibleHeapValue()
1118 ArtMethod* m = jni::DecodeArtMethod(args.GetMethodID()); in TracePossibleHeapValue()
1344 ArtMethod* m = jni::DecodeArtMethod(mid); in CheckMethodID()
Djni_internal.cc710 ArtMethod* m = jni::DecodeArtMethod(mid); in ToReflectedMethod()
957 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectV()
983 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectA()
/art/test/common/
Dstack_inspect.cc119 ArtMethod* goal = jni::DecodeArtMethod(id); in Java_Main_isInterpretedFunction()
/art/runtime/arch/
Dstub_test.cc1728 ArtMethod* contains_amethod = jni::DecodeArtMethod(contains_jmethod); in TEST_F()
1746 ArtMethod* inf_contains = jni::DecodeArtMethod(inf_contains_jmethod); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc2382 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl()
2404 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in FastNativeImpl()
2433 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in CriticalNativeImpl()