Searched refs:GetVmapTable (Results 1 – 8 of 8) sorted by relevance
70 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset()74 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
232 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
136 ArrayRef<const uint8_t> GetVmapTable() const;
91 compiled_method->GetVmapTable(), in MakeExecutable()
1234 vios->Stream() << StringPrintf("%p ", oat_method.GetVmapTable()); in DumpOatMethod()1361 const uint8_t* raw_code_info = oat_method.GetVmapTable(); in DumpVmapData()1481 oat_method.GetVmapTable() != nullptr && in IsMethodGeneratedByOptimizingCompiler()1537 CodeInfo code_info(oat_method.GetVmapTable()); in DumpCode()1538 if (AddStatsObject(oat_method.GetVmapTable())) { in DumpCode()1539 code_info.CollectSizeStats(oat_method.GetVmapTable(), stats_["CodeInfo"]); in DumpCode()
1231 const uint8_t* code_info = compiled_method->GetVmapTable().data(); in VisitMethod()1290 if (UNLIKELY(lhs->GetVmapTable().data() != rhs->GetVmapTable().data())) { in operator ()()1291 return lhs->GetVmapTable().data() < rhs->GetVmapTable().data(); in operator ()()1361 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitMethod()