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

/external/v8/src/interpreter/
H A Dbytecode-array-writer.cc176 size_t operand_location = jump_location + 1; local
177 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder);
182 bytecodes()->at(operand_location) = static_cast<uint8_t>(delta);
193 bytecodes()->at(operand_location) = static_cast<uint8_t>(entry);
201 size_t operand_location = jump_location + 1; local
218 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder &&
219 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder);
220 bytecodes()->at(operand_location++) = operand_bytes[0];
221 bytecodes()->at(operand_location) = operand_bytes[1];
231 size_t operand_location local
[all...]

Completed in 48 milliseconds