Searched refs:GetOperand (Results 1 – 4 of 4) sorted by relevance
184 inline Object* JavaScriptFrame::GetOperand(int index) const { in GetOperand() function
885 store->set(i, GetOperand(i)); in SaveOperandStack()894 DCHECK_EQ(GetOperand(i), isolate()->heap()->the_hole_value()); in RestoreOperandStack()
580 inline Object* GetOperand(int index) const;
30 MUST_USE_RESULT uint32_t GetOperand(int operand_index) const { in GetOperand() function in v8::internal::interpreter::BytecodeArrayBuilder::PreviousBytecodeHelper56 GetOperand(operand_index)); in GetConstantForIndexOperand()1283 (reg == Register::FromOperand(previous_bytecode.GetOperand(0)))) { in IsRegisterInAccumulator()