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

/art/runtime/native/
H A Djava_lang_VMClassLoader.cc37 ClassLinker* cl = Runtime::Current()->GetClassLinker(); local
40 mirror::Class* c = cl->LookupClass(soa.Self(), descriptor.c_str(), descriptor_hash, loader);
47 cl->FindClassInPathClassLoader(soa, soa.Self(), descriptor.c_str(), descriptor_hash,
H A Ddalvik_system_VMStack.cc95 mirror::Object* cl = c->GetClassLoader(); local
96 if (cl != nullptr) {
97 class_loader = cl;
/art/runtime/jit/
H A Djit_code_cache_test.cc52 ClassLinker* const cl = Runtime::Current()->GetClassLinker(); local
53 auto* method = cl->AllocArtMethodArray(soa.Self(), 1);
/art/compiler/driver/
H A Dcompiler_driver_test.cc124 auto* cl = Runtime::Current()->GetClassLinker(); local
125 auto pointer_size = cl->GetImagePointerSize();
137 ArtField* field = cl->GetResolvedField(i, dex_cache);
H A Dcompiler_driver.cc1369 auto* cl = runtime->GetClassLinker(); local
1370 const auto pointer_size = cl->GetImagePointerSize();
1399 if (cl->IsQuickToInterpreterBridge(
1414 !cl->IsQuickToInterpreterBridge(
/art/runtime/quick/
H A Dinline_method_analyser.cc333 auto* cl = Runtime::Current()->GetClassLinker(); local
334 ArtMethod* method = dex_cache->GetResolvedMethod(method_idx, cl->GetImagePointerSize());
335 ArtField* field = cl->GetResolvedField(field_idx, dex_cache);
/art/runtime/arch/x86/
H A 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/compiler/dex/
H A Dverified_method.cc289 auto* cl = Runtime::Current()->GetClassLinker(); local
290 size_t pointer_size = cl->GetImagePointerSize();
/art/runtime/interpreter/
H A Dunstarted_runtime.cc201 auto* cl = Runtime::Current()->GetClassLinker(); local
202 if (cl->EnsureInitialized(self, h_klass, true, true)) {
203 auto* cons = h_klass->FindDeclaredDirectMethod("<init>", "()V", cl->GetImagePointerSize());
441 auto* cl = Runtime::Current()->GetClassLinker(); local
443 "<init>", "()V", cl->GetImagePointerSize());
728 auto* cl = Runtime::Current()->GetClassLinker(); local
730 "<init>", "(Ljava/lang/String;)V", cl->GetImagePointerSize());
/art/runtime/
H A Dart_method.cc548 auto* cl = Runtime::Current()->GetClassLinker(); local
551 auto* type = cl->ResolveType(type_idx, this);
H A Dthread.cc1689 auto* cl = Runtime::Current()->GetClassLinker(); local
1690 trace_ = cl->AllocPointerArray(self_, depth * 2);
1789 auto* cl = Runtime::Current()->GetClassLinker(); local
1803 cl->AllocStackTraceElementArray(soa.Self(), depth);
1906 auto* cl = runtime->GetClassLinker(); local
1908 hs.NewHandle(cl->FindClass(this, exception_class_descriptor, class_loader)));
1954 exception_class->FindDeclaredDirectMethod("<init>", signature, cl->GetImagePointerSize());
H A Druntime.cc433 ClassLinker* cl = Runtime::Current()->GetClassLinker(); local
434 auto pointer_size = cl->GetImagePointerSize();
439 CHECK(cl->EnsureInitialized(soa.Self(), class_loader_class, true, true));
454 CHECK(cl->EnsureInitialized(soa.Self(), thread_class, true, true));
H A Ddebugger.cc1588 auto* cl = Runtime::Current()->GetClassLinker(); local
1589 auto ptr_size = cl->GetImagePointerSize();
/art/runtime/mirror/
H A Dclass.cc217 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
223 os << " super='" << PrettyClass(h_super.Get()) << "' (cl=" << h_super->GetClassLoader()
237 const ClassLoader* cl = interface->GetClassLoader(); local
238 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl);
H A Dobject_test.cc197 void TestPrimitiveArray(ClassLinker* cl) { argument
212 Class* aioobe = cl->FindSystemClass(soa.Self(), "Ljava/lang/ArrayIndexOutOfBoundsException;");
/art/runtime/arch/x86_64/
H A Dmemcmp16_x86_64.S840 cmp %cl, %al
869 cmp %cl, %al
/art/runtime/verifier/
H A Dmethod_verifier.cc3248 auto* cl = Runtime::Current()->GetClassLinker(); local
3249 auto pointer_size = cl->GetImagePointerSize();
3557 auto* cl = Runtime::Current()->GetClassLinker(); local
3558 auto pointer_size = cl->GetImagePointerSize();

Completed in 307 milliseconds