HomeSort by relevance Sort by last modified time
    Searched refs:LookupResolvedType (Results 1 - 24 of 24) sorted by null

  /art/runtime/
class_linker-inl.h 172 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx,
184 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx,
196 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx,
208 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(
278 LookupResolvedType(method_id.class_idx_, dex_cache, class_loader);
292 ObjPtr<mirror::Class> klass = LookupResolvedType(method_id.class_idx_, dex_cache, class_loader);
class_linker_test.cc     [all...]
art_field-inl.h 309 inline ObjPtr<mirror::Class> ArtField::LookupResolvedType() {
314 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->LookupResolvedType(
art_field.h 208 ObjPtr<mirror::Class> LookupResolvedType() REQUIRES_SHARED(Locks::mutator_lock_);
art_method-inl.h 93 Runtime::Current()->GetClassLinker()->LookupResolvedType(type_idx, this);
class_linker.h 269 ObjPtr<mirror::Class> LookupResolvedType(dex::TypeIndex type_idx,
272 ObjPtr<mirror::Class> LookupResolvedType(dex::TypeIndex type_idx, ArtField* referrer)
274 ObjPtr<mirror::Class> LookupResolvedType(dex::TypeIndex type_idx, ArtMethod* referrer)
280 ObjPtr<mirror::Class> LookupResolvedType(dex::TypeIndex type_idx,
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 129 dest_type = linker->LookupResolvedType(type_index, visitor.caller).Ptr();
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/mirror/
object.cc 247 kMovingCollector ? field.LookupResolvedType() : field.ResolveType();
265 kMovingCollector ? field.LookupResolvedType() : field.ResolveType();
class-inl.h 462 ObjPtr<Class> dex_access_to = Runtime::Current()->GetClassLinker()->LookupResolvedType(
498 ObjPtr<Class> dex_access_to = Runtime::Current()->GetClassLinker()->LookupResolvedType(
    [all...]
class.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.h 288 ObjPtr<mirror::Class> LookupResolvedType(dex::TypeIndex type_index,
reference_type_propagation.cc 596 ObjPtr<mirror::Class> klass = Runtime::Current()->GetClassLinker()->LookupResolvedType(
632 klass = info.GetField()->LookupResolvedType();
    [all...]
instruction_builder.cc     [all...]
inliner.cc 312 ObjPtr<mirror::Class> resolved = compilation_unit.GetClassLinker()->LookupResolvedType(
770 ObjPtr<mirror::Class> clazz = caller_compilation_unit_.GetClassLinker()->LookupResolvedType(
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 436 ObjPtr<mirror::Class> klass = Runtime::Current()->GetClassLinker()->LookupResolvedType(
464 ObjPtr<mirror::Class> klass = class_linker->LookupResolvedType(
java_lang_Class.cc 248 ObjPtr<mirror::Class> interface = linker->LookupResolvedType(type_idx, klass.Get());
    [all...]
  /art/dex2oat/linker/
image_writer.cc     [all...]
oat_writer.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 678 ObjPtr<mirror::Class> method_reference_class = linker->LookupResolvedType(
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/dex2oat/driver/
compiler_driver.cc 773 class_linker->LookupResolvedType(type_index,
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 789 milliseconds