Searched refs:DecodeArtMethod (Results 1 – 20 of 20) sorted by relevance
/art/runtime/mirror/ |
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()
|
/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() 206 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLocalVariableTable() 292 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMaxLocals() 321 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodName() 388 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodDeclaringClass() 405 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodLocation() 437 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodModifiers() 461 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLineNumberTable() 518 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in IsMethodT()
|
D | events-inl.h | 368 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 | 555 return InvokeWithVarArgs(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeWithVarArgs() 596 return InvokeWithJValues(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeWithJValues() 639 return InvokeVirtualOrInterfaceWithJValues(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeVirtualOrInterfaceWithJValues() 683 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeVirtualOrInterfaceWithVarArgs() 870 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
|
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()
|
D | well_known_classes.cc | 493 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
|
D | hidden_api_test.cc | 71 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in getArtMethod()
|
D | method_handles.cc | 91 return jni::DecodeArtMethod(m)->GetDeclaringClass(); in GetBoxedPrimitiveClass()
|
/art/runtime/jni/ |
D | jni_internal.h | 136 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod() function
|
D | jni_internal.cc | 233 jni::DecodeArtMethod<kEnableIndexIds>(WellKnownClasses::java_lang_Runtime_nativeLoad)) { in GetClassLoader() 531 ArtMethod* m = jni::DecodeArtMethod(mid); in ToReflectedMethod() 777 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectV() 804 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid))); in NewObjectA()
|
/art/test/common/ |
D | stack_inspect.cc | 117 ArtMethod* goal = jni::DecodeArtMethod(id); in Java_Main_isInterpretedFunction()
|
/art/compiler/optimizing/ |
D | prepare_for_register_allocation.cc | 86 ArtMethod* char_at_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in VisitBoundsCheck()
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 214 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Parameter_init); in Executable_getParameters0()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 71 ArtMethod* inlined_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in GetResolvedMethod()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 2177 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in NormalNativeImpl() 2199 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in FastNativeImpl() 2228 ArtMethod* method = jni::DecodeArtMethod(jmethod_); in CriticalNativeImpl()
|
/art/runtime/arch/ |
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()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 402 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationFactory_createAnnotation); in ProcessEncodedAnnotation() 766 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationMember_init); in CreateAnnotationMember()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1121 CHECK(method == jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt)); in DumpInstruction() 1199 caller = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in DumpB74410240DebugData()
|