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

/art/compiler/
H A Dcompiled_method.cc127 const std::vector<uint8_t>& native_gc_map)
132 gc_map_(driver.DeduplicateGCMap(native_gc_map)) {
119 CompiledMethod(CompilerDriver& driver, InstructionSet instruction_set, const std::vector<uint8_t>& code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, const std::vector<uint8_t>& mapping_table, const std::vector<uint8_t>& vmap_table, const std::vector<uint8_t>& native_gc_map) argument
H A Dimage_writer.cc569 const byte* native_gc_map = GetOatAddress(native_gc_map_offset); local
570 copy->SetNativeGcMap(reinterpret_cast<const uint8_t*>(native_gc_map));
/art/runtime/
H A Dthread.cc2050 const uint8_t* native_gc_map = m->GetNativeGcMap(); local
2051 CHECK(native_gc_map != NULL) << PrettyMethod(m);
2055 NativePcOffsetToReferenceMap map(native_gc_map);

Completed in 919 milliseconds