Home
last modified time | relevance | path

Searched refs:osr_patcher (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/x64/
Ddeoptimizer-x64.cc51 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local
53 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()
/external/v8/src/ppc/
Ddeoptimizer-ppc.cc55 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local
57 osr_patcher.masm()->bkpt(0); in PatchCodeForDeoptimization()
/external/v8/src/arm/
Ddeoptimizer-arm.cc50 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local
52 osr_patcher.masm()->bkpt(0); in PatchCodeForDeoptimization()
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc48 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local
50 osr_patcher.masm()->break_(0xCC); in PatchCodeForDeoptimization()
/external/v8/src/mips/
Ddeoptimizer-mips.cc48 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local
50 osr_patcher.masm()->break_(0xCC); in PatchCodeForDeoptimization()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc111 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local
113 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()
/external/v8/src/x87/
Ddeoptimizer-x87.cc111 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset, in PatchCodeForDeoptimization() local
113 osr_patcher.masm()->int3(); in PatchCodeForDeoptimization()