/art/libdexfile/dex/ |
D | type_lookup_table_test.cc | 33 TypeLookupTable table = TypeLookupTable::Create(*dex_file); in TEST_F() local 41 TypeLookupTable table(TypeLookupTable::Create(*dex_file)); in TEST_P() local
|
D | bytecode_utils.h | 34 const uint16_t* table = reinterpret_cast<const uint16_t*>(&instruction) + table_offset; in DexSwitchTable() local 106 explicit DexSwitchTableIterator(const DexSwitchTable& table) in DexSwitchTableIterator()
|
/art/libartbase/base/ |
D | bit_table_test.cc | 40 BitTableBase<1> table(reader); in TEST() local 61 BitTableBase<1> table(reader); in TEST() local 84 BitTableBase<1> table(reader); in TEST() local 105 BitTableBase<4> table(reader); in TEST() local 155 BitTableBase<1> table(reader); in TEST() local
|
D | bit_table.h | 112 BitTableAccessor(const BitTableBase<kNumColumns>* table, uint32_t row) in BitTableAccessor() 164 const_iterator(const BitTable* table, uint32_t row) : table_(table), row_(row) {} in const_iterator() 374 BitTableBase<kNumColumns> table; in Encode() local 462 BitTableBase<1> table; in Encode() local
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | Doc.java | 58 void table(Column... columns); in table() method 71 void table(DocString description, List<Column> subcols, List<Column> cols); in table() method
|
D | SizeTable.java | 44 static void table(Doc doc, Column left, boolean showDiff, Column... columns) { in table() method in SizeTable 85 static void table(Doc doc, boolean showDiff, Column... columns) { in table() method in SizeTable
|
D | HtmlDoc.java | 85 public void table(Column... columns) { in table() method in HtmlDoc 106 public void table(DocString description, List<Column> subcols, List<Column> cols) { in table() method in HtmlDoc
|
D | SitePrinter.java | 35 HeapTable.TableConfig<Site> table = new HeapTable.TableConfig<Site>() { in printSite() local
|
D | SiteHandler.java | 58 HeapTable.TableConfig<Site> table = new HeapTable.TableConfig<Site>() { in handle() local
|
D | ObjectHandler.java | 263 HeapTable.TableConfig<PathElement> table = new HeapTable.TableConfig<PathElement>() { in printGcRootPath() local
|
/art/compiler/optimizing/ |
D | block_builder.cc | 105 DexSwitchTable table(instruction, dex_pc); in CreateBranchTargets() local 181 DexSwitchTable table(instruction, dex_pc); in ConnectBasicBlocks() local 402 DexSwitchTable table(instruction, dex_pc); in InsertSynthesizedLoopsForOsr() local
|
/art/runtime/ |
D | indirect_reference_table.cc | 157 static size_t CountNullEntries(const IrtEntry* table, size_t to) { in CountNullEntries() 168 static inline void CheckHoleCount(IrtEntry* table, in CheckHoleCount()
|
D | debug_print.cc | 78 ClassTable* table = Runtime::Current()->GetClassLinker()->ClassTableForClassLoader(loader); in DescribeLoaders() local
|
D | class_table_test.cc | 89 ClassTable table; in TEST_F() local
|
D | intern_table-inl.h | 168 for (const Table::InternalTable& table : tables) { in CountInterns() local
|
D | imt_conflict_table.h | 166 static size_t ComputeSizeWithOneMoreEntry(ImtConflictTable* table, PointerSize pointer_size) { in ComputeSizeWithOneMoreEntry()
|
/art/runtime/oat/ |
D | stack_map.cc | 39 auto& table = this->*member_pointer; in CodeInfo() local 171 CodeInfo code_info(code_info_data, &num_bits, [&](size_t i, auto* table, BitMemoryRegion region) { in CollectSizeStats() 214 const auto& table = this->*member_pointer; in Dump() local
|
D | image-inl.h | 110 auto* table = reinterpret_cast<ImtConflictTable*>(base + section.Offset() + pos); in VisitPackedImtConflictTables() local
|
/art/runtime/jni/ |
D | local_reference_table-inl.h | 77 LrtEntry* table = tables_[i]; in GetReferenceEntryIndex() local
|
D | local_reference_table.h | 438 LrtEntry* table = tables_[table_index]; in GetEntry() local
|
/art/dex2oat/driver/ |
D | compiled_method_storage.cc | 192 const ArrayRef<const uint8_t>& table) { in DeduplicateVMapTable() 196 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
|
/art/dex2oat/linker/ |
D | code_info_table_deduper.cc | 69 auto& table = code_info.*member_pointer; in Dedupe() local
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 196 std::unique_ptr<ModUnionTable> table(ModUnionTableFactory::Create( in RunTest() local
|
/art/tools/veridex/ |
D | flow_analysis.cc | 103 DexSwitchTable table(instruction, dex_pc); in FindBranches() local
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 818 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in GrayAllDirtyImmuneObjects() local 858 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in GrayAllNewlyDirtyImmuneObjects() local 1396 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in MarkingPhase() local 1568 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in CopyingPhase() local 3791 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in FinishPhase() local
|