HomeSort by relevance Sort by last modified time
    Searched defs:IsDead (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/src/compiler/
node.h 57 bool IsDead() const { return InputCount() > 0 && InputAt(0) == NULL; }
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 214 bool IsDead = true;
221 IsDead = false;
231 IsDead = false;
237 if (!IsDead) continue;
  /art/compiler/dex/quick/
mir_to_lir.h 360 bool IsDead() { return (master_->liveness_ & storage_mask_) == 0; }
361 // Liveness of this view matches. Note: not equivalent to !IsDead().
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 917 bool IsDead;
919 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false)
920 : PathDiagnosticLocation(L), IsDead(isdead) {}
922 void markDead() { IsDead = true; }
923 bool isDead() const { return IsDead; }
    [all...]
  /external/chromium_org/v8/src/
api.cc 189 bool V8::IsDead() {
191 return isolate->IsDead();
    [all...]

Completed in 484 milliseconds