HomeSort by relevance Sort by last modified time
    Searched defs:type_ids_ (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.h 37 std::map<const char*, int> type_ids_; member in class:base::trace_event::TypeNameDeduplicator
  /art/dexlayout/
dex_ir.h 170 std::vector<std::unique_ptr<TypeId>>& TypeIds() { return type_ids_.Collection(); }
259 uint32_t TypeIdsOffset() const { return type_ids_.GetOffset(); }
280 void SetTypeIdsOffset(uint32_t new_offset) { type_ids_.SetOffset(new_offset); }
305 uint32_t TypeIdsSize() const { return type_ids_.Size(); }
333 CollectionVector<TypeId> type_ids_; member in class:art::dex_ir::Collections
904 std::unique_ptr<std::vector<TypeId*>> type_ids_; member in class:art::dex_ir::CodeFixups
    [all...]
  /art/runtime/
dex_file.h 164 dex::TypeIndex class_idx_; // index into type_ids_ array for defining class
165 dex::TypeIndex type_idx_; // index into type_ids_ array for field type
185 dex::TypeIndex class_idx_; // index into type_ids_ array for defining class
195 dex::TypeIndex class_idx_; // index into type_ids_ array for this class
198 dex::TypeIndex superclass_idx_; // index into type_ids_ array for superclass
593 return type_ids_[idx.index_];
597 CHECK_GE(&type_id, type_ids_) << GetLocation();
598 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
599 size_t result = &type_id - type_ids_;
1205 const TypeId* const type_ids_; member in class:art::DexFile::MethodHandleType
    [all...]

Completed in 98 milliseconds