Searched refs:VmapTable (Results 1 – 7 of 7) sorted by relevance
26 class VmapTable {32 explicit VmapTable(const uint8_t* table) : table_(table) { in VmapTable() function
161 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()
68 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment); in SetUp()
2124 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in VisitQuickFrame()
1074 ~(-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()
366 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in BuildVMapTable()
676 const VmapTable vmap_table(raw_table); in DumpVmap()704 const VmapTable vmap_table(raw_table); in DescribeVReg()