Searched refs:native_gc_map (Results 1 - 4 of 4) sorted by path

/art/compiler/
H A Dcompiled_method.cc133 const ArrayRef<const uint8_t>& native_gc_map,
153 gc_map_ = native_gc_map.empty() ? nullptr :
154 new SwapVector<uint8_t>(native_gc_map.begin(), native_gc_map.end(),
165 gc_map_ = native_gc_map.empty() ? nullptr : driver->DeduplicateGCMap(native_gc_map);
180 const ArrayRef<const uint8_t>& native_gc_map,
186 fp_spill_mask, src_mapping_table, mapping_table, vmap_table, native_gc_map,
124 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, DefaultSrcMap* src_mapping_table, const ArrayRef<const uint8_t>& mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& native_gc_map, const ArrayRef<const uint8_t>& cfi_info, const ArrayRef<const LinkerPatch>& patches) argument
170 SwapAllocCompiledMethod( CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, DefaultSrcMap* src_mapping_table, const ArrayRef<const uint8_t>& mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& native_gc_map, const ArrayRef<const uint8_t>& cfi_info, const ArrayRef<const LinkerPatch>& patches) argument
H A Dcompiled_method.h321 const ArrayRef<const uint8_t>& native_gc_map,
337 const ArrayRef<const uint8_t>& native_gc_map,
/art/runtime/
H A Dstack.cc172 const uint8_t* native_gc_map = m->GetNativeGcMap(sizeof(void*)); local
173 CHECK(native_gc_map != nullptr) << PrettyMethod(m);
177 NativePcOffsetToReferenceMap map(native_gc_map);
H A Dthread.cc2357 const uint8_t* native_gc_map = m->GetNativeGcMap(sizeof(void*)); local
2358 CHECK(native_gc_map != nullptr) << PrettyMethod(m);
2362 NativePcOffsetToReferenceMap map(native_gc_map);

Completed in 59 milliseconds