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

  /art/runtime/
oat.cc 84 image_patch_delta_(0),
113 if (!IsAligned<kPageSize>(image_patch_delta_)) {
138 if (!IsAligned<kPageSize>(image_patch_delta_)) {
367 return image_patch_delta_;
373 image_patch_delta_ += delta;
382 image_patch_delta_ = off;
oat.h 152 int32_t image_patch_delta_; variable
  /art/dex2oat/
dex2oat.cc 581 image_patch_delta_(0),
2848 int32_t image_patch_delta_; member in class:art::FINAL
    [all...]

Completed in 69 milliseconds