Home
last modified time | relevance | path

Searched refs:GetOperand (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dframes-inl.h184 inline Object* JavaScriptFrame::GetOperand(int index) const { in GetOperand() function
Dframes.cc885 store->set(i, GetOperand(i)); in SaveOperandStack()
894 DCHECK_EQ(GetOperand(i), isolate()->heap()->the_hole_value()); in RestoreOperandStack()
Dframes.h580 inline Object* GetOperand(int index) const;
/external/v8/src/interpreter/
Dbytecode-array-builder.cc30 MUST_USE_RESULT uint32_t GetOperand(int operand_index) const { in GetOperand() function in v8::internal::interpreter::BytecodeArrayBuilder::PreviousBytecodeHelper
56 GetOperand(operand_index)); in GetConstantForIndexOperand()
1283 (reg == Register::FromOperand(previous_bytecode.GetOperand(0)))) { in IsRegisterInAccumulator()