Home
last modified time | relevance | path

Searched refs:LowerTypedArrayIterator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.h133 …void LowerTypedArrayIterator(GateRef gate, CommonStubCSigns::ID index, IterationKind iterationKind…
Dtyped_native_inline_lowering.cpp247 LowerTypedArrayIterator(gate, CommonStubCSigns::CreateJSTypedArrayEntries, in VisitGate()
251 LowerTypedArrayIterator(gate, CommonStubCSigns::CreateJSTypedArrayKeys, in VisitGate()
255 LowerTypedArrayIterator(gate, CommonStubCSigns::CreateJSTypedArrayValues, in VisitGate()
443 void TypedNativeInlineLowering::LowerTypedArrayIterator(GateRef gate, CommonStubCSigns::ID index, in LowerTypedArrayIterator() function in panda::ecmascript::kungfu::TypedNativeInlineLowering