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
211 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()
69 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment); in SetUp()
2372 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in VisitQuickFrame()
1129 ~(-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()
1030 VmapTable vmap_table(raw_table); in DumpVmapData()1046 const VmapTable& vmap_table) { in DumpVmapTable()1115 const VmapTable vmap_table(raw_table); in DescribeVReg()
622 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in BuildVMapTable()