Lines Matching refs:top_of_stack
188 top_of_stack(int64_t stack)
205 Kind top = top_of_stack(stack);
230 switch(top_of_stack(stack)) {
400 assert(top_of_stack(next_stack) == Except);
406 assert(top_of_stack(next_stack) == Object);
411 assert(top_of_stack(next_stack) == Except);
426 assert(top_of_stack(next_stack) == Object);
512 Kind from_top = top_of_stack(from_stack);
513 Kind to_top = top_of_stack(to_stack);
533 Kind target_kind = top_of_stack(to_stack);
778 if (top_of_stack(start_stack) == Except) {