Searched refs:StackHeight (Results 1 – 1 of 1) sorted by relevance
1152 DCHECK_GT(StackHeight(), index); in GetStackValue()1157 DCHECK_GT(StackHeight(), index); in SetStackValue()1181 DCHECK_IMPLIES(activations_.empty(), StackHeight() == 0); in StartActivation()1184 StackHeight()); in StartActivation()1196 DCHECK_LE(activations_.back().sp, StackHeight()); in FinishActivation()1218 DCHECK_LE(act.sp, StackHeight()); in HandleException()1282 DCHECK_GE(StackHeight(), arity); in PushFrame()1283 frames_.push_back({code, 0, StackHeight() - arity}); in PushFrame()2142 StackHeight() - stack_effect.first + stack_effect.second; in Execute()2590 DCHECK_EQ(expected_new_stack_height, StackHeight()); in Execute()[all …]