Home
last modified time | relevance | path

Searched refs:DecodeMethod (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dreflection.cc448 ArtMethod* method = soa.DecodeMethod(mid); in InvokeWithVarArgs()
452 method = soa.DecodeMethod(WellKnownClasses::StringInitToStringFactoryMethodID(mid)); in InvokeWithVarArgs()
478 ArtMethod* method = soa.DecodeMethod(mid); in InvokeWithJValues()
482 method = soa.DecodeMethod(WellKnownClasses::StringInitToStringFactoryMethodID(mid)); in InvokeWithJValues()
509 ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid)); in InvokeVirtualOrInterfaceWithJValues()
513 method = soa.DecodeMethod(WellKnownClasses::StringInitToStringFactoryMethodID(mid)); in InvokeVirtualOrInterfaceWithJValues()
540 ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid)); in InvokeVirtualOrInterfaceWithVarArgs()
544 method = soa.DecodeMethod(WellKnownClasses::StringInitToStringFactoryMethodID(mid)); in InvokeVirtualOrInterfaceWithVarArgs()
590 m = soa.DecodeMethod(WellKnownClasses::StringInitToStringFactoryMethodID(mid)); in InvokeMethod()
727 soa.DecodeMethod(m)->Invoke(soa.Self(), arg_array.GetArray(), arg_array.GetNumBytes(), in BoxPrimitive()
Dthread.cc113 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newEmptyString)); in InitStringEntryPoints()
115 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_B)); in InitStringEntryPoints()
117 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_BI)); in InitStringEntryPoints()
119 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_BII)); in InitStringEntryPoints()
121 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_BIII)); in InitStringEntryPoints()
123 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_BIIString)); in InitStringEntryPoints()
125 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_BString)); in InitStringEntryPoints()
127 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_BIICharset)); in InitStringEntryPoints()
129 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromBytes_BCharset)); in InitStringEntryPoints()
131 soa.DecodeMethod(WellKnownClasses::java_lang_StringFactory_newStringFromChars_C)); in InitStringEntryPoints()
[all …]
Dnative_bridge_art_interface.cc35 ArtMethod* m = soa.DecodeMethod(mid); in GetMethodShorty()
Dscoped_thread_state_change.h161 ArtMethod* DecodeMethod(jmethodID mid) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in DecodeMethod() function
Dcheck_jni.cc465 ArtMethod* method = soa.DecodeMethod(mid); in CheckConstructor()
828 ArtMethod* m = soa.DecodeMethod(mid); in TracePossibleHeapValue()
1007 ArtMethod* m = soa.DecodeMethod(mid); in CheckMethodID()
Ddebugger.cc89 return soa.DecodeMethod(method_); in Method()
208 return soa.DecodeMethod(method_); in Method()
5196 return soa.DecodeMethod(method_); in Method()
Djni_internal.cc154 if (method == soa.DecodeMethod(WellKnownClasses::java_lang_Runtime_nativeLoad)) { in GetClassLoader()
381 ArtMethod* m = soa.DecodeMethod(mid); in ToReflectedMethod()
/art/runtime/interpreter/
Dinterpreter_common.cc488 called_method = soa.DecodeMethod(WellKnownClasses::StringInitToStringFactoryMethodID(mid)); in DoCall()
/art/runtime/arch/
Dstub_test.cc2247 ArtMethod* contains_amethod = soa.DecodeMethod(contains_jmethod); in TEST_F()
2265 ArtMethod* inf_contains = soa.DecodeMethod(inf_contains_jmethod); in TEST_F()