Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dtryblocks_encoder.cc63 int tries_count = 0; in Encode() local
66 ++tries_count; in Encode()
69 SLICER_CHECK(tries_count < (1 << 16)); in Encode()
72 if (tries_count == 0) { in Encode()
79 handlers_.PushULeb128(tries_count); in Encode()
101 ir_code->try_blocks = slicer::ArrayView<const dex::TryBlock>(tries_ptr, tries_count); in Encode()