Home
last modified time | relevance | path

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

12

/art/runtime/
Dclass_linker-inl.h117 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
135 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
149 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
163 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
176 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
188 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
200 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
213 dex::TypeIndex type_idx, in LookupResolvedType()
Dart_method-inl.h91 inline ObjPtr<mirror::Class> ArtMethod::LookupResolvedClassFromTypeIndex(dex::TypeIndex type_idx) { in LookupResolvedClassFromTypeIndex()
99 inline ObjPtr<mirror::Class> ArtMethod::ResolveClassFromTypeIndex(dex::TypeIndex type_idx) { in ResolveClassFromTypeIndex()
254 inline bool ArtMethod::IsResolvedTypeIdx(dex::TypeIndex type_idx) { in IsResolvedTypeIdx()
317 inline const char* ArtMethod::GetTypeDescriptorFromTypeIdx(dex::TypeIndex type_idx) { in GetTypeDescriptorFromTypeIdx()
Dsdk_checker.cc142 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in ShouldDenyAccess() local
Dclass_linker_test.cc975 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local
1031 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local
1322 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F() local
Dart_method.cc521 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.cc83 dex::TypeIndex type_idx, in StoreTypeInBss()
189 extern "C" mirror::Class* artResolveTypeFromCode(uint32_t type_idx, Thread* self) in artResolveTypeFromCode()
208 extern "C" mirror::Class* artResolveTypeAndVerifyAccessFromCode(uint32_t type_idx, Thread* self) in artResolveTypeAndVerifyAccessFromCode()
/art/runtime/mirror/
Ddex_cache-inl.h167 inline uint32_t DexCache::TypeSlotIndex(dex::TypeIndex type_idx) { in TypeSlotIndex()
174 inline Class* DexCache::GetResolvedType(dex::TypeIndex type_idx) { in GetResolvedType()
185 inline void DexCache::SetResolvedType(dex::TypeIndex type_idx, ObjPtr<Class> resolved) { in SetResolvedType()
203 inline void DexCache::ClearResolvedType(dex::TypeIndex type_idx) { in ClearResolvedType()
Dclass.h1163 void SetDexTypeIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexTypeIndex()
Dclass.cc1535 dex::TypeIndex type_idx = GetDirectInterfaceTypeIdx(idx); in GetDirectInterface() local
1547 dex::TypeIndex type_idx = klass->GetDirectInterfaceTypeIdx(idx); in ResolveDirectInterface() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h295 inline ObjPtr<mirror::Class> CheckArrayAlloc(dex::TypeIndex type_idx, in CheckArrayAlloc()
332 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode()
501 dex::TypeIndex type_idx = referrer->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindSuperMethodToCall() local
673 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.cc253 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId() local
460 dex::TypeIndex type_idx = GetIndexForTypeId(*type_id); in CreateTypeList() local
Dtest_dex_file_builder.h114 uint32_t type_idx = 0u; variable
/art/dex2oat/
Ddex2oat_vdex_test.cc103 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex() local
Dverifier_deps_test.cc238 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.cc1643 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData() local
1649 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.cc364 const dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in Executable_getParameterTypesInternal() local
/art/runtime/interpreter/
Dinterpreter_common.cc1340 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon() local
1452 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray() local
/art/libprofile/profile/
Dprofile_compilation_info.cc578 void ProfileCompilationInfo::DexPcData::AddClass(const dex::TypeIndex& type_idx) { in AddClass()
1957 dex::TypeIndex type_idx, in ContainsClass()
2179 uint16_t type_idx = rand() % max_classes; in GenerateTestProfile() local
2349 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.cc617 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray() local
/art/compiler/optimizing/
Dreference_type_propagation.cc578 dex::TypeIndex type_idx, in UpdateReferenceTypeInfo()

12