Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 25 of 64) sorted by relevance

123

/art/libdexfile/dex/
Dclass_accessor_test.cc49 EXPECT_EQ(field.GetIndex(), field_it->GetIndex()); in TEST_F()
57 EXPECT_EQ(field.GetIndex(), field_it->GetIndex()); in TEST_F()
59 EXPECT_EQ(field.GetIndex(), instance_field_it->GetIndex()); in TEST_F()
68 EXPECT_EQ(method.GetIndex(), method_it->GetIndex()); in TEST_F()
77 EXPECT_EQ(method.GetIndex(), method_it->GetIndex()); in TEST_F()
Dart_dex_file_loader_test.cc177 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F()
251 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex()); in TEST_F()
261 raw->PrettyMethod(cur_method->GetIndex(), /* with_signature= */ false)); in TEST_F()
263 raw->PrettyMethod(cur_method->GetIndex(), /* with_signature= */ true)); in TEST_F()
Ddex_file_verifier.cc1272 uint32_t index = field.GetIndex(); in CheckStaticFieldTypes()
1601 const uint32_t direct_idx = direct_methods->GetIndex(); in CheckIntraClassDataItemMethods()
2522 DCHECK_LE(read_field.GetIndex(), dex_file_->NumFieldIds()); in FindFirstClassDataDefiner()
2523 return dex_file_->GetFieldId(read_field.GetIndex()).class_idx_.index_; in FindFirstClassDataDefiner()
2529 DCHECK_LE(read_method.GetIndex(), dex_file_->NumMethodIds()); in FindFirstClassDataDefiner()
2530 return dex_file_->GetMethodId(read_method.GetIndex()).class_idx_.index_; in FindFirstClassDataDefiner()
2617 ptr_, data_end, member_type, member.GetIndex()); in CheckInterHiddenapiClassData()
2623 decoded_flags, member_type, member.GetIndex()); in CheckInterHiddenapiClassData()
3162 DCHECK_LE(read_field.GetIndex(), header_->field_ids_size_); in CheckInterClassDataItem()
3163 const dex::FieldId& field = dex_file_->GetFieldId(read_field.GetIndex()); in CheckInterClassDataItem()
[all …]
Ddex_file_tracking_registrar.cc207 const dex::MethodId& methodid_item = dex_file_->GetMethodId(method.GetIndex()); in SetCodeItemRegistration()
Dclass_accessor-inl.h77 return MethodReference(&dex_file_, GetIndex()); in GetReference()
Dclass_accessor.h49 uint32_t GetIndex() const { in GetIndex() function
/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc207 instruction->GetIndex(), in VisitArrayGet()
219 instruction->GetIndex(), in VisitArraySet()
292 TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) { in VisitVecLoad()
298 codegen_, instruction, instruction->GetArray(), instruction->GetIndex(), offset)) { in VisitVecLoad()
306 TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) { in VisitVecStore()
312 codegen_, instruction, instruction->GetArray(), instruction->GetIndex(), offset)) { in VisitVecStore()
Dcode_sinking.cc222 : block->GetPredecessors()[use.GetIndex()]; in FindIdealPosition()
306 env->RemoveAsUserOfInput(use.GetIndex()); in FindIdealPosition()
307 env->SetRawEnvAt(use.GetIndex(), /*instruction=*/ nullptr); in FindIdealPosition()
484 environment->RemoveAsUserOfInput(use.GetIndex()); in SinkCodeToUncommonBranch()
485 environment->SetRawEnvAt(use.GetIndex(), nullptr); in SinkCodeToUncommonBranch()
Dload_store_analysis.h126 HInstruction* GetIndex() const { return index_; } in GetIndex() function
304 loc->GetIndex() == index && in FindHeapLocationIndex()
416 HInstruction* idx1 = loc1->GetIndex(); in ComputeMayAlias()
417 HInstruction* idx2 = loc2->GetIndex(); in ComputeMayAlias()
Dinstruction_simplifier_arm.cc226 instruction->GetIndex(), in VisitArrayGet()
248 instruction->GetIndex(), in VisitArraySet()
Dnodes_shared.h102 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
Dssa_phi_elimination.cc116 user->SetRawEnvAt(use.GetIndex(), nullptr); in EliminateDeadPhis()
Dinstruction_simplifier_shared.cc196 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) { in TryExtractArrayAccessAddress()
/art/dex2oat/linker/
Dindex_bss_mapping_encoder.h44 DCHECK_NE(index, entry_.GetIndex(index_bits_)); in TryMerge()
48 uint32_t diff = index - entry_.GetIndex(index_bits_); in TryMerge()
/art/runtime/verifier/
Dclass_verifier.cc117 const uint32_t method_idx = method.GetIndex(); in VerifyClass()
154 UpdateMethodFlags(method.GetIndex(), klass, dex_cache, callbacks, result.types); in VerifyClass()
160 dex_file->PrettyMethod(method.GetIndex()).c_str()); in VerifyClass()
/art/tools/veridex/
Dresolver.cc41 field_infos_[field.GetIndex()] = field.GetDataPointer(); in Run()
44 method_infos_[method.GetIndex()] = method.GetDataPointer(); in Run()
143 const dex::MethodId& other_method_id = other_dex_file.GetMethodId(method.GetIndex()); in LookupMethodIn()
198 const dex::FieldId& other_field_id = other_dex_file.GetFieldId(field.GetIndex()); in LookupFieldIn()
249 other_dex_file.GetMethodId(method.GetIndex()), in LookupDeclaredMethodIn()
/art/runtime/oat/
Dindex_bss_mapping.h54 uint32_t GetIndex(size_t index_bits) const { in GetIndex() function
Dindex_bss_mapping.cc29 uint32_t diff = GetIndex(index_bits) - index; in GetBssOffset()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc59 LOG(FATAL) << "Unexpected instruction found in " << dex->PrettyMethod(method.GetIndex()) in VerifyClassData()
/art/dex2oat/dex/
Dverification_results.cc65 MethodReference method_ref(&dex_file, method.GetIndex()); in AddUncompilableClass()
/art/libdexfile/external/
Ddex_file_ext.cc73 .index = method.GetIndex(), in FindMethod()
255 .index = method.GetIndex(), in ADexFile_forEachMethod()
/art/runtime/
Dhidden_api.cc272 const dex::FieldId& field_id = dex_file.GetFieldId(field.GetIndex()); in MemberSignature()
281 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetIndex()); in MemberSignature()
520 if (dex_member.GetIndex() == member_index) { in GetDexFlags()
/art/dexlist/
Ddexlist.cc152 method.GetIndex(), in dumpClass()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc95 CodeItemDebugInfoAccessor code_item(*dex_file, method.GetCodeItem(), method.GetIndex()); in ProcessDexFiles()
256 static_field_index_map_[field.GetIndex()] = current_idx++; in ProcessDexFile()
261 instance_field_index_map_[field.GetIndex()] = current_idx++; in ProcessDexFile()
/art/runtime/jni/
Dlocal_reference_table.cc57 inline size_t SmallLrtAllocator::GetIndex(size_t size) { in GetIndex() function in art::jni::SmallLrtAllocator
67 size_t index = GetIndex(size); in Allocate()
101 size_t index = GetIndex(size); in Deallocate()

123