HomeSort by relevance Sort by last modified time
    Searched full:jump_table_address (Results 1 - 1 of 1) sorted by null

  /external/v8/src/x64/
deoptimizer-x64.cc 129 Address jump_table_address = local
169 jump_table_address -= MacroAssembler::kJumpInstructionLength;
170 CodePatcher jump_patcher(jump_table_address,
179 call_patcher.masm()->call(jump_table_address);
190 ZapCodeRange(previous_pc, jump_table_address);

Completed in 668 milliseconds