Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.h68 void PatchJumpWith32BitOperand(size_t jump_location, int delta);
Dbytecode-array-writer.cc326 void BytecodeArrayWriter::PatchJumpWith32BitOperand(size_t jump_location, in PatchJumpWith32BitOperand() function in v8::internal::interpreter::BytecodeArrayWriter
369 PatchJumpWith32BitOperand(jump_location + prefix_offset, delta); in PatchJump()