Searched refs:TypedOpIsTypedArray (Results 1 – 3 of 3) sorted by relevance
276 bool lopIsTypedArray = acc_.TypedOpIsTypedArray(lhs, TypedOpKind::TYPED_LOAD_OP); in MayAccessOneMemory()277 bool ropIsTypedArray = acc_.TypedOpIsTypedArray(rhs, TypedOpKind::TYPED_STORE_OP); in MayAccessOneMemory()
400 bool TypedOpIsTypedArray(GateRef gate, TypedOpKind kind) const;
333 bool GateAccessor::TypedOpIsTypedArray(GateRef gate, TypedOpKind kind) const in TypedOpIsTypedArray() function in panda::ecmascript::kungfu::GateAccessor