Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_writer.cc555 uint32_t size = handlers->HasCatchAll() ? (handlers->GetHandlers()->size() - 1) * -1 : in WriteCodeItemPostInstructionData()
Ddex_ir.h975 bool HasCatchAll() const { return catch_all_; } in HasCatchAll() function