Searched defs:can_throw (Results 1 – 2 of 2) sorted by relevance
912 bool can_throw = NeedsAccessCheck(type_index, dex_cache, &finalizable); in BuildNewInstance() local
3610 bool can_throw, in HNewInstance()3791 void SetCanThrow(bool can_throw) { SetPackedFlag<kFlagCanThrow>(can_throw); } in SetCanThrow()