Lines Matching refs:Component
67 ComponentMark Log::components_ = Component::ALL;
148 components_ = Component::NONE;
151 components_ = Component::ALL;
155 components_ |= Component::GC;
159 components_ |= Component::ECMASCRIPT;
163 components_ |= Component::INTERPRETER;
167 components_ |= Component::DEBUGGER;
171 components_ |= Component::COMPILER;
175 components_ |= Component::BUILTINS;
179 components_ |= Component::JIT;
183 components_ |= Component::BASELINEJIT;
187 components_ |= Component::TRACE;
191 components_ |= Component::SA;