Home
last modified time | relevance | path

Searched refs:IsStub (Results 1 – 25 of 33) sorted by relevance

12

/external/v8/src/
Dcodegen.cc128 if (info->IsStub() && info->code_stub()) { in MakeCodeEpilogue()
141 info->IsStub(); in MakeCodeEpilogue()
162 (info->IsStub() && FLAG_print_code_stubs) || in PrintCode()
Dcompiler.h172 DCHECK(IsStub()); in set_parameter_count()
291 (FLAG_trap_on_stub_deopt && IsStub()); in ShouldTrapOnDeopt()
310 bool IsStub() const { return mode_ == STUB; } in IsStub() function
328 bool ShouldEnsureSpaceForLazyDeopt() { return !IsStub(); } in ShouldEnsureSpaceForLazyDeopt()
Dcompiler.cc217 bool CompilationInfo::is_this_defined() const { return !IsStub(); } in is_this_defined()
303 if (!track_positions_ || IsStub()) return; in LogDeoptCallPosition()
1849 bool tracing_on = info()->IsStub() in ShouldProduceTraceOutput()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h50 !info()->IsStub() || in NeedsEagerFrame()
209 return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); in DeoptEveryNTimes()
Dlithium-codegen-x64.cc134 if (info()->IsStub()) { in GeneratePrologue()
304 DCHECK(info()->IsStub()); in GenerateJumpTable()
348 DCHECK(info()->IsStub()); in GenerateJumpTable()
385 DCHECK(info()->IsStub()); in GenerateDeferredCode()
775 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeIf()
804 Deoptimizer::BailoutType bailout_type = info()->IsStub() in DeoptimizeIf()
2014 DCHECK(!info()->IsStub()); in DoBranch()
2019 DCHECK(!info()->IsStub()); in DoBranch()
2024 DCHECK(!info()->IsStub()); in DoBranch()
2035 DCHECK(!info()->IsStub()); in DoBranch()
[all …]
Dlithium-x64.cc1070 if (info()->IsStub()) { in DoContext()
2030 LOperand* context = info()->IsStub() ? UseFixed(instr->context(), rsi) : NULL; in DoReturn()
2209 (instr->hole_mode() == CONVERT_HOLE_TO_UNDEFINED && info()->IsStub()); in DoLoadKeyed()
2487 DCHECK(info()->IsStub()); in DoParameter()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h52 !info()->IsStub() || in NeedsEagerFrame()
210 return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); in DeoptEveryNTimes()
Dlithium-codegen-ia32.cc171 if (info()->IsStub()) { in GeneratePrologue()
416 DCHECK(info()->IsStub()); in GenerateJumpTable()
453 DCHECK(info()->IsStub()); in GenerateDeferredCode()
850 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeIf()
876 Deoptimizer::BailoutType bailout_type = info()->IsStub() in DeoptimizeIf()
1981 DCHECK(!info()->IsStub()); in DoBranch()
1992 DCHECK(!info()->IsStub()); in DoBranch()
1996 DCHECK(!info()->IsStub()); in DoBranch()
2000 DCHECK(!info()->IsStub()); in DoBranch()
2003 DCHECK(!info()->IsStub()); in DoBranch()
[all …]
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h55 !info()->IsStub() || in NeedsEagerFrame()
238 return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); in DeoptEveryNTimes()
Dlithium-codegen-x87.cc140 if (info()->IsStub()) { in GeneratePrologue()
417 DCHECK(info()->IsStub()); in GenerateJumpTable()
456 DCHECK(info()->IsStub()); in GenerateDeferredCode()
1141 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeIf()
1167 Deoptimizer::BailoutType bailout_type = info()->IsStub() in DeoptimizeIf()
2268 DCHECK(!info()->IsStub()); in DoBranch()
2272 DCHECK(!info()->IsStub()); in DoBranch()
2276 DCHECK(!info()->IsStub()); in DoBranch()
2281 DCHECK(!info()->IsStub()); in DoBranch()
2831 DCHECK(info()->IsStub()); // Functions would need to drop one more value. in EmitReturn()
[all …]
/external/v8/src/crankshaft/
Dlithium.h667 DCHECK(!info_->IsStub()); in AddDeprecationDependency()
674 DCHECK(!info_->IsStub()); in AddStabilityDependency()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc122 if (info()->IsStub()) { in GeneratePrologue()
271 DCHECK(info()->IsStub()); in GenerateDeferredCode()
352 DCHECK(info()->IsStub()); in GenerateJumpTable()
362 DCHECK(info()->IsStub()); in GenerateJumpTable()
804 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) { in DeoptimizeIf()
845 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeIf()
870 Deoptimizer::BailoutType bailout_type = info()->IsStub() in DeoptimizeIf()
2068 DCHECK(!info()->IsStub()); in DoBranch()
2073 DCHECK(!info()->IsStub()); in DoBranch()
2084 DCHECK(!info()->IsStub()); in DoBranch()
[all …]
Dlithium-codegen-arm.h49 !info()->IsStub() || in NeedsEagerFrame()
Dlithium-arm.cc1048 if (info()->IsStub()) { in DoContext()
2069 LOperand* context = info()->IsStub() in DoReturn()
2210 (instr->hole_mode() == CONVERT_HOLE_TO_UNDEFINED && info()->IsStub()); in DoLoadKeyed()
2451 DCHECK(info()->IsStub()); in DoParameter()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc620 if (info()->IsStub()) { in GeneratePrologue()
753 DCHECK(info()->IsStub()); in GenerateDeferredCode()
831 DCHECK(info()->IsStub()); in GenerateJumpTable()
846 DCHECK(info()->IsStub()); in GenerateJumpTable()
893 info()->IsStub() ? Deoptimizer::LAZY : Deoptimizer::EAGER; in DeoptimizeBranch()
908 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) { in DeoptimizeBranch()
940 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeBranch()
1742 DCHECK(!info()->IsStub()); in DoBranch()
1745 DCHECK(!info()->IsStub()); in DoBranch()
1758 DCHECK(!info()->IsStub()); in DoBranch()
[all …]
Dlithium-codegen-arm64.h54 !info()->IsStub() || in NeedsEagerFrame()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc145 if (info()->IsStub()) { in GeneratePrologue()
286 DCHECK(info()->IsStub()); in GenerateDeferredCode()
352 DCHECK(info()->IsStub()); in GenerateJumpTable()
362 DCHECK(info()->IsStub()); in GenerateJumpTable()
781 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) { in DeoptimizeIf()
811 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeIf()
837 Deoptimizer::BailoutType bailout_type = info()->IsStub() in DeoptimizeIf()
1972 DCHECK(!info()->IsStub()); in DoBranch()
1976 DCHECK(!info()->IsStub()); in DoBranch()
1985 DCHECK(!info()->IsStub()); in DoBranch()
[all …]
Dlithium-codegen-mips.h49 !info()->IsStub() || in NeedsEagerFrame()
Dlithium-mips.cc1053 if (info()->IsStub()) { in DoContext()
2016 LOperand* context = info()->IsStub() in DoReturn()
2157 (instr->hole_mode() == CONVERT_HOLE_TO_UNDEFINED && info()->IsStub()); in DoLoadKeyed()
2398 DCHECK(info()->IsStub()); in DoParameter()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc132 if (info()->IsStub()) { in GeneratePrologue()
272 DCHECK(info()->IsStub()); in GenerateDeferredCode()
346 DCHECK(info()->IsStub()); in GenerateJumpTable()
356 DCHECK(info()->IsStub()); in GenerateJumpTable()
747 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) { in DeoptimizeIf()
775 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeIf()
801 info()->IsStub() ? Deoptimizer::LAZY : Deoptimizer::EAGER; in DeoptimizeIf()
2097 DCHECK(!info()->IsStub()); in DoShiftI()
2102 DCHECK(!info()->IsStub()); in DoShiftI()
2107 DCHECK(!info()->IsStub()); in DoShiftI()
[all …]
Dlithium-codegen-ppc.h48 !info()->IsStub() || info()->requires_frame(); in NeedsEagerFrame()
Dlithium-ppc.cc1059 if (info()->IsStub()) { in DoContext()
2032 LOperand* context = info()->IsStub() ? UseFixed(instr->context(), cp) : NULL; in DoReturn()
2169 (instr->hole_mode() == CONVERT_HOLE_TO_UNDEFINED && info()->IsStub()); in DoLoadKeyed()
2404 DCHECK(info()->IsStub()); in DoParameter()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc120 if (info()->IsStub()) { in GeneratePrologue()
261 DCHECK(info()->IsStub()); in GenerateDeferredCode()
337 DCHECK(info()->IsStub()); in GenerateJumpTable()
347 DCHECK(info()->IsStub()); in GenerateJumpTable()
769 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) { in DeoptimizeIf()
799 DCHECK(info()->IsStub() || frame_is_built_); in DeoptimizeIf()
826 Deoptimizer::BailoutType bailout_type = info()->IsStub() in DeoptimizeIf()
2090 DCHECK(!info()->IsStub()); in DoBranch()
2094 DCHECK(!info()->IsStub()); in DoBranch()
2103 DCHECK(!info()->IsStub()); in DoBranch()
[all …]
Dlithium-codegen-mips64.h49 !info()->IsStub() || in NeedsEagerFrame()
Dlithium-mips64.cc1053 if (info()->IsStub()) { in DoContext()
2019 LOperand* context = info()->IsStub() in DoReturn()
2161 (instr->hole_mode() == CONVERT_HOLE_TO_UNDEFINED && info()->IsStub()); in DoLoadKeyed()
2403 DCHECK(info()->IsStub()); in DoParameter()

12