Home
last modified time | relevance | path

Searched refs:deopt_entry (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/arm/
Ddeoptimizer-arm.cc60 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); in PatchCodeForDeoptimization() local
65 deopt_entry, in PatchCodeForDeoptimization()
71 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc58 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); in PatchCodeForDeoptimization() local
59 int call_size_in_bytes = MacroAssembler::CallSize(deopt_entry, in PatchCodeForDeoptimization()
65 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc141 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); in PatchCodeForDeoptimization() local
142 patcher.masm()->call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
146 reinterpret_cast<intptr_t>(deopt_entry), in PatchCodeForDeoptimization()
/external/v8/src/mips/
Ddeoptimizer-mips.cc59 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); in PatchCodeForDeoptimization() local
60 int call_size_in_bytes = MacroAssembler::CallSize(deopt_entry, in PatchCodeForDeoptimization()
66 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
/external/v8/src/x87/
Ddeoptimizer-x87.cc141 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); in PatchCodeForDeoptimization() local
142 patcher.masm()->call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
146 reinterpret_cast<intptr_t>(deopt_entry), in PatchCodeForDeoptimization()
/external/v8/src/arm64/
Ddeoptimizer-arm64.cc45 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); in PatchCodeForDeoptimization() local
50 patcher.dc64(reinterpret_cast<intptr_t>(deopt_entry)); in PatchCodeForDeoptimization()
Dlithium-codegen-arm64.cc893 Register deopt_entry = temps.AcquireX(); in GenerateJumpTable() local
895 __ Mov(deopt_entry, Operand(reinterpret_cast<uint64_t>(base), in GenerateJumpTable()
897 __ Add(deopt_entry, deopt_entry, entry_offset); in GenerateJumpTable()
898 __ Call(deopt_entry); in GenerateJumpTable()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc571 Address deopt_entry = Deoptimizer::GetDeoptimizationEntry( in AssembleDeoptimizerCall() local
573 __ call(deopt_entry, RelocInfo::RUNTIME_ENTRY); in AssembleDeoptimizerCall()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc630 Address deopt_entry = Deoptimizer::GetDeoptimizationEntry( in AssembleDeoptimizerCall() local
632 __ Call(deopt_entry, RelocInfo::RUNTIME_ENTRY); in AssembleDeoptimizerCall()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc605 Address deopt_entry = Deoptimizer::GetDeoptimizationEntry( in AssembleDeoptimizerCall() local
607 __ Call(deopt_entry, RelocInfo::RUNTIME_ENTRY); in AssembleDeoptimizerCall()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc782 Address deopt_entry = Deoptimizer::GetDeoptimizationEntry( in AssembleDeoptimizerCall() local
784 __ call(deopt_entry, RelocInfo::RUNTIME_ENTRY); in AssembleDeoptimizerCall()