Home
last modified time | relevance | path

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

/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()
Dvmap_table.h32 explicit VmapTable(const uint8_t* table) : table_(table) { in VmapTable()
37 const uint8_t* table = table_; variable
48 const uint8_t* table = table_; in Size() local
64 const uint8_t* table = table_; in IsInContext() local
101 const uint8_t* table = table_; in ComputeRegister() local
Dindirect_reference_table.h230 explicit IrtIterator(IrtEntry* table, size_t i, size_t capacity) in IrtIterator()
Dart_method.cc190 MappingTable table(entry_point != nullptr ? in ToDexPc() local
224 MappingTable table(entry_point != nullptr ? in ToNativeQuickPc() local
Dprofiler.h125 Map *table[kHashSize]; variable
/art/compiler/dex/
Dvreg_analysis.cc28 void MIRGraph::DumpRegLocTable(RegLocation* table, int count) { in DumpRegLocTable()
/art/compiler/
Dgc_map_builder.h30 GcMapBuilder(std::vector<uint8_t, Alloc>* table, size_t entries, uint32_t max_native_offset, in GcMapBuilder()
/art/compiler/dex/quick/mips/
Dcall_mips.cc73 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargeSparseSwitch() local
146 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch() local
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc56 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargeSparseSwitch() local
105 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch() local
/art/compiler/dex/quick/
Dcodegen_util.cc381 MappingTable table(&encoded_mapping_table_[0]); in CodegenDump() local
639 MappingTable table(&encoded_mapping_table_[0]); in VerifyCatchEntries() local
763 MappingTable table(&encoded_mapping_table_[0]); in CreateMappingTables() local
946 void Mir2Lir::DumpSparseSwitchTable(const uint16_t* table) { in DumpSparseSwitchTable()
967 void Mir2Lir::DumpPackedSwitchTable(const uint16_t* table) { in DumpPackedSwitchTable()
Dgen_common.cc676 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenFillArrayData() local
2163 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenSmallPackedSwitch() local
2213 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenPackedSwitch() local
2230 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenSmallSparseSwitch() local
2245 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenSparseSwitch() local
Dmir_to_lir.h223 const uint16_t* table; // Original dex data. member
/art/compiler/dex/quick/arm/
Dcall_arm.cc57 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargeSparseSwitch() local
102 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch() local
/art/compiler/optimizing/
Dbuilder.cc77 const uint16_t* table = reinterpret_cast<const uint16_t*>(&instruction) + table_offset; in SwitchTable() local
392 SwitchTable table(instruction, dex_pc, instruction.Opcode() == Instruction::SPARSE_SWITCH); in ComputeBranchTargets() local
1219 SwitchTable table(instruction, dex_pc, false); in BuildPackedSwitch() local
1244 SwitchTable table(instruction, dex_pc, true); in BuildSparseSwitch() local
1258 bool is_last_case, const SwitchTable& table, in BuildSwitchCaseHelper()
Dcode_generator.cc592 MappingTable table(data_ptr); in BuildMappingTable() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc176 std::unique_ptr<ModUnionTable> table(ModUnionTableFactory::Create( in RunTest() local
/art/compiler/dex/quick/x86/
Dcall_x86.cc59 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch() local
/art/runtime/gc/collector/
Dmark_compact.cc237 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in UpdateAndMarkModUnion() local
383 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in UpdateReferences() local
Dsemi_space.cc332 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space); in MarkReachableObjects() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc262 explicit PreloadDexCachesStringsVisitor(StringTable* table) : table_(table) { } in PreloadDexCachesStringsVisitor()
/art/runtime/mirror/
Dclass.cc813 PointerArray* table = GetVTableDuringLinking(); in PopulateEmbeddedImtAndVTable() local
/art/oatdump/
Doatdump.cc1180 MappingTable table(oat_method.GetMappingTable()); in DumpMappingTable() local
1205 MappingTable table(oat_method.GetMappingTable()); in DumpMappingAtOffset() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1892 HandleScope* table = reinterpret_cast<HandleScope*>(reinterpret_cast<uint8_t*>(sp) in artQuickGenericJniEndTrampoline() local
/art/runtime/gc/
Dheap.cc3018 accounting::ModUnionTable* table = FindModUnionTableFromSpace(space); in ProcessCards() local