Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator.h710 struct PatchInfo { struct
711 PatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PatchInfo() argument
715 const DexFile* target_dex_file;
717 uint32_t offset_or_index;
719 LabelType label;
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h170 PatchInfo(size_t offset, size_t length) : offset_(offset), length_(length) {} in PatchInfo() function
/aosp12/build/make/tools/releasetools/
H A Dblockimgdiff.py41 PatchInfo = namedtuple("PatchInfo", ["imgdiff", "content"]) variable