Home
last modified time | relevance | path

Searched refs:VmapTable (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dvmap_table.h26 class VmapTable {
32 explicit VmapTable(const uint8_t* table) : table_(table) { in VmapTable() function
Dstack.cc211 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVRegFromQuickCode()
323 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVRegPairFromQuickCode()
400 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVRegFromQuickCode()
480 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVRegPairFromQuickCode()
Dexception_test.cc69 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment); in SetUp()
Dthread.cc2372 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in VisitQuickFrame()
/art/compiler/dex/quick/
Dcodegen_util.cc1129 ~(-1 << VREG_NUM_WIDTH) & (core_vmap_table_[i] + VmapTable::kEntryAdjustment)); in GetCompiledMethod()
1132 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in GetCompiledMethod()
1136 vmap_encoder.PushBackUnsigned(fp_vmap_table_[i] + VmapTable::kEntryAdjustment); in GetCompiledMethod()
1144 ~(-1 << VREG_NUM_WIDTH) & (fp_vmap_table_[i] + VmapTable::kEntryAdjustment)); in GetCompiledMethod()
/art/oatdump/
Doatdump.cc1030 VmapTable vmap_table(raw_table); in DumpVmapData()
1046 const VmapTable& vmap_table) { in DumpVmapTable()
1115 const VmapTable vmap_table(raw_table); in DescribeVReg()
/art/compiler/optimizing/
Dcode_generator.cc622 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in BuildVMapTable()