Lines Matching refs:GetKind
128 return GetKind() == BytecodeKind::MOV;
133 return GetKind() == BytecodeKind::RETURN_BC;
138 return GetKind() == BytecodeKind::THROW_BC;
148 return GetKind() == BytecodeKind::CONDITIONAL_JUMP;
153 return GetKind() == BytecodeKind::JUMP_IMM;
158 return GetKind() == BytecodeKind::SUSPEND;
163 return GetKind() == BytecodeKind::SET_CONSTANT;
183 return GetKind() == BytecodeKind::GENERATOR_RESOLVE;
188 BytecodeKind kind = GetKind();
195 return GetKind() == BytecodeKind::DISCARDED;
225 return GetKind() == BytecodeKind::CALL_BC;
230 return GetKind() == BytecodeKind::ACCESSOR_BC;
263 inline BytecodeKind GetKind() const