Home
last modified time | relevance | path

Searched refs:GetGcMap (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Doat_writer.h320 if (UNLIKELY(&lhs->GetGcMap() != &rhs->GetGcMap())) { in operator()
321 return &lhs->GetGcMap() < &rhs->GetGcMap(); in operator()
Dcompiled_method.h180 const SwapVector<uint8_t>& GetGcMap() const { in GetGcMap() function
Dcommon_compiler_test.cc176 const SwapVector<uint8_t>& gc_map = compiled_method->GetGcMap(); in MakeExecutable()
Doat_writer.cc142 return &compiled_method->GetGcMap(); in GetData()
468 const SwapVector<uint8_t>& gc_map = compiled_method->GetGcMap(); in VisitMethod()
/art/runtime/
Doat_file-inl.h81 const uint8_t* OatFile::OatMethod::GetGcMap() const { in GetGcMap() function
94 const uint8_t* gc_map = GetGcMap(); in GetGcMapOffset()
Doat_file.h146 const uint8_t* GetGcMap() const;
/art/oatdump/
Doatdump.cc503 *indent2_os << StringPrintf("%p ", oat_method.GetGcMap()); in DumpOatMethod()
747 const uint8_t* gc_map_raw = oat_method.GetGcMap(); in DumpGcMap()
825 const uint8_t* gc_map_raw = oat_method.GetGcMap(); in DumpGcMapAtNativePcOffset()