/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 62 extern "C" mirror::Class* artInitializeStaticStorageFromCode(uint32_t type_idx, Thread* self) in artInitializeStaticStorageFromCode() 79 extern "C" mirror::Class* artInitializeTypeFromCode(uint32_t type_idx, Thread* self) in artInitializeTypeFromCode() 94 extern "C" mirror::Class* artInitializeTypeAndVerifyAccessFromCode(uint32_t type_idx, Thread* self) in artInitializeTypeAndVerifyAccessFromCode()
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 92 inline uint32_t DexCache::TypeSlotIndex(dex::TypeIndex type_idx) { in TypeSlotIndex() 99 inline Class* DexCache::GetResolvedType(dex::TypeIndex type_idx) { in GetResolvedType() 106 inline void DexCache::SetResolvedType(dex::TypeIndex type_idx, ObjPtr<Class> resolved) { in SetResolvedType() 118 inline void DexCache::ClearResolvedType(dex::TypeIndex type_idx) { in ClearResolvedType()
|
D | class.cc | 1015 dex::TypeIndex type_idx = klass->GetDirectInterfaceTypeIdx(idx); in GetDirectInterface() local 1027 dex::TypeIndex type_idx = klass->GetDirectInterfaceTypeIdx(idx); in ResolveDirectInterface() local
|
D | class.h | 1170 void SetDexTypeIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexTypeIndex()
|
/art/runtime/ |
D | dex_instruction.cc | 204 dex::TypeIndex type_idx(VRegB_21c()); in DumpString() local 298 dex::TypeIndex type_idx(VRegC_22c()); in DumpString() local 307 dex::TypeIndex type_idx(VRegC_22c()); in DumpString() local
|
D | class_linker-inl.h | 65 dex::TypeIndex type_idx, in LookupResolvedType() 76 inline mirror::Class* ClassLinker::ResolveType(dex::TypeIndex type_idx, ArtMethod* referrer) { in ResolveType()
|
D | art_method-inl.h | 157 inline mirror::Class* ArtMethod::GetClassFromTypeIndex(dex::TypeIndex type_idx, bool resolve) { in GetClassFromTypeIndex() 295 inline bool ArtMethod::IsResolvedTypeIdx(dex::TypeIndex type_idx) { in IsResolvedTypeIdx() 353 inline const char* ArtMethod::GetTypeDescriptorFromTypeIdx(dex::TypeIndex type_idx) { in GetTypeDescriptorFromTypeIdx()
|
D | oat_file_manager.cc | 176 uint16_t type_idx = class_def.class_idx_.index_; in GenerateTypeIndexes() local
|
D | class_linker_test.cc | 922 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local 980 dex::TypeIndex type_idx = klass->GetClassDef()->class_idx_; in TEST_F() local 1273 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F() local
|
D | dex_file.cc | 708 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId() local 923 dex::TypeIndex type_idx = GetIndexForTypeId(*type_id); in CreateTypeList() local
|
D | art_method.cc | 572 auto type_idx = proto_params->GetTypeItem(i).type_idx_; in EqualParameters() local
|
D | dex_file_verifier.cc | 169 const char* DexFileVerifier::CheckLoadStringByTypeIdx(dex::TypeIndex type_idx, in CheckLoadStringByTypeIdx() 206 #define LOAD_STRING_BY_TYPE(var, type_idx, error) \ argument
|
D | reflection.cc | 380 dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in CheckMethodArguments() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 239 inline mirror::Class* CheckArrayAlloc(dex::TypeIndex type_idx, in CheckArrayAlloc() 276 inline mirror::Array* AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode() 714 inline mirror::Class* ResolveVerifyAndClinit(dex::TypeIndex type_idx, in ResolveVerifyAndClinit()
|
/art/runtime/utils/ |
D | dex_cache_arrays_layout-inl.h | 77 inline size_t DexCacheArraysLayout::TypeOffset(dex::TypeIndex type_idx) const { in TypeOffset()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 117 dex::TypeIndex type_idx, in TryGetClassDescriptorStringId() 279 dex::TypeIndex type_idx, in AddClassResolution() 498 dex::TypeIndex type_idx, in MaybeRecordVerificationStatus() 513 dex::TypeIndex type_idx, in MaybeRecordClassResolution()
|
/art/dexlayout/ |
D | dex_visualize.cc | 260 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in VisualizeDexLayout() local
|
D | dexlayout.cc | 1503 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData() local 1509 dex::TypeIndex type_idx(class_def->ClassType()->GetIndex()); in LayoutClassDefsAndClassData() local
|
/art/runtime/jit/ |
D | profile_compilation_info.cc | 96 const dex::TypeIndex& type_idx) { in AddClass() 681 dex::TypeIndex type_idx, in AddClassIndex() 1533 uint16_t type_idx = rand() % max_classes; in GenerateTestProfile() local 1674 for (dex::TypeIndex type_idx : data->class_set) { in GetClassDescriptors() local
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 304 const dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_; in Executable_getParameterTypesInternal() local
|
/art/compiler/utils/ |
D | test_dex_file_builder.h | 113 uint32_t type_idx = 0u; in Build() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1066 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon() local 1178 uint16_t type_idx = is_range ? inst->VRegB_3rc() : inst->VRegB_35c(); in DoFilledNewArray() local
|
/art/dexdump/ |
D | dexdump.cc | 515 const u4 type_idx = DecodeUnsignedLeb128(data); in dumpEncodedValue() local 1765 dex::TypeIndex type_idx = static_cast<dex::TypeIndex>(it.GetJavaValue().i); in dumpCallSite() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1219 dex::TypeIndex type_idx = dex->GetIndexForTypeId(*type_id); in TEST_F() local 1323 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F() local
|
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 555 dex::TypeIndex type_idx, in UpdateReferenceTypeInfo()
|