Home
last modified time | relevance | path

Searched refs:extra_inst_bytes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dcompile.rs51 extra_inst_bytes: usize, field
68 extra_inst_bytes: 0, in new()
401 self.extra_inst_bytes += std::mem::size_of::<Inst>(); in c_empty()
469 self.extra_inst_bytes += in c_class()
838 self.extra_inst_bytes + (self.insts.len() * size_of::<Inst>()); in check_size()