HomeSort by relevance Sort by last modified time
    Searched refs:gc_map_offset_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
oat.h 171 uint32_t gc_map_offset_; variable
oat.cc 490 gc_map_offset_(0)
497 gc_map_offset_(gc_map_offset)
oat_file.cc 576 oat_method_offsets->gc_map_offset_);
  /art/compiler/
oat_writer.cc 146 return oat_class->method_offsets_[method_offsets_index].gc_map_offset_;
151 oat_class->method_offsets_[method_offsets_index].gc_map_offset_ = offset;
556 method->SetOatNativeGcMapOffset(offsets.gc_map_offset_);
    [all...]

Completed in 1603 milliseconds