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.cc161 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVReg()
215 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVRegPair()
262 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVReg()
326 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVRegPair()
Dexception_test.cc68 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment); in SetUp()
Dthread.cc2124 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in VisitQuickFrame()
/art/compiler/dex/quick/
Dcodegen_util.cc1074 ~(-1 << VREG_NUM_WIDTH) & (core_vmap_table_[i] + VmapTable::kEntryAdjustment)); in GetCompiledMethod()
1077 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in GetCompiledMethod()
1081 vmap_encoder.PushBackUnsigned(fp_vmap_table_[i] + VmapTable::kEntryAdjustment); in GetCompiledMethod()
1089 ~(-1 << VREG_NUM_WIDTH) & (fp_vmap_table_[i] + VmapTable::kEntryAdjustment)); in GetCompiledMethod()
/art/compiler/optimizing/
Dcode_generator.cc366 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in BuildVMapTable()
/art/oatdump/
Doatdump.cc676 const VmapTable vmap_table(raw_table); in DumpVmap()
704 const VmapTable vmap_table(raw_table); in DescribeVReg()