Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h77 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset()
89 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
Doat_quick_method_header.h111 const uint8_t* GetVmapTable() const { in GetVmapTable() function
Doat_file.h206 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.cc56 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable(); in MakeExecutable()
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc92 table = compiled_method->GetVmapTable(); in RunTest()
/art/dex2oat/linker/
Doat_writer.cc879 return method != nullptr && method->GetQuickCode().empty() && !method->GetVmapTable().empty(); in HasQuickeningInfo()
1368 const uint8_t* code_info = compiled_method->GetVmapTable().data(); in VisitMethod()
1426 if (UNLIKELY(lhs->GetVmapTable().data() != rhs->GetVmapTable().data())) { in operator ()()
1427 return lhs->GetVmapTable().data() < rhs->GetVmapTable().data(); in operator ()()
1483 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitMethod()
2439 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitDexMethods()
/art/oatdump/
Doatdump.cc1215 vios->Stream() << StringPrintf("%p ", oat_method.GetVmapTable()); in DumpOatMethod()
1353 const uint8_t* raw_code_info = oat_method.GetVmapTable(); in DumpVmapData()
1478 oat_method.GetVmapTable() != nullptr && in IsMethodGeneratedByOptimizingCompiler()
1491 oat_method.GetVmapTable() != nullptr && in IsMethodGeneratedByDexToDexCompiler()
1619 StackMapsHelper helper(oat_method.GetVmapTable(), instruction_set_); in DumpCode()
1620 if (AddStatsObject(oat_method.GetVmapTable())) { in DumpCode()
1621 helper.GetCodeInfo().CollectSizeStats(oat_method.GetVmapTable(), &stats_); in DumpCode()