Home
last modified time | relevance | path

Searched refs:k8BitJumpPlaceholder (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.h86 const uint32_t k8BitJumpPlaceholder = 0x7f; member in v8::internal::interpreter::final
88 k8BitJumpPlaceholder | (k8BitJumpPlaceholder << 8);
H A Dbytecode-array-writer.cc358 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder); in PatchJumpWith8BitOperand() local
404 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith16BitOperand()
405 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder); in PatchJumpWith16BitOperand()
419 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
420 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
421 bytecodes()->at(operand_location + 2) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
422 bytecodes()->at(operand_location + 3) == k8BitJumpPlaceholder); in PatchJumpWith32BitOperand()
503 node->update_operand0(k8BitJumpPlaceholder); in EmitJump()

Completed in 3 milliseconds