HomeSort by relevance Sort by last modified time
    Searched refs:type_ids (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/compile/
IdAssigner_test.cpp 148 std::set<uint8_t> type_ids; local
156 if (!type_ids.insert(type->id.value()).second) {
  /art/dexlayout/
dex_ir.cc 135 std::vector<TypeId*>* type_ids,
170 type_ids->push_back(collections.GetTypeId(index));
208 std::vector<TypeId*>* type_ids,
223 type_ids,
697 std::unique_ptr<std::vector<TypeId*>> type_ids(new std::vector<TypeId*>());
703 type_ids.get(),
707 CodeFixups* fixups = new CodeFixups(type_ids.release(),
    [all...]
dex_visualize.cc 191 std::vector<dex_ir::TypeId*>* type_ids = fixups->TypeIds(); local
192 for (dex_ir::TypeId* type_id : *type_ids) {
dex_ir.h     [all...]

Completed in 116 milliseconds