Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_VMClassLoader.cc37 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in VMClassLoader_findLoadedClass() local
40 mirror::Class* c = cl->LookupClass(soa.Self(), descriptor.c_str(), descriptor_hash, loader); in VMClassLoader_findLoadedClass()
47 cl->FindClassInPathClassLoader(soa, soa.Self(), descriptor.c_str(), descriptor_hash, in VMClassLoader_findLoadedClass()
Ddalvik_system_VMStack.cc95 mirror::Object* cl = c->GetClassLoader(); in VMStack_getClosestUserClassLoader() local
96 if (cl != nullptr) { in VMStack_getClosestUserClassLoader()
97 class_loader = cl; in VMStack_getClosestUserClassLoader()
/art/runtime/jit/
Djit_code_cache_test.cc52 ClassLinker* const cl = Runtime::Current()->GetClassLinker(); in TEST_F() local
53 auto* method = cl->AllocArtMethodArray(soa.Self(), 1); in TEST_F()
/art/compiler/driver/
Dcompiler_driver_test.cc124 auto* cl = Runtime::Current()->GetClassLinker(); in TEST_F() local
125 auto pointer_size = cl->GetImagePointerSize(); in TEST_F()
137 ArtField* field = cl->GetResolvedField(i, dex_cache); in TEST_F()
Dcompiler_driver.cc1369 auto* cl = runtime->GetClassLinker(); in GetCodeAndMethodForDirectCall() local
1370 const auto pointer_size = cl->GetImagePointerSize(); in GetCodeAndMethodForDirectCall()
1399 if (cl->IsQuickToInterpreterBridge( in GetCodeAndMethodForDirectCall()
1414 !cl->IsQuickToInterpreterBridge( in GetCodeAndMethodForDirectCall()
/art/runtime/quick/
Dinline_method_analyser.cc333 auto* cl = Runtime::Current()->GetClassLinker(); in ComputeSpecialAccessorInfo() local
334 ArtMethod* method = dex_cache->GetResolvedMethod(method_idx, cl->GetImagePointerSize()); in ComputeSpecialAccessorInfo()
335 ArtField* field = cl->GetResolvedField(field_idx, dex_cache); in ComputeSpecialAccessorInfo()
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1274 shld %cl,%eax,%edx
1275 shl %cl,%eax
1276 test LITERAL(32), %cl
1287 shrd %cl,%edx,%eax
1288 sar %cl,%edx
1289 test LITERAL(32),%cl
1300 shrd %cl,%edx,%eax
1301 shr %cl,%edx
1302 test LITERAL(32),%cl
/art/runtime/interpreter/
Dunstarted_runtime.cc201 auto* cl = Runtime::Current()->GetClassLinker(); in UnstartedClassNewInstance() local
202 if (cl->EnsureInitialized(self, h_klass, true, true)) { in UnstartedClassNewInstance()
203 auto* cons = h_klass->FindDeclaredDirectMethod("<init>", "()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance()
441 auto* cl = Runtime::Current()->GetClassLinker(); in UnstartedThreadLocalGet() local
443 "<init>", "()V", cl->GetImagePointerSize()); in UnstartedThreadLocalGet()
728 auto* cl = Runtime::Current()->GetClassLinker(); in UnstartedSecurityGetSecurityPropertiesReader() local
730 "<init>", "(Ljava/lang/String;)V", cl->GetImagePointerSize()); in UnstartedSecurityGetSecurityPropertiesReader()
/art/compiler/dex/
Dverified_method.cc289 auto* cl = Runtime::Current()->GetClassLinker(); in GenerateDevirtMap() local
290 size_t pointer_size = cl->GetImagePointerSize(); in GenerateDevirtMap()
/art/runtime/
Dart_method.cc548 auto* cl = Runtime::Current()->GetClassLinker(); in EqualParameters() local
551 auto* type = cl->ResolveType(type_idx, this); in EqualParameters()
Dthread.cc1689 auto* cl = Runtime::Current()->GetClassLinker(); in Init() local
1690 trace_ = cl->AllocPointerArray(self_, depth * 2); in Init()
1789 auto* cl = Runtime::Current()->GetClassLinker(); in InternalStackTraceToStackTraceElementArray() local
1803 cl->AllocStackTraceElementArray(soa.Self(), depth); in InternalStackTraceToStackTraceElementArray()
1906 auto* cl = runtime->GetClassLinker(); in ThrowNewWrappedException() local
1908 hs.NewHandle(cl->FindClass(this, exception_class_descriptor, class_loader))); in ThrowNewWrappedException()
1954 exception_class->FindDeclaredDirectMethod("<init>", signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
Druntime.cc433 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in CreateSystemClassLoader() local
434 auto pointer_size = cl->GetImagePointerSize(); in CreateSystemClassLoader()
439 CHECK(cl->EnsureInitialized(soa.Self(), class_loader_class, true, true)); in CreateSystemClassLoader()
454 CHECK(cl->EnsureInitialized(soa.Self(), thread_class, true, true)); in CreateSystemClassLoader()
Ddebugger.cc1588 auto* cl = Runtime::Current()->GetClassLinker(); in OutputDeclaredMethods() local
1589 auto ptr_size = cl->GetImagePointerSize(); in OutputDeclaredMethods()
/art/runtime/mirror/
Dclass.cc237 const ClassLoader* cl = interface->GetClassLoader(); in DumpClass() local
238 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl); in DumpClass()
Dobject_test.cc197 void TestPrimitiveArray(ClassLinker* cl) { in TestPrimitiveArray() argument
212 Class* aioobe = cl->FindSystemClass(soa.Self(), "Ljava/lang/ArrayIndexOutOfBoundsException;"); in TestPrimitiveArray()
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S840 cmp %cl, %al
869 cmp %cl, %al
/art/runtime/verifier/
Dmethod_verifier.cc3248 auto* cl = Runtime::Current()->GetClassLinker(); in ResolveMethodAndCheckAccess() local
3249 auto pointer_size = cl->GetImagePointerSize(); in ResolveMethodAndCheckAccess()
3557 auto* cl = Runtime::Current()->GetClassLinker(); in GetQuickInvokedMethod() local
3558 auto pointer_size = cl->GetImagePointerSize(); in GetQuickInvokedMethod()