Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.h67 void PatchJumpWith16BitOperand(size_t jump_location, int delta);
Dbytecode-array-writer.cc294 void BytecodeArrayWriter::PatchJumpWith16BitOperand(size_t jump_location, in PatchJumpWith16BitOperand() function in v8::internal::interpreter::BytecodeArrayWriter
366 PatchJumpWith16BitOperand(jump_location + prefix_offset, delta); in PatchJump()