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