HomeSort by relevance Sort by last modified time
    Searched refs:IsStub (Results 1 - 25 of 40) sorted by null

1 2

  /external/v8/src/crankshaft/
compilation-phase.cc 35 info()->IsStub()
lithium.h 666 DCHECK(!info_->IsStub());
673 DCHECK(!info_->IsStub());
  /external/v8/src/
compilation-info.h 87 DCHECK(IsStub());
198 (FLAG_trap_on_stub_deopt && IsStub());
212 bool IsStub() const { return mode_ == STUB; }
229 bool ShouldEnsureSpaceForLazyDeopt() { return !IsStub(); }
compilation-info.cc 114 return !IsStub() ? scope()->num_parameters() : parameter_count_;
121 bool CompilationInfo::is_this_defined() const { return !IsStub(); }
codegen.cc 128 info->IsStub();
240 : (FLAG_print_code || (info->IsStub() && FLAG_print_code_stubs) ||
  /test/framework/harnesses/host_controller/tfc/
device_info.py 69 def IsStub(self):
  /test/framework/harnesses/host_controller/
tfc_host_controller.py 88 return [dev for dev in devices if not dev.IsStub()]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 49 !info()->IsStub() || info()->requires_frame();
213 return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
lithium-codegen-ia32.cc 132 if (info()->IsStub()) {
310 DCHECK(info()->IsStub());
345 DCHECK(info()->IsStub());
734 DCHECK(info()->IsStub() || frame_is_built_);
758 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 49 !info()->IsStub() || info()->requires_frame();
214 return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
lithium-codegen-x64.cc 128 if (info()->IsStub()) {
305 DCHECK(info()->IsStub());
340 DCHECK(info()->IsStub());
376 DCHECK(info()->IsStub());
758 DCHECK(info()->IsStub() || frame_is_built_);
785 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 52 !info()->IsStub() || info()->requires_frame();
241 return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
lithium-codegen-x87.cc 100 if (info()->IsStub()) {
311 DCHECK(info()->IsStub());
348 DCHECK(info()->IsStub());
656 // DCHECK(info()->IsStub());
1025 DCHECK(info()->IsStub() || frame_is_built_);
1049 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 48 !info()->IsStub() || info()->requires_frame();
lithium-codegen-arm.cc 115 if (info()->IsStub()) {
271 DCHECK(info()->IsStub());
349 DCHECK(info()->IsStub());
356 DCHECK(info()->IsStub());
791 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
832 DCHECK(info()->IsStub() || frame_is_built_);
855 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 48 !info()->IsStub() || info()->requires_frame();
lithium-codegen-ppc.cc 141 if (info()->IsStub()) {
288 DCHECK(info()->IsStub());
361 DCHECK(info()->IsStub());
368 DCHECK(info()->IsStub());
752 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
780 DCHECK(info()->IsStub() || frame_is_built_);
803 info()->IsStub() ? Deoptimizer::LAZY : Deoptimizer::EAGER;
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 47 !info()->IsStub() || info()->requires_frame();
lithium-codegen-s390.cc 133 if (info()->IsStub()) {
276 DCHECK(info()->IsStub());
347 DCHECK(info()->IsStub());
350 DCHECK(info()->IsStub());
357 DCHECK(info()->IsStub());
715 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
774 DCHECK(info()->IsStub() || frame_is_built_);
796 info()->IsStub() ? Deoptimizer::LAZY : Deoptimizer::EAGER;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 584 if (info()->IsStub()) {
724 DCHECK(info()->IsStub());
800 DCHECK(info()->IsStub());
815 DCHECK(info()->IsStub());
860 info()->IsStub() ? Deoptimizer::LAZY : Deoptimizer::EAGER;
875 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
907 DCHECK(info()->IsStub() || frame_is_built_);
    [all...]
lithium-codegen-arm64.h 53 !info()->IsStub() || info()->requires_frame();
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 156 if (info()->IsStub()) {
304 DCHECK(info()->IsStub());
367 DCHECK(info()->IsStub());
374 DCHECK(info()->IsStub());
786 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
816 DCHECK(info()->IsStub() || frame_is_built_);
840 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
lithium-codegen-mips.h 48 !info()->IsStub() || info()->requires_frame();
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 132 if (info()->IsStub()) {
280 DCHECK(info()->IsStub());
352 DCHECK(info()->IsStub());
359 DCHECK(info()->IsStub());
774 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
804 DCHECK(info()->IsStub() || frame_is_built_);
829 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
lithium-codegen-mips64.h 48 !info()->IsStub() || info()->requires_frame();

Completed in 1506 milliseconds

1 2