Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc183 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder); in PatchJumpWith8BitOperand()
227 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith16BitOperand()
228 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder); in PatchJumpWith16BitOperand()
241 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
242 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
243 bytecodes()->at(operand_location + 2) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
244 bytecodes()->at(operand_location + 3) == k8BitJumpPlaceholder); in PatchJumpWith32BitOperand()
318 node->update_operand0(k8BitJumpPlaceholder); in EmitJump()
Dbytecode-array-writer.h53 const uint32_t k8BitJumpPlaceholder = 0x7f; in NON_EXPORTED_BASE() local
55 k8BitJumpPlaceholder | (k8BitJumpPlaceholder << 8); in NON_EXPORTED_BASE()