Home
last modified time | relevance | path

Searched refs:type_ids (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc184 std::vector<TypeId*>* type_ids,
190 std::vector<TypeId*>* type_ids,
925 std::vector<TypeId*> type_ids; in DedupeOrCreateCodeItem() local
930 /*out*/ &type_ids, in DedupeOrCreateCodeItem()
934 CodeFixups* fixups = new CodeFixups(std::move(type_ids), in DedupeOrCreateCodeItem()
1009 std::vector<TypeId*>* type_ids, in GetIdsFromByteCode() argument
1023 has_id |= GetIdFromInstruction(&it.Inst(), type_ids, string_ids, method_ids, field_ids); in GetIdsFromByteCode()
1029 std::vector<TypeId*>* type_ids, in GetIdFromInstruction() argument
1064 type_ids->push_back(header_->TypeIds()[index]); in GetIdFromInstruction()
Ddex_ir.h1013 CodeFixups(std::vector<TypeId*> type_ids, in CodeFixups() argument
1017 : type_ids_(std::move(type_ids)), in CodeFixups()