Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 43) sorted by relevance

12

/art/libdexfile/dex/
Dtype_lookup_table_test.cc33 TypeLookupTable table = TypeLookupTable::Create(*dex_file); in TEST_F() local
41 TypeLookupTable table(TypeLookupTable::Create(*dex_file)); in TEST_P() local
Dbytecode_utils.h34 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/
Dbit_table_test.cc40 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
Dbit_table.h112 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/
DDoc.java58 void table(Column... columns); in table() method
71 void table(DocString description, List<Column> subcols, List<Column> cols); in table() method
DSizeTable.java44 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
DHtmlDoc.java85 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
DSitePrinter.java35 HeapTable.TableConfig<Site> table = new HeapTable.TableConfig<Site>() { in printSite() local
DSiteHandler.java58 HeapTable.TableConfig<Site> table = new HeapTable.TableConfig<Site>() { in handle() local
DObjectHandler.java263 HeapTable.TableConfig<PathElement> table = new HeapTable.TableConfig<PathElement>() { in printGcRootPath() local
/art/compiler/optimizing/
Dblock_builder.cc105 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/
Dindirect_reference_table.cc157 static size_t CountNullEntries(const IrtEntry* table, size_t to) { in CountNullEntries()
168 static inline void CheckHoleCount(IrtEntry* table, in CheckHoleCount()
Ddebug_print.cc78 ClassTable* table = Runtime::Current()->GetClassLinker()->ClassTableForClassLoader(loader); in DescribeLoaders() local
Dclass_table_test.cc89 ClassTable table; in TEST_F() local
Dintern_table-inl.h168 for (const Table::InternalTable& table : tables) { in CountInterns() local
Dimt_conflict_table.h166 static size_t ComputeSizeWithOneMoreEntry(ImtConflictTable* table, PointerSize pointer_size) { in ComputeSizeWithOneMoreEntry()
/art/runtime/oat/
Dstack_map.cc39 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
Dimage-inl.h110 auto* table = reinterpret_cast<ImtConflictTable*>(base + section.Offset() + pos); in VisitPackedImtConflictTables() local
/art/runtime/jni/
Dlocal_reference_table-inl.h77 LrtEntry* table = tables_[i]; in GetReferenceEntryIndex() local
Dlocal_reference_table.h438 LrtEntry* table = tables_[table_index]; in GetEntry() local
/art/dex2oat/driver/
Dcompiled_method_storage.cc192 const ArrayRef<const uint8_t>& table) { in DeduplicateVMapTable()
196 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
/art/dex2oat/linker/
Dcode_info_table_deduper.cc69 auto& table = code_info.*member_pointer; in Dedupe() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc196 std::unique_ptr<ModUnionTable> table(ModUnionTableFactory::Create( in RunTest() local
/art/tools/veridex/
Dflow_analysis.cc103 DexSwitchTable table(instruction, dex_pc); in FindBranches() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc818 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

12