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

  /external/v8/src/interpreter/
bytecode-array-writer.h 61 void PatchJumpWith16BitOperand(size_t jump_location, int delta);
bytecode-array-writer.cc 203 void BytecodeArrayWriter::PatchJumpWith16BitOperand(size_t jump_location,
272 PatchJumpWith16BitOperand(jump_location + prefix_offset, delta);

Completed in 146 milliseconds