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

  /art/runtime/gc/collector/
immune_spaces_test.cc 83 uint8_t* oat_begin,
101 oat_begin,
121 /*oat_file_begin*/PointerToLowMemUInt32(oat_begin),
122 /*oat_data_begin*/PointerToLowMemUInt32(oat_begin),
123 /*oat_data_end*/PointerToLowMemUInt32(oat_begin + oat_size),
124 /*oat_file_end*/PointerToLowMemUInt32(oat_begin + oat_size),
  /art/runtime/gc/
heap.cc 3987 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); local
    [all...]

Completed in 139 milliseconds