Searched defs:IsDead (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dnode.h57 bool IsDead() const { return InputCount() > 0 && InputAt(0) == NULL; } function in class:v8::internal::compiler::FINAL
/external/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp214 bool IsDead = true; local
221 IsDead = false;
231 IsDead = false;
237 if (!IsDead) continue;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp917 bool IsDead; member in class:__anon18256::ContextLocation
920 : PathDiagnosticLocation(L), IsDead(isdead) {}
922 void markDead() { IsDead = true; }
923 bool isDead() const { return IsDead; }
1153 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true));
1158 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));
/external/chromium_org/v8/src/
H A Dapi.cc189 bool V8::IsDead() { function in class:v8::V8
191 return isolate->IsDead();
2680 !isolate->IsDead(),

Completed in 120 milliseconds