Searched defs:native_gc_map (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dcompiled_method.cc151 const ArrayRef<const uint8_t>& native_gc_map,
157 gc_map_(driver->DeduplicateGCMap(native_gc_map)),
206 const ArrayRef<const uint8_t>& native_gc_map,
211 fp_spill_mask, mapping_table, vmap_table, native_gc_map, cfi_info);
143 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, 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) argument
198 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, 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) argument
/art/runtime/
H A Dthread.cc2110 const uint8_t* native_gc_map = m->GetNativeGcMap(sizeof(void*)); local
2111 CHECK(native_gc_map != nullptr) << PrettyMethod(m);
2114 NativePcOffsetToReferenceMap map(native_gc_map);

Completed in 73 milliseconds