Home
last modified time | relevance | path

Searched refs:DecodeArtMethod (Results 1 – 20 of 20) 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.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()
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()
Devents-inl.h368 art::ArtMethod* method = art::jni::DecodeArtMethod(jmethod);
/art/runtime/
Dnative_bridge_art_interface.cc37 ArtMethod* m = jni::DecodeArtMethod(mid); in GetMethodShorty()
Dreflection.cc555 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()
Dinstrumentation.cc245 ArtMethod* well_known_proxy_init = jni::DecodeArtMethod( in InstallStubsForMethod()
929 method != jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Proxy_init)) { in UpdateMethodsCodeImpl()
Dwell_known_classes.cc493 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
Dhidden_api_test.cc71 ArtMethod* art_method = jni::DecodeArtMethod(method_id); in getArtMethod()
Dmethod_handles.cc91 return jni::DecodeArtMethod(m)->GetDeclaringClass(); in GetBoxedPrimitiveClass()
/art/runtime/jni/
Djni_internal.h136 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) { in DecodeArtMethod() function
Djni_internal.cc233 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/
Dstack_inspect.cc117 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.h71 ArtMethod* inlined_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in GetResolvedMethod()
/art/compiler/jni/
Djni_compiler_test.cc2177 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/
Dstub_test.cc1729 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/
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.cc1121 CHECK(method == jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt)); in DumpInstruction()
1199 caller = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt); in DumpB74410240DebugData()