Searched refs:osr_patcher (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 51 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local 53 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()
|
/external/v8/src/ppc/ |
D | deoptimizer-ppc.cc | 55 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local 57 osr_patcher.masm()->bkpt(0); in PatchCodeForDeoptimization()
|
/external/v8/src/arm/ |
D | deoptimizer-arm.cc | 50 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local 52 osr_patcher.masm()->bkpt(0); in PatchCodeForDeoptimization()
|
/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 48 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local 50 osr_patcher.masm()->break_(0xCC); in PatchCodeForDeoptimization()
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 48 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local 50 osr_patcher.masm()->break_(0xCC); in PatchCodeForDeoptimization()
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 111 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local 113 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()
|
/external/v8/src/x87/ |
D | deoptimizer-x87.cc | 111 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local 113 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()
|