Home
last modified time | relevance | path

Searched refs:gc_map_raw (Results 1 – 3 of 3) sorted by relevance

/art/oatdump/
Doatdump.cc1161 const uint8_t* gc_map_raw = oat_method.GetGcMap(); in DumpGcMap() local
1162 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() local
1229 if (gc_map_raw != nullptr) { in DumpGcMapAtNativePcOffset()
1230 NativePcOffsetToReferenceMap map(gc_map_raw); in DumpGcMapAtNativePcOffset()
/art/compiler/dex/quick/
Dcodegen_util.cc861 const std::vector<uint8_t>& gc_map_raw = in CreateNativeGcMapWithoutRegisterPromotion() local
863 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]); in CreateNativeGcMapWithoutRegisterPromotion()
864 DCHECK_EQ(gc_map_raw.size(), dex_gc_map.RawSize()); in CreateNativeGcMapWithoutRegisterPromotion()
/art/compiler/optimizing/
Dcode_generator.cc485 const std::vector<uint8_t>& gc_map_raw = in BuildNativeGCMap() local
487 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]); in BuildNativeGCMap()