Home
last modified time | relevance | path

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

12

/art/runtime/
Dmapping_table.h32 const uint8_t* table = encoded_table_; in TotalSize() local
41 const uint8_t* table = encoded_table_; in DexToPcSize() local
52 const uint8_t* table = encoded_table_; in FirstDexToPcPtr() local
68 DexToPcIterator(const MappingTable* table, uint32_t element) : in DexToPcIterator()
124 const uint8_t* table = encoded_table_; in PcToDexSize() local
135 const uint8_t* table = encoded_table_; in FirstPcToDexPtr() local
145 PcToDexIterator(const MappingTable* table, uint32_t element) : in PcToDexIterator()
Dintern_table-inl.h103 for (const Table::InternalTable& table : tables) { in CountInterns() local
Dindirect_reference_table.cc170 static size_t CountNullEntries(const IrtEntry* table, size_t from, size_t to) { in CountNullEntries()
202 static inline void CheckHoleCount(IrtEntry* table, in CheckHoleCount()
Dclass_table_test.cc84 ClassTable table; in TEST_F() local
Dstack_map.cc39 auto& table = this->*member_pointer; in CodeInfo() local
232 CodeInfo code_info(code_info_data, &num_bits, [&](size_t i, auto* table, BitMemoryRegion region) { in CollectSizeStats()
273 const auto& table = this->*member_pointer; in Dump() local
Ddebug_print.cc80 ClassTable* table = Runtime::Current()->GetClassLinker()->ClassTableForClassLoader(loader); in DescribeLoaders() local
Dimage-inl.h110 auto* table = reinterpret_cast<ImtConflictTable*>(base + section.Offset() + pos); in VisitPackedImtConflictTables() local
Dindirect_reference_table.h187 IrtIterator(IrtEntry* table, size_t i, size_t capacity) REQUIRES_SHARED(Locks::mutator_lock_) in IrtIterator()
Dimt_conflict_table.h166 static size_t ComputeSizeWithOneMoreEntry(ImtConflictTable* table, PointerSize pointer_size) { in ComputeSizeWithOneMoreEntry()
/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()
372 BitTableBase<kNumColumns> table; in Encode() local
459 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.java81 public void table(Column... columns) { in table() method in HtmlDoc
102 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.cc111 DexSwitchTable table(instruction, dex_pc); in CreateBranchTargets() local
194 DexSwitchTable table(instruction, dex_pc); in ConnectBasicBlocks() local
415 DexSwitchTable table(instruction, dex_pc); in InsertSynthesizedLoopsForOsr() local
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc90 ArrayRef<const uint8_t> table; in RunTest() local
/art/compiler/driver/
Dcompiled_method_storage.cc187 const ArrayRef<const uint8_t>& table) { in DeduplicateVMapTable()
191 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc195 std::unique_ptr<ModUnionTable> table(ModUnionTableFactory::Create( in RunTest() local
/art/tools/veridex/
Dflow_analysis.cc95 DexSwitchTable table(instruction, dex_pc); in FindBranches() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc796 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in GrayAllDirtyImmuneObjects() local
836 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in GrayAllNewlyDirtyImmuneObjects() local
1342 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in MarkingPhase() local
1514 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in CopyingPhase() local
3684 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in FinishPhase() local

12