Searched refs:gc_map_raw (Results 1 – 3 of 3) sorted by relevance
1161 const uint8_t* gc_map_raw = oat_method.GetGcMap(); in DumpGcMap() local1162 if (gc_map_raw == nullptr) { in DumpGcMap()1166 NativePcOffsetToReferenceMap map(gc_map_raw); in DumpGcMap()1228 const uint8_t* gc_map_raw = oat_method.GetGcMap(); in DumpGcMapAtNativePcOffset() local1229 if (gc_map_raw != nullptr) { in DumpGcMapAtNativePcOffset()1230 NativePcOffsetToReferenceMap map(gc_map_raw); in DumpGcMapAtNativePcOffset()
861 const std::vector<uint8_t>& gc_map_raw = in CreateNativeGcMapWithoutRegisterPromotion() local863 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]); in CreateNativeGcMapWithoutRegisterPromotion()864 DCHECK_EQ(gc_map_raw.size(), dex_gc_map.RawSize()); in CreateNativeGcMapWithoutRegisterPromotion()
485 const std::vector<uint8_t>& gc_map_raw = in BuildNativeGCMap() local487 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]); in BuildNativeGCMap()