Home
last modified time | relevance | path

Searched refs:update_operand0 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-writer.cc394 node->update_operand0(delta); in EmitJump()
412 node->update_operand0(k8BitJumpPlaceholder); in EmitJump()
415 node->update_operand0(k16BitJumpPlaceholder); in EmitJump()
418 node->update_operand0(k32BitJumpPlaceholder); in EmitJump()
Dbytecode-node.h116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0() function