Searched defs:IsUsed (Results 1 - 5 of 5) sorted by relevance

/external/gptfdisk/
H A Dgptpart.cc139 int GPTPart::IsUsed(void) { function in class:GPTPart
141 } // GPTPart::IsUsed()
/external/v8/tools/
H A Dll_prof.py128 def IsUsed(self): member in class:Code
307 if code.IsUsed():
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h238 bool IsUsed() const { return offset_ < 0; } function in class:vixl::aarch64::RawLiteral
261 VIXL_ASSERT(IsUsed());
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1210 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { local
1220 if (!IsUsed(*P))
/external/v8/src/compiler/
H A Dinstruction-selector.cc362 bool InstructionSelector::IsUsed(Node* node) const { function in class:v8::internal::compiler::InstructionSelector
830 if (!IsUsed(node) || IsDefined(node)) continue;

Completed in 232 milliseconds