Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc912 bool can_throw = NeedsAccessCheck(type_index, dex_cache, &finalizable); in BuildNewInstance() local
Dnodes.h3610 bool can_throw, in HNewInstance()
3791 void SetCanThrow(bool can_throw) { SetPackedFlag<kFlagCanThrow>(can_throw); } in SetCanThrow()