Searched defs:equal (Results 1 – 6 of 6) sorted by relevance
29 bool equal(const Item &m, const panda_file::File::StringData &name) const in equal() function41 bool equal(const Item &m, panda_file::File::EntityId id) const in equal() function
86 bool equal = true; in operator ==() local
885 equal(node: ts.Node, lhs: VReg) { method in PandaGen
436 bool equal = JSTaggedValue::SameValue(stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
186 GateRef equal = builder_.NotEqual(exception, builder_.HoleConstant()); in ReplaceHirToJSCall() local216 GateRef equal = builder_.Equal(callGate, exceptionVal); in ReplaceHirToCall() local
137 Label equal(env); in FindElementWithCache() local