Searched defs:linker (Results 1 - 8 of 8) sorted by relevance

/art/compiler/
H A Delf_writer_mclinker.cc180 // linker script like functionality to guarantee references
358 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
359 mirror::DexCache* dex_cache = linker->FindDexCache(dex_file);
362 method = linker->ResolveMethod(dex_file, method_idx, dex_cache, NULL, NULL, invoke_type);
/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc319 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
375 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type);
394 linker->EnsureInitialized(called_class, true, true);
400 code = linker->GetOatCodeFor(called);
407 code = linker->GetOatCodeFor(called);
414 code = linker->GetOatCodeFor(called);
426 DCHECK(code != GetResolutionTrampoline(linker));
/art/runtime/native/
H A Ddalvik_system_DexFile.cc108 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
111 dex_file = linker->FindDexFileInOatFileFromDexLocation(dex_location, dex_location_checksum);
114 dex_file = linker->FindOrCreateOatFileForDexLocation(dex_location, dex_location_checksum, oat_location);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc449 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
528 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type);
542 linker->EnsureInitialized(called_class, true, true);
549 code = linker->GetOatCodeFor(called);
/art/runtime/mirror/
H A Dobject_test.cc387 ClassLinker* linker = class_linker_; local
394 Class* klass1 = linker->FindClass("LProtoCompare;", class_loader_1.get());
396 Class* klass2 = linker->FindClass("LProtoCompare2;", class_loader_2.get());
/art/runtime/
H A Ddex_file.cc944 ClassLinker* linker,
946 : dex_file_(dex_file), dex_cache_(dex_cache), class_loader_(class_loader), linker_(linker),
941 EncodedStaticFieldValueIterator(const DexFile& dex_file, mirror::DexCache* dex_cache, mirror::ClassLoader* class_loader, ClassLinker* linker, const DexFile::ClassDef& class_def) argument
H A Dclass_linker.cc2622 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
2629 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method);
/art/runtime/verifier/
H A Dmethod_verifier.cc132 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
145 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader, NULL, type);
187 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader, NULL, type);
557 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
571 mirror::Class* exception_type = linker->ResolveType(*dex_file_,

Completed in 177 milliseconds