Searched refs:osr_patcher (Results 1 – 6 of 6) sorted by relevance
46 CodePatcher osr_patcher(code->instruction_start() + osr_offset, 1); in PatchCodeForDeoptimization() local47 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()
45 CodePatcher osr_patcher(code->instruction_start() + osr_offset, 1); in PatchCodeForDeoptimization() local46 osr_patcher.masm()->bkpt(0); in PatchCodeForDeoptimization()
43 CodePatcher osr_patcher(code->instruction_start() + osr_offset, 1); in PatchCodeForDeoptimization() local44 osr_patcher.masm()->break_(0xCC); in PatchCodeForDeoptimization()
44 CodePatcher osr_patcher(code->instruction_start() + osr_offset, 1); in PatchCodeForDeoptimization() local45 osr_patcher.masm()->break_(0xCC); in PatchCodeForDeoptimization()
111 CodePatcher osr_patcher(code->instruction_start() + osr_offset, 1); in PatchCodeForDeoptimization() local112 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()