Searched refs:jump_target (Results 1 – 3 of 3) sorted by relevance
46 void PatchJump(size_t jump_target, size_t jump_location);
308 void BytecodeArrayWriter::PatchJump(size_t jump_target, size_t jump_location) { in PatchJump() argument310 int delta = static_cast<int>(jump_target - jump_location); in PatchJump()
14477 const void* jump_target = base_address + iterator.GetJumpTargetOffset(); in Disassemble() local14478 os << " (" << jump_target << " @ " << iterator.GetJumpTargetOffset() in Disassemble()