Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.h66 void PatchJumpWith8BitOperand(size_t jump_location, int delta);
Dbytecode-array-writer.cc266 void BytecodeArrayWriter::PatchJumpWith8BitOperand(size_t jump_location, in PatchJumpWith8BitOperand() function in v8::internal::interpreter::BytecodeArrayWriter
363 PatchJumpWith8BitOperand(jump_location, delta); in PatchJump()