Home
last modified time | relevance | path

Searched refs:GetTypedStoreOp (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp257 auto ropIsTypedArray = acc_.GetTypedStoreOp(rhs) >= TypedStoreOp::TYPED_ARRAY_FIRST; in MayAccessOneMemory()
Dgate_accessor.h388 TypedStoreOp GetTypedStoreOp(GateRef gate) const;
Dnumber_speculative_retype.cpp969 auto op = acc_.GetTypedStoreOp(gate); in VisitStoreElement()
Dgate_accessor.cpp161 TypedStoreOp GateAccessor::GetTypedStoreOp(GateRef gate) const in GetTypedStoreOp() function in panda::ecmascript::kungfu::GateAccessor
Dtype_mcr_lowering.cpp808 auto op = acc_.GetTypedStoreOp(gate); in LowerStoreElement()