/external/v8/src/ |
D | codegen.cc | 128 if (info->IsStub() && info->code_stub()) { in MakeCodeEpilogue() 141 info->IsStub(); in MakeCodeEpilogue() 162 (info->IsStub() && FLAG_print_code_stubs) || in PrintCode()
|
D | compiler.h | 172 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()
|
D | compiler.cc | 217 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/ |
D | lithium-codegen-x64.h | 50 !info()->IsStub() || in NeedsEagerFrame() 209 return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); in DeoptEveryNTimes()
|
D | lithium-codegen-x64.cc | 134 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 …]
|
D | lithium-x64.cc | 1070 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/ |
D | lithium-codegen-ia32.h | 52 !info()->IsStub() || in NeedsEagerFrame() 210 return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); in DeoptEveryNTimes()
|
D | lithium-codegen-ia32.cc | 171 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/ |
D | lithium-codegen-x87.h | 55 !info()->IsStub() || in NeedsEagerFrame() 238 return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); in DeoptEveryNTimes()
|
D | lithium-codegen-x87.cc | 140 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/ |
D | lithium.h | 667 DCHECK(!info_->IsStub()); in AddDeprecationDependency() 674 DCHECK(!info_->IsStub()); in AddStabilityDependency()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 122 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 …]
|
D | lithium-codegen-arm.h | 49 !info()->IsStub() || in NeedsEagerFrame()
|
D | lithium-arm.cc | 1048 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/ |
D | lithium-codegen-arm64.cc | 620 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 …]
|
D | lithium-codegen-arm64.h | 54 !info()->IsStub() || in NeedsEagerFrame()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 145 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 …]
|
D | lithium-codegen-mips.h | 49 !info()->IsStub() || in NeedsEagerFrame()
|
D | lithium-mips.cc | 1053 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/ |
D | lithium-codegen-ppc.cc | 132 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 …]
|
D | lithium-codegen-ppc.h | 48 !info()->IsStub() || info()->requires_frame(); in NeedsEagerFrame()
|
D | lithium-ppc.cc | 1059 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/ |
D | lithium-codegen-mips64.cc | 120 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 …]
|
D | lithium-codegen-mips64.h | 49 !info()->IsStub() || in NeedsEagerFrame()
|
D | lithium-mips64.cc | 1053 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()
|