Home
last modified time | relevance | path

Searched refs:GetIndex (Results 26 – 50 of 68) sorted by relevance

123

/art/dexlayout/
Ddex_ir_builder.cc641 uint32_t index = class_def->GetIndex(); in AddHiddenapiClassDataFromMapListSection()
955 FieldId* field_item = header_->FieldIds()[field.GetIndex()]; in CreateClassData()
961 FieldId* field_item = header_->FieldIds()[field.GetIndex()]; in CreateClassData()
1227 MethodId* method_id = header_->MethodIds()[method.GetIndex()]; in GenerateMethodItem()
1235 method.GetIndex()); in GenerateMethodItem()
/art/libdexfile/dex/
Dclass_accessor.h48 uint32_t GetIndex() const { in GetIndex() function
Ddex_file_verifier_test.cc247 uint32_t method_index = method.GetIndex(); in FindMethodData()
840 uint32_t field_index = field.GetIndex(); in FindFieldData()
Ddex_file.cc232 if (method.GetIndex() == method_idx) { in FindCodeItemOffset()
/art/dexdump/
Ddexdump_cfg.cc39 os << " # /* " << dex_file->PrettyMethod(method.GetIndex(), true) << " */\n"; in DumpMethodCFG()
Ddexdump.cc1265 const dex::MethodId& pMethodId = dex_file.GetMethodId(method.GetIndex()); in dumpMethod()
1279 fprintf(gOutFile, " method_idx : %d\n", method.GetIndex()); in dumpMethod()
1292 method.GetIndex(), in dumpMethod()
1386 const dex::FieldId& field_id = dex_file.GetFieldId(field.GetIndex()); in dumpField()
/art/compiler/optimizing/
Dinstruction_simplifier_shared.cc237 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) { in TryExtractArrayAccessAddress()
Dgraph_checker.cc415 size_t use_index = use.GetIndex(); in VisitInstruction()
430 size_t use_index = use.GetIndex(); in VisitInstruction()
447 (input_record.GetUseNode()->GetIndex() != i)) { in VisitInstruction()
Dnodes.cc1301 size_t index = it->GetIndex(); in ReplaceUsesDominatedBy()
1323 size_t index = it->GetIndex(); in ReplaceEnvUsesDominatedBy()
1364 DCHECK_EQ(inputs_[i].GetUseNode()->GetIndex(), i - 1u); in InsertInputAt()
1374 DCHECK_EQ(inputs_[i].GetUseNode()->GetIndex(), i + 1u); in RemoveInputAt()
1413 size_t input_index = use_node.GetIndex(); in RemoveConstructorFences()
2114 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction()
2995 user->SetRawEnvAt(use.GetIndex(), nullptr); in RemoveEnvironmentUsers()
Dssa_liveness_analysis.cc224 size_t index = use.GetIndex(); in ComputeLiveRanges()
Dsuperblock_cloner.cc645 size_t index = it->GetIndex(); in ConstructSubgraphClosedSSA()
657 size_t index = it->GetIndex(); in ConstructSubgraphClosedSSA()
Dnodes.h1658 size_t GetIndex() const { return index_; }
2564 size_t input_index = use_node->GetIndex(); in FixUpUserRecordsAfterUseInsertion()
2574 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterUseRemoval()
2584 size_t input_index = env_use_node->GetIndex(); in FixUpUserRecordsAfterEnvUseInsertion()
2594 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterEnvUseRemoval()
3478 return other->AsClassTableGet()->GetIndex() == index_ && in InstructionDataEquals()
3483 size_t GetIndex() const { return index_; } in GetIndex() function
5695 uint8_t GetIndex() const { return index_; } in GetIndex() function
6062 DCHECK_EQ(GetIndex(), other->GetIndex()); in IsEquivalentOf()
6076 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
[all …]
Dssa_builder.cc301 aget->GetIndex(), in CreateFloatOrDoubleEquivalentOfArrayGet()
Dload_store_elimination.cc885 if (ref == new_array && location->GetIndex() != nullptr) { in VisitNewArray()
/art/runtime/verifier/
Dclass_verifier.cc257 const uint32_t method_idx = method.GetIndex(); in VerifyClass()
/art/openjdkjvmti/
Dti_redefine.cc963 MethodNameAndSignature new_method_id(dex_file_.get(), new_method.GetIndex()); in CheckMethods()
966 MethodNameAndSignature old_method_id(&old_dex_file, current_old_method.GetIndex()); in CheckMethods()
992 << MethodNameAndSignature(&old_dex_file, old_iter->GetIndex()) << ") already seen?"; in CheckMethods()
1007 MethodNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckMethods()
1027 FieldNameAndSignature new_field_id(dex_file_.get(), new_field.GetIndex()); in CheckFields()
1030 FieldNameAndSignature old_field_id(&old_dex_file, old_iter.GetIndex()); in CheckFields()
1052 << "field at " << off << "(" << FieldNameAndSignature(&old_dex_file, old_iter->GetIndex()) in CheckFields()
1066 FieldNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckFields()
1533 int32_t GetIndex() const { in GetIndex() function in openjdkjvmti::RedefinitionDataIter
2008 accessor.GetDexFile().GetFieldId(f.GetIndex()))); in GetNewClassSize()
/art/tools/hiddenapi/
Dhiddenapi_test.cc186 const dex::FieldId& fid = dex_file.GetFieldId(field.GetIndex()); in GetFieldHiddenFlags()
213 const dex::MethodId& mid = dex_file.GetMethodId(method.GetIndex()); in GetMethodHiddenFlags()
Dhiddenapi.cc219 return item_.GetDexFile().GetMethodId(item_.GetIndex()); in GetMethodId()
224 return item_.GetDexFile().GetFieldId(item_.GetIndex()); in GetFieldId()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc614 PreloadDexCachesResolveField(dex_cache, field.GetIndex(), field.IsStatic()); in VMRuntime_preloadDexCaches()
617 PreloadDexCachesResolveMethod(dex_cache, method.GetIndex()); in VMRuntime_preloadDexCaches()
/art/runtime/
Doat_file.cc2207 CHECK_LE(index_mask_span, entry.GetIndex(index_bits)); in DCheckIndexToBssMapping()
2209 CHECK_LT(prev_entry->GetIndex(index_bits), entry.GetIndex(index_bits) - index_mask_span); in DCheckIndexToBssMapping()
2214 CHECK_LT(prev_entry->GetIndex(index_bits), number_of_indexes); in DCheckIndexToBssMapping()
Dvdex_file.cc332 const uint32_t offset = accessor.GetOffset(method.GetIndex()); in UnquickenDexFile()
/art/dex2oat/
Ddex2oat_test.cc1366 const uint16_t method_idx = method.GetIndex(); in TEST_F()
1475 const size_t method_idx = method.GetIndex(); in TEST_F()
2321 std::string method_name(dex->GetMethodName(dex->GetMethodId(method.GetIndex()))); in TEST_F()
2343 methods.push_back(method.GetIndex()); in TEST_F()
2346 methods.push_back(method.GetIndex()); in TEST_F()
Dverifier_deps_test.cc159 method.GetIndex(), in VerifyMethod()
174 method.GetIndex(), in VerifyMethod()
/art/dex2oat/linker/
Doat_writer.cc902 MethodReference(dex_file_, method.GetIndex())); in VisitMethod()
986 uint32_t method_idx = method.GetIndex(); in VisitMethod()
1225 MethodReference method_ref(dex_file_, method.GetIndex()); in VisitMethod()
1598 method.GetIndex(), dex_cache, /*class_loader=*/ nullptr); in VisitMethod()
1601 << dex_file_->PrettyMethod(method.GetIndex(), true); in VisitMethod()
1608 resolved_method = class_linker_->LookupResolvedMethod(method.GetIndex(), in VisitMethod()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc140 << "Processing " << dex_file->PrettyMethod(method.GetIndex(), true); in ProcessDexFiles()

123