Searched refs:GetVmapTable (Results 1 – 8 of 8) sorted by relevance
69 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset()73 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
212 const uint8_t* GetVmapTable() const;
88 ASSERT_EQ(same_vmap_table, lhs->GetVmapTable().data() == rhs->GetVmapTable().data()) in TEST()
41 inline ArrayRef<const uint8_t> CompiledMethod::GetVmapTable() const { in GetVmapTable() function
142 ArrayRef<const uint8_t> GetVmapTable() const;
155 compiled_method->GetVmapTable(), in MakeExecutable()
1204 vios->Stream() << StringPrintf("%p ", oat_method.GetVmapTable()); in DumpOatMethod()1334 const uint8_t* raw_code_info = oat_method.GetVmapTable(); in DumpVmapData()1459 oat_method.GetVmapTable() != nullptr && in IsMethodGeneratedByOptimizingCompiler()1472 oat_method.GetVmapTable() != nullptr && in IsMethodGeneratedByDexToDexCompiler()1519 CodeInfo code_info(oat_method.GetVmapTable()); in DumpCode()1520 if (AddStatsObject(oat_method.GetVmapTable())) { in DumpCode()1521 code_info.CollectSizeStats(oat_method.GetVmapTable(), stats_["CodeInfo"]); in DumpCode()
1386 const uint8_t* code_info = compiled_method->GetVmapTable().data(); in VisitMethod()1445 if (UNLIKELY(lhs->GetVmapTable().data() != rhs->GetVmapTable().data())) { in operator ()()1446 return lhs->GetVmapTable().data() < rhs->GetVmapTable().data(); in operator ()()1502 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitMethod()