/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 37 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()
|
D | dalvik_system_VMStack.cc | 95 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/ |
D | jit_code_cache_test.cc | 52 ClassLinker* const cl = Runtime::Current()->GetClassLinker(); in TEST_F() local 53 auto* method = cl->AllocArtMethodArray(soa.Self(), 1); in TEST_F()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 124 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()
|
D | compiler_driver.cc | 1369 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/ |
D | inline_method_analyser.cc | 333 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/ |
D | quick_entrypoints_x86.S | 1274 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/ |
D | unstarted_runtime.cc | 201 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/ |
D | verified_method.cc | 289 auto* cl = Runtime::Current()->GetClassLinker(); in GenerateDevirtMap() local 290 size_t pointer_size = cl->GetImagePointerSize(); in GenerateDevirtMap()
|
/art/runtime/ |
D | art_method.cc | 548 auto* cl = Runtime::Current()->GetClassLinker(); in EqualParameters() local 551 auto* type = cl->ResolveType(type_idx, this); in EqualParameters()
|
D | thread.cc | 1689 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()
|
D | runtime.cc | 433 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()
|
D | debugger.cc | 1588 auto* cl = Runtime::Current()->GetClassLinker(); in OutputDeclaredMethods() local 1589 auto ptr_size = cl->GetImagePointerSize(); in OutputDeclaredMethods()
|
/art/runtime/mirror/ |
D | class.cc | 237 const ClassLoader* cl = interface->GetClassLoader(); in DumpClass() local 238 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl); in DumpClass()
|
D | object_test.cc | 197 void TestPrimitiveArray(ClassLinker* cl) { in TestPrimitiveArray() argument 212 Class* aioobe = cl->FindSystemClass(soa.Self(), "Ljava/lang/ArrayIndexOutOfBoundsException;"); in TestPrimitiveArray()
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 840 cmp %cl, %al 869 cmp %cl, %al
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3248 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()
|