HomeSort by relevance Sort by last modified time
    Searched refs:DecodeArtMethod (Results 1 - 18 of 18) sorted by null

  /art/runtime/
jni_internal.h 62 static inline ArtMethod* DecodeArtMethod(jmethodID method_id) {
native_bridge_art_interface.cc 37 ArtMethod* m = jni::DecodeArtMethod(mid);
reflection.cc 467 ArtMethod* method = jni::DecodeArtMethod(mid);
498 ArtMethod* method = jni::DecodeArtMethod(mid);
530 ArtMethod* method = FindVirtualMethod(receiver, jni::DecodeArtMethod(mid));
562 ArtMethod* method = FindVirtualMethod(receiver, jni::DecodeArtMethod(mid));
753 jni::DecodeArtMethod(m)->Invoke(soa.Self(),
    [all...]
well_known_classes.cc 226 init_runtime_name = jni::DecodeArtMethod( \
228 new_runtime_name = jni::DecodeArtMethod( \
method_handles.cc 87 return jni::DecodeArtMethod(m)->GetDeclaringClass();
359 if (method == jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandle_invokeExact)) {
362 DCHECK_EQ(method, jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandle_invoke));
    [all...]
dex_file_annotations.cc 365 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationFactory_createAnnotation);
734 jni::DecodeArtMethod(WellKnownClasses::libcore_reflect_AnnotationMember_init);
    [all...]
jni_internal.cc 167 if (method == jni::DecodeArtMethod(WellKnownClasses::java_lang_Runtime_nativeLoad)) {
389 ArtMethod* m = jni::DecodeArtMethod(mid);
635 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid)));
662 WellKnownClasses::StringInitToStringFactory(jni::DecodeArtMethod(mid)));
    [all...]
check_jni.cc 586 ArtMethod* method = jni::DecodeArtMethod(mid);
978 ArtMethod* m = jni::DecodeArtMethod(mid);
988 ArtMethod* m = jni::DecodeArtMethod(args.GetMethodID());
    [all...]
debugger.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_method.cc 100 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
134 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
163 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
230 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
247 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
279 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
313 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
367 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method);
  /art/test/common/
stack_inspect.cc 124 ArtMethod* goal = jni::DecodeArtMethod(id);
  /art/compiler/optimizing/
prepare_for_register_allocation.cc 56 ArtMethod* char_at_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt);
  /art/runtime/native/
java_lang_reflect_Executable.cc 143 jni::DecodeArtMethod(WellKnownClasses::java_lang_reflect_Parameter_init);
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 65 ArtMethod* inlined_method = jni::DecodeArtMethod(WellKnownClasses::java_lang_String_charAt);
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc     [all...]

Completed in 1301 milliseconds