HomeSort by relevance Sort by last modified time
    Searched refs:k8BitJumpPlaceholder (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-array-writer.h 53 const uint32_t k8BitJumpPlaceholder = 0x7f;
55 k8BitJumpPlaceholder | (k8BitJumpPlaceholder << 8);
bytecode-array-writer.cc 183 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder);
227 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder &&
228 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder);
241 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder &&
242 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder &&
243 bytecodes()->at(operand_location + 2) == k8BitJumpPlaceholder &&
244 bytecodes()->at(operand_location + 3) == k8BitJumpPlaceholder);
318 node->update_operand0(k8BitJumpPlaceholder);

Completed in 57 milliseconds