Searched refs:GetVmapTable (Results 1 – 10 of 10) sorted by relevance
77 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset()89 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
98 const uint8_t* GetVmapTable() const { in GetVmapTable() function
176 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;
56 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable(); in MakeExecutable()
92 table = compiled_method->GetVmapTable(); in RunTest()
1216 vios->Stream() << StringPrintf("%p ", oat_method.GetVmapTable()); in DumpOatMethod()1354 const uint8_t* raw_code_info = oat_method.GetVmapTable(); in DumpVmapData()1479 oat_method.GetVmapTable() != nullptr && in IsMethodGeneratedByOptimizingCompiler()1492 oat_method.GetVmapTable() != nullptr && in IsMethodGeneratedByDexToDexCompiler()1620 StackMapsHelper helper(oat_method.GetVmapTable(), instruction_set_); in DumpCode()1621 if (AddStatsObject(oat_method.GetVmapTable())) { in DumpCode()1622 helper.GetCodeInfo().CollectSizeStats(oat_method.GetVmapTable(), &stats_); in DumpCode()2390 vmap_table_bytes = ComputeOatSize(method_header->GetVmapTable(), &first_occurrence); in DumpMethod()
863 return method != nullptr && method->GetQuickCode().empty() && !method->GetVmapTable().empty(); in HasQuickeningInfo()1347 const uint8_t* code_info = compiled_method->GetVmapTable().data(); in VisitMethod()1405 if (UNLIKELY(lhs->GetVmapTable().data() != rhs->GetVmapTable().data())) { in operator ()()1406 return lhs->GetVmapTable().data() < rhs->GetVmapTable().data(); in operator ()()1462 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitMethod()2428 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitDexMethods()