Searched refs:GetTypedStoreOp (Results 1 – 5 of 5) sorted by relevance
257 auto ropIsTypedArray = acc_.GetTypedStoreOp(rhs) >= TypedStoreOp::TYPED_ARRAY_FIRST; in MayAccessOneMemory()
388 TypedStoreOp GetTypedStoreOp(GateRef gate) const;
969 auto op = acc_.GetTypedStoreOp(gate); in VisitStoreElement()
161 TypedStoreOp GateAccessor::GetTypedStoreOp(GateRef gate) const in GetTypedStoreOp() function in panda::ecmascript::kungfu::GateAccessor
808 auto op = acc_.GetTypedStoreOp(gate); in LowerStoreElement()