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

  /external/v8/src/interpreter/
bytecode-array-writer.h 62 void PatchJumpWith32BitOperand(size_t jump_location, int delta);
bytecode-array-writer.cc 233 void BytecodeArrayWriter::PatchJumpWith32BitOperand(size_t jump_location,
275 PatchJumpWith32BitOperand(jump_location + prefix_offset, delta);

Completed in 65 milliseconds