Searched defs:PatchInfo (Results 1 – 3 of 3) sorted by relevance
710 struct PatchInfo { struct711 PatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PatchInfo() argument715 const DexFile* target_dex_file;717 uint32_t offset_or_index;719 LabelType label;
170 PatchInfo(size_t offset, size_t length) : offset_(offset), length_(length) {} in PatchInfo() function
41 PatchInfo = namedtuple("PatchInfo", ["imgdiff", "content"]) variable