Home
last modified time | relevance | path

Searched defs:image_patch_delta (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc808 int32_t image_patch_delta = image_header.GetPatchDelta(); in OpenOatFile() local
/art/dex2oat/
Ddex2oat.cc1482 int32_t image_patch_delta = 0; in CreateOatFile() local
/art/compiler/
Doat_writer.cc61 int32_t image_patch_delta, in OatWriter()