Searched refs:DecodeArtMethod (Results 1 – 12 of 12) sorted by relevance
/art/openjdkjvmti/ |
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()
|
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()
|
D | events-inl.h | 369 art::ArtMethod* method = art::jni::DecodeArtMethod(jmethod);
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 37 ArtMethod* m = jni::DecodeArtMethod(mid); in GetMethodShorty()
|
D | reflection.cc | 566 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()
|
D | hidden_api_test.cc | 167 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in GetArtMethod()
|
/art/runtime/jni/ |
D | jni_internal.h | 144 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod() function
|
D | check_jni.cc | 677 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()
|
D | jni_internal.cc | 710 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/ |
D | stack_inspect.cc | 119 ArtMethod* goal = jni::DecodeArtMethod(id); in Java_Main_isInterpretedFunction()
|
/art/runtime/arch/ |
D | stub_test.cc | 1728 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/ |
D | jni_compiler_test.cc | 2382 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl() 2404 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in FastNativeImpl() 2433 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in CriticalNativeImpl()
|