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

1 2

  /external/chromium_org/v8/src/
codegen.cc 114 if (info->IsStub()) {
126 if (!info->IsStub() && print_source) {
131 if (!info->IsStub() && print_ast) {
148 info->IsStub();
169 (info->IsStub() && FLAG_print_code_stubs) ||
213 if (info->IsStub()) {
compiler.h 144 DCHECK(IsStub());
263 (FLAG_trap_on_stub_deopt && IsStub());
278 bool IsStub() const { return mode_ == STUB; }
lithium.h 656 DCHECK(!info_->IsStub());
663 DCHECK(!info_->IsStub());
compiler.cc 240 if (IsStub()) {
250 if (IsStub()) {
259 if (IsStub()) {
    [all...]
full-codegen.h 77 DCHECK(!info->IsStub());
    [all...]
hydrogen-gvn.cc 633 return info()->IsStub() || info()->opt_count() + 1 < FLAG_max_opt_count;
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 58 !info()->IsStub() ||
217 return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
lithium-codegen-ia32.cc 80 if (!info()->IsStub()) {
193 if (info()->IsStub()) {
401 DCHECK(info()->IsStub());
446 DCHECK(info()->IsStub());
477 if (!info()->IsStub()) {
830 DCHECK(info()->IsOptimizing() || info()->IsStub());
868 DCHECK(info()->IsStub() || frame_is_built_);
892 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 55 !info()->IsStub() ||
214 return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
lithium-codegen-x64.cc 155 if (info()->IsStub()) {
324 DCHECK(info()->IsStub());
332 DCHECK(info()->IsStub());
362 DCHECK(info()->IsStub());
734 DCHECK(info()->IsOptimizing() || info()->IsStub());
775 DCHECK(info()->IsStub() || frame_is_built_);
802 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 60 !info()->IsStub() ||
244 return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
lithium-codegen-x87.cc 81 if (!info()->IsStub()) {
162 if (info()->IsStub()) {
398 DCHECK(info()->IsStub());
444 DCHECK(info()->IsStub());
475 if (!info()->IsStub()) {
753 // DCHECK(info()->IsStub());
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 143 if (info()->IsStub()) {
285 DCHECK(info()->IsStub());
359 DCHECK(info()->IsStub());
389 DCHECK(info()->IsStub());
851 DCHECK(info()->IsOptimizing() || info()->IsStub());
859 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
900 DCHECK(info()->IsStub() || frame_is_built_);
923 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
lithium-codegen-arm.h 55 !info()->IsStub() ||
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc 667 if (info()->IsStub()) {
794 DCHECK(info()->IsStub());
860 DCHECK(info()->IsStub());
874 DCHECK(info()->IsStub());
997 info()->IsStub() ? Deoptimizer::LAZY : Deoptimizer::EAGER;
    [all...]
lithium-codegen-arm64.h 64 !info()->IsStub() ||
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 166 if (info()->IsStub()) {
300 DCHECK(info()->IsStub());
360 DCHECK(info()->IsStub());
386 DCHECK(info()->IsStub());
825 DCHECK(info()->IsOptimizing() || info()->IsStub());
833 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
863 DCHECK(info()->IsStub() || frame_is_built_);
887 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
lithium-codegen-mips.h 54 !info()->IsStub() ||
  /external/chromium_org/v8/src/compiler/
code-generator.cc 53 if (!info->IsStub()) {
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 54 !info()->IsStub() ||
lithium-codegen-mips64.cc 141 if (info()->IsStub()) {
275 DCHECK(info()->IsStub());
326 DCHECK(info()->IsStub());
335 DCHECK(info()->IsStub());
775 DCHECK(info()->IsOptimizing() || info()->IsStub());
783 if (FLAG_deopt_every_n_times != 0 && !info()->IsStub()) {
813 DCHECK(info()->IsStub() || frame_is_built_);
837 Deoptimizer::BailoutType bailout_type = info()->IsStub()
    [all...]
  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 854 if (!linkage()->info()->IsStub()) {
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 855 if (!linkage()->info()->IsStub()) {
  /external/chromium_org/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/chromium_org/v8/src/compiler/x64/
code-generator-x64.cc 1008 if (!linkage()->info()->IsStub()) {

Completed in 410 milliseconds

1 2