Home
last modified time | relevance | path

Searched refs:GetVmapTable (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Doat_file-inl.h69 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset()
73 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
Doat_file.h212 const uint8_t* GetVmapTable() const;
/art/compiler/driver/
Dcompiled_method_storage_test.cc88 ASSERT_EQ(same_vmap_table, lhs->GetVmapTable().data() == rhs->GetVmapTable().data()) in TEST()
/art/compiler/
Dcompiled_method-inl.h41 inline ArrayRef<const uint8_t> CompiledMethod::GetVmapTable() const { in GetVmapTable() function
Dcompiled_method.h142 ArrayRef<const uint8_t> GetVmapTable() const;
Dcommon_compiler_test.cc155 compiled_method->GetVmapTable(), in MakeExecutable()
/art/oatdump/
Doatdump.cc1204 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()
/art/dex2oat/linker/
Doat_writer.cc1386 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()