Home
last modified time | relevance | path

Searched defs:new_byte_count (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h165 int new_byte_count = klass->IsVariableSize()? byte_count : klass->GetObjectSize(); in AllocObjectWithAllocator() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/literal/
Dmod.rs564 let new_byte_count = if self.lits.is_empty() { in class_exceeds_limits() localVariable