Searched refs:operand_stack (Results 1 – 3 of 3) sorted by relevance
3182 ASSERT_EQ(generator_object->operand_stack(), in RUNTIME_FUNCTION()3190 Handle<FixedArray> operand_stack = in RUNTIME_FUNCTION() local3192 frame->SaveOperandStack(*operand_stack, &stack_handler_index); in RUNTIME_FUNCTION()3193 generator_object->set_operand_stack(*operand_stack); in RUNTIME_FUNCTION()3233 FixedArray* operand_stack = generator_object->operand_stack(); in RUNTIME_FUNCTION() local3234 int operands_count = operand_stack->length(); in RUNTIME_FUNCTION()3236 frame->RestoreOperandStack(operand_stack, in RUNTIME_FUNCTION()
5864 ACCESSORS(JSGeneratorObject, operand_stack, FixedArray, kOperandStackOffset) in ACCESSORS()
7560 DECL_ACCESSORS(operand_stack, FixedArray)