Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file-inl.h70 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset()
74 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
Doat_file.h232 const uint8_t* GetVmapTable() const;
/art/dex2oat/driver/
Dcompiled_method_storage_test.cc88 ASSERT_EQ(same_vmap_table, lhs->GetVmapTable().data() == rhs->GetVmapTable().data()) in TEST()
Dcompiled_method-inl.h41 inline ArrayRef<const uint8_t> CompiledMethod::GetVmapTable() const { in GetVmapTable() function
Dcompiled_method.h136 ArrayRef<const uint8_t> GetVmapTable() const;
Dcompiler_driver_test.cc91 compiled_method->GetVmapTable(), in MakeExecutable()
/art/oatdump/
Doatdump.cc1234 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()
/art/dex2oat/linker/
Doat_writer.cc1231 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()