Searched refs:GetGcMap (Results 1 – 7 of 7) sorted by relevance
81 const uint8_t* OatFile::OatMethod::GetGcMap() const { in GetGcMap() function94 const uint8_t* gc_map = GetGcMap(); in GetGcMapOffset()
132 const uint8_t* GetGcMap() const;
251 auto* const gc_map = compiled_method->GetGcMap(); in AddToCodeCache()285 DCHECK_EQ(out_method->GetGcMap(), gc_map_ptr); in AddToCodeCache()
161 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 ()()
369 SwapVector<uint8_t> const* GetGcMap() const { in GetGcMap() function
67 const SwapVector<uint8_t>* gc_map = compiled_method->GetGcMap(); in MakeExecutable()
843 *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()