Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc177 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder); in PatchJumpWith8BitOperand()
218 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith16BitOperand()
219 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder); in PatchJumpWith16BitOperand()
232 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
233 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
234 bytecodes()->at(operand_location + 2) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()
235 bytecodes()->at(operand_location + 3) == k8BitJumpPlaceholder); in PatchJumpWith32BitOperand()
311 node->set_bytecode(node->bytecode(), 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()