Home
last modified time | relevance | path

Searched defs:type_idx (Results 1 – 25 of 37) sorted by relevance

12

/art/runtime/
Dclass_linker-inl.h114 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
129 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
140 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
151 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
164 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
173 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
184 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
196 dex::TypeIndex type_idx, in LookupResolvedType()
Dsdk_checker.cc136 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in ShouldDenyAccess() local
Dclass_linker_test.cc998 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local
1054 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local
1345 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F() local
Dart_method.cc574 dex::TypeIndex type_idx = proto_params->GetTypeItem(i).type_idx_; in EqualParameters() local
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc283 uint32_t type_idx = current_type.types_.Get(holder_type.index_); in ProcessCodeItem() local
344 uint32_t type_idx = current_type.types_.Get(holder_type.index_); in ProcessCodeItem() local
388 uint32_t type_idx = current_type.types_.Get(receiver_type.index_); in ProcessCodeItem() local
438 uint32_t type_idx = inst->VRegC_22c(); in ProcessCodeItem() local
453 uint32_t type_idx = inst->VRegC_22c(); in ProcessCodeItem() local
468 uint32_t type_idx = inst->VRegB_21c(); in ProcessCodeItem() local
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc84 dex::TypeIndex type_idx, in StoreTypeInBss()
190 extern "C" mirror::Class* artResolveTypeFromCode(uint32_t type_idx, Thread* self) in artResolveTypeFromCode()
209 extern "C" mirror::Class* artResolveTypeAndVerifyAccessFromCode(uint32_t type_idx, Thread* self) in artResolveTypeAndVerifyAccessFromCode()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h293 inline ObjPtr<mirror::Class> CheckArrayAlloc(dex::TypeIndex type_idx, in CheckArrayAlloc()
330 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode()
618 dex::TypeIndex type_idx = referrer->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindSuperMethodToCall() local
666 inline ObjPtr<mirror::Class> ResolveVerifyAndClinit(dex::TypeIndex type_idx, in ResolveVerifyAndClinit()
/art/libdexfile/dex/
Ddex_instruction.cc224 dex::TypeIndex type_idx(VRegB_21c()); in DumpString() local
300 dex::TypeIndex type_idx(VRegC_22c()); in DumpString() local
309 dex::TypeIndex type_idx(VRegC_22c()); in DumpString() local
Ddex_file.cc284 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId() local
491 dex::TypeIndex type_idx = GetIndexForTypeId(*type_id); in CreateTypeList() local
Dtest_dex_file_builder.h114 uint32_t type_idx = 0u; variable
/art/runtime/mirror/
Ddex_cache-inl.h163 inline Class* DexCache::GetResolvedType(dex::TypeIndex type_idx) { in GetResolvedType()
167 inline void DexCache::ClearResolvedType(dex::TypeIndex type_idx) { in ClearResolvedType()
Ddex_cache.cc217 void DexCache::SetResolvedType(dex::TypeIndex type_idx, ObjPtr<Class> resolved) { in SetResolvedType()
Dclass.h1175 void SetDexTypeIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexTypeIndex()
Dclass.cc1532 dex::TypeIndex type_idx = GetDirectInterfaceTypeIdx(idx); in GetDirectInterface() local
1544 dex::TypeIndex type_idx = klass->GetDirectInterfaceTypeIdx(idx); in ResolveDirectInterface() local
/art/dex2oat/
Ddex2oat_vdex_test.cc101 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex() local
Dverifier_deps_test.cc239 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex() local
/art/dexlayout/
Ddex_visualize.cc258 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in VisualizeDexLayout() local
Ddexlayout.cc1878 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData() local
1884 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData() local
/art/tools/veridex/
Dresolver.cc32 const uint32_t type_idx = accessor.GetClassIdx().index_; in Run() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc344 const dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in Executable_getParameterTypesInternal() local
/art/runtime/interpreter/
Dinterpreter_common.cc1308 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon() local
1432 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray() local
/art/libprofile/profile/
Dprofile_compilation_info.cc587 void ProfileCompilationInfo::DexPcData::AddClass(const dex::TypeIndex& type_idx) { in AddClass()
2036 dex::TypeIndex type_idx, in ContainsClass()
2268 uint16_t type_idx = rand() % max_classes; in GenerateTestProfile() local
2439 for (dex::TypeIndex type_idx : data->class_set) { in GetClassDescriptors() local
/art/dexdump/
Ddexdump.cc617 const u4 type_idx = DecodeUnsignedLeb128(data); in dumpEncodedValue() local
1872 dex::TypeIndex type_idx = static_cast<dex::TypeIndex>(it.GetJavaValue().i); in dumpCallSite() local
/art/runtime/interpreter/mterp/
Dnterp.cc530 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray() local
/art/compiler/optimizing/
Dreference_type_propagation.cc536 dex::TypeIndex type_idx, in UpdateReferenceTypeInfo()

12