Searched refs:can_throw (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_builder.cc912 bool can_throw = NeedsAccessCheck(type_index, dex_cache, &finalizable); local
917 QuickEntrypointEnum entrypoint = (finalizable || can_throw)
932 /*needs_access_check*/ can_throw,
948 can_throw,
H A Dnodes.h3610 bool can_throw,
3617 SetPackedFlag<kFlagCanThrow>(can_throw);
3791 void SetCanThrow(bool can_throw) { SetPackedFlag<kFlagCanThrow>(can_throw); } argument
3605 HNewInstance(HInstruction* cls, HCurrentMethod* current_method, uint32_t dex_pc, uint16_t type_index, const DexFile& dex_file, bool can_throw, bool finalizable, QuickEntrypointEnum entrypoint) argument

Completed in 77 milliseconds