HomeSort by relevance Sort by last modified time
    Searched defs:native_gc_map (Results 1 - 2 of 2) sorted by null

  /art/compiler/
image_writer.cc 569 const byte* native_gc_map = GetOatAddress(native_gc_map_offset); local
570 copy->SetNativeGcMap(reinterpret_cast<const uint8_t*>(native_gc_map));
  /art/runtime/
thread.cc 2058 const uint8_t* native_gc_map = m->GetNativeGcMap(); local
    [all...]

Completed in 419 milliseconds