Searched refs:HasCatchAll (Results 1 – 2 of 2) sorted by relevance
555 uint32_t size = handlers->HasCatchAll() ? (handlers->GetHandlers()->size() - 1) * -1 : in WriteCodeItemPostInstructionData()
975 bool HasCatchAll() const { return catch_all_; } in HasCatchAll() function