Home
last modified time | relevance | path

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

/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.h132 const uint8_t* GetGcMap() const;
/art/compiler/jit/
Djit_compiler.cc251 auto* const gc_map = compiled_method->GetGcMap(); in AddToCodeCache()
285 DCHECK_EQ(out_method->GetGcMap(), gc_map_ptr); in AddToCodeCache()
/art/compiler/
Doat_writer.cc161 return compiled_method->GetGcMap(); in GetData()
481 const SwapVector<uint8_t>* gc_map = compiled_method->GetGcMap(); in VisitMethod()
514 if (UNLIKELY(lhs->GetGcMap() != rhs->GetGcMap())) { in operator ()()
515 return lhs->GetGcMap() < rhs->GetGcMap(); in operator ()()
Dcompiled_method.h369 SwapVector<uint8_t> const* GetGcMap() const { in GetGcMap() function
Dcommon_compiler_test.cc67 const SwapVector<uint8_t>* gc_map = compiled_method->GetGcMap(); in MakeExecutable()
/art/oatdump/
Doatdump.cc843 *indent2_os << StringPrintf("%p ", oat_method.GetGcMap()); in DumpOatMethod()
1016 if (oat_method.GetGcMap() == nullptr) { in DumpVmapData()
1161 const uint8_t* gc_map_raw = oat_method.GetGcMap(); in DumpGcMap()
1228 const uint8_t* gc_map_raw = oat_method.GetGcMap(); in DumpGcMapAtNativePcOffset()