Searched refs:dex_gc_map (Results 1 – 5 of 5) sorted by relevance
39 verifier::DexPcToReferenceMap dex_gc_map(gc_map); in VisitFrame() local40 const uint8_t* reg_bitmap = dex_gc_map.FindBitMap(dex_pc); in VisitFrame()
279 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]); in BuildNativeGCMap() local289 GcMapBuilder builder(data, pc_infos_.Size(), max_native_offset, dex_gc_map.RegWidth()); in BuildNativeGCMap()294 const uint8_t* references = dex_gc_map.FindBitMap(dex_pc, false); in BuildNativeGCMap()
747 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]); in CreateNativeGcMap() local748 DCHECK_EQ(gc_map_raw.size(), dex_gc_map.RawSize()); in CreateNativeGcMap()752 max_native_offset, dex_gc_map.RegWidth()); in CreateNativeGcMap()757 const uint8_t* references = dex_gc_map.FindBitMap(dex_pc, false); in CreateNativeGcMap()
156 verifier/dex_gc_map.cc \
2041 verifier::DexPcToReferenceMap dex_gc_map(gc_map); in VisitShadowFrame() local2043 const uint8_t* reg_bitmap = dex_gc_map.FindBitMap(dex_pc); in VisitShadowFrame()2045 num_regs = std::min(dex_gc_map.RegWidth() * 8, num_regs); in VisitShadowFrame()