Home
last modified time | relevance | path

Searched refs:GetImmediateOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-accessor.h37 int32_t GetImmediateOperand(int operand_index) const;
Dbytecode-array-accessor.cc107 int32_t BytecodeArrayAccessor::GetImmediateOperand(int operand_index) const { in GetImmediateOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
/external/v8/src/compiler/
Dbytecode-graph-builder.cc686 Node* node = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in VisitLdaSmi()
1131 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitLdaModuleVariable()
1140 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitStaModuleVariable()
1627 Node* right = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in BuildBinaryOpWithImmediate()