HomeSort by relevance Sort by last modified time
    Searched refs:HasReplacement (Results 1 - 10 of 10) sorted by null

  /external/v8/src/crankshaft/
lithium-codegen.cc 75 emit_instructions = !LLabel::cast(instr)->HasReplacement() &&
120 if (instr->IsLabel()) dead_block = LLabel::cast(instr)->HasReplacement();
164 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
lithium.cc 291 DCHECK(!label->HasReplacement());
  /external/v8/src/crankshaft/arm/
lithium-arm.h 448 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 508 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 443 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 445 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 448 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 440 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 452 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 459 bool HasReplacement() const { return replacement_ != NULL; }
    [all...]

Completed in 55 milliseconds