Searched defs:IsDefined (Results 1 – 6 of 6) sorted by relevance
158 bool IsDefined = false; in flushSymverDirectives() local
446 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
245 bool IsDefined = false; in getSuperRegDestIfDead() local
145 bool IsDefined() const { return defined_; } in IsDefined() function
130 unsigned IsDefined : 1; variable
373 bool InstructionSelector::IsDefined(Node* node) const { in IsDefined() function in v8::internal::compiler::InstructionSelector