Searched refs:operand_stack (Results 1 – 3 of 3) sorted by relevance
76 DCHECK_EQ(generator_object->operand_stack(), in RUNTIME_FUNCTION()79 Handle<FixedArray> operand_stack = in RUNTIME_FUNCTION() local81 frame->SaveOperandStack(*operand_stack); in RUNTIME_FUNCTION()82 generator_object->set_operand_stack(*operand_stack); in RUNTIME_FUNCTION()121 FixedArray* operand_stack = generator_object->operand_stack(); in RUNTIME_FUNCTION() local122 int operands_count = operand_stack->length(); in RUNTIME_FUNCTION()124 frame->RestoreOperandStack(operand_stack); in RUNTIME_FUNCTION()
6302 ACCESSORS(JSGeneratorObject, operand_stack, FixedArray, kOperandStackOffset) in ACCESSORS()
7174 DECL_ACCESSORS(operand_stack, FixedArray)