Home
last modified time | relevance | path

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

12

/art/runtime/
Dclass_linker-inl.h113 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
128 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
139 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
150 inline ObjPtr<mirror::Class> ClassLinker::ResolveType(dex::TypeIndex type_idx, in ResolveType()
163 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
172 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
183 inline ObjPtr<mirror::Class> ClassLinker::LookupResolvedType(dex::TypeIndex type_idx, in LookupResolvedType()
195 dex::TypeIndex type_idx, in LookupResolvedType()
Dsdk_checker.cc139 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in ShouldDenyAccess() local
Dclass_linker_test.cc999 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local
1055 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local
1346 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F() local
Dart_method.cc572 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()
228 extern "C" mirror::Class* artResolveTypeFromCode(uint32_t type_idx, Thread* self) in artResolveTypeFromCode()
247 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()
617 dex::TypeIndex type_idx = referrer->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindSuperMethodToCall() local
665 inline ObjPtr<mirror::Class> ResolveVerifyAndClinit(dex::TypeIndex type_idx, in ResolveVerifyAndClinit()
/art/libdexfile/dex/
Ddex_instruction.cc225 dex::TypeIndex type_idx(VRegB_21c()); in DumpString() local
301 dex::TypeIndex type_idx(VRegC_22c()); in DumpString() local
310 dex::TypeIndex type_idx(VRegC_22c()); in DumpString() local
Ddex_file-inl.h106 inline const char* DexFile::GetTypeDescriptor(dex::TypeIndex type_idx) const { in GetTypeDescriptor()
114 inline std::string_view DexFile::GetTypeDescriptorView(dex::TypeIndex type_idx) const { in GetTypeDescriptorView()
Ddex_file.cc373 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId() local
578 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.h1179 void SetDexTypeIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexTypeIndex()
Dclass.cc1536 dex::TypeIndex type_idx = GetDirectInterfaceTypeIdx(idx); in GetDirectInterface() local
1548 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/tools/veridex/
Dresolver.cc32 const uint32_t type_idx = accessor.GetClassIdx().index_; in Run() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc340 const dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in Executable_getParameterTypesInternal() local
/art/runtime/interpreter/
Dinterpreter_common.cc1343 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon() local
1467 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray() local
/art/libprofile/profile/
Dprofile_compilation_info.cc591 void ProfileCompilationInfo::DexPcData::AddClass(const dex::TypeIndex& type_idx) { in AddClass()
2071 dex::TypeIndex type_idx, in ContainsClass()
2303 uint16_t type_idx = rand() % max_classes; in GenerateTestProfile() local
2474 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.cc615 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray() local
/art/compiler/optimizing/
Dreference_type_propagation.cc530 dex::TypeIndex type_idx, in UpdateReferenceTypeInfo()
/art/dex2oat/driver/
Dcompiler_driver.cc1019 bool IsProcessedExceptionType(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in IsProcessedExceptionType()
1024 void MarkProcessedExceptionType(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in MarkProcessedExceptionType()
1705 dex::TypeIndex type_idx = kApp ? dex_file.GetClassDef(index).class_idx_ : dex::TypeIndex(index); in Visit() local

12