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

  /external/v8/src/interpreter/
bytecode-array-writer.h 59 void PatchJump(size_t jump_target, size_t jump_location);
bytecode-array-writer.cc 74 PatchJump(current_offset, label->offset());
87 PatchJump(target.offset(), label->offset());
251 void BytecodeArrayWriter::PatchJump(size_t jump_target, size_t jump_location) {

Completed in 199 milliseconds