Lines Matching defs:exception
712 // The only exception is the cached memory start, which we just push
1159 // The Liftoff stack includes implicit exception refs stored for catch
1198 LiftoffRegister GetExceptionProperty(LiftoffAssembler::VarState& exception,
1217 {exception, tag_symbol, context}, kNoSourcePosition);
1243 CODE_COMMENT("load caught exception tag");
1251 CODE_COMMENT("load expected exception tag");
1275 const LiftoffAssembler::VarState& exception) {
1276 DCHECK_EQ(exception.kind(), kRef);
1278 {exception}, decoder->position());
1309 auto& exception = __ cache_state()->stack_state[index];
1310 Rethrow(decoder, exception);
1400 // Drop the implicit exception ref if any. There may be none if this is a
1453 // Drop the implicit exception ref.
3286 // handle the implicit exception value for try blocks.
3294 bool exception = control->is_try_catch() || control->is_try_catchall();
3302 : exception ? ValueType::Ref(HeapType::kAny, kNonNullable)
3325 exception = false;
4358 CODE_COMMENT("get exception values");
4398 // Drop the exception.
4420 // The FixedArray for the exception values is now in the first gp return
4425 // Now store the exception values in the FixedArray. Do this from last to
4437 // Load the exception tag.
4438 CODE_COMMENT("load exception tag");
6552 // Current number of exception refs on the stack.