Searched defs:gc_map_raw (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc277 const std::vector<uint8_t>& gc_map_raw = local
279 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]);
/art/compiler/dex/quick/
H A Dcodegen_util.cc759 const std::vector<uint8_t>& gc_map_raw = local
761 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]);
762 DCHECK_EQ(gc_map_raw.size(), dex_gc_map.RawSize());
/art/oatdump/
H A Doatdump.cc747 const uint8_t* gc_map_raw = oat_method.GetGcMap(); local
748 if (gc_map_raw == nullptr) {
753 NativePcOffsetToReferenceMap map(gc_map_raw);
763 verifier::DexPcToReferenceMap map(gc_map_raw);
825 const uint8_t* gc_map_raw = oat_method.GetGcMap(); local
826 if (gc_map_raw != nullptr) {
827 NativePcOffsetToReferenceMap map(gc_map_raw);

Completed in 214 milliseconds