Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.cc214 static ArtMethod* CacheMethod(ObjPtr<mirror::Class> klass, in CacheMethod() function
241 return CacheMethod(boxed_class, /*is_static=*/ true, "valueOf", signature.c_str(), pointer_size); in CachePrimitiveBoxingMethod()
513 dalvik_system_BaseDexClassLoader_getLdLibraryPath = CacheMethod( in InitFieldsAndMethodsOnly()
519 dalvik_system_DelegateLastClassLoader_init = CacheMethod( in InitFieldsAndMethodsOnly()
525 dalvik_system_DexClassLoader_init = CacheMethod( in InitFieldsAndMethodsOnly()
531 dalvik_system_InMemoryDexClassLoader_init = CacheMethod( in InitFieldsAndMethodsOnly()
537 dalvik_system_PathClassLoader_init = CacheMethod( in InitFieldsAndMethodsOnly()
544 dalvik_system_VMRuntime_hiddenApiUsed = CacheMethod( in InitFieldsAndMethodsOnly()
552 CacheMethod(j_l_bcl.Get(), /*is_static=*/ false, "<init>", "()V", pointer_size); in InitFieldsAndMethodsOnly()
553 java_lang_ClassLoader_loadClass = CacheMethod( in InitFieldsAndMethodsOnly()
[all …]