Home
last modified time | relevance | path

Searched refs:GetLengthOfJSArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp2826 GateRef arrayLength = builder_.GetLengthOfJSArray(thisArray); in LowerArrayIncludesIndexOf()
3157 GateRef length = builder_.GetLengthOfJSArray(thisValue); in LowerArrayForEach()
3206 GateRef length = builder_.GetLengthOfJSArray(thisValue); in LowerArrayFindOrFindIndex()
3266 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArrayFilter()
3362 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArrayMap()
3446 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArraySome()
3513 GateRef length = builder_.SExtInt32ToInt64(builder_.GetLengthOfJSArray(thisValue)); in LowerArrayEvery()
3589 GateRef arrayLength = builder_.GetLengthOfJSArray(thisValue); in LowerArrayPop()
3663 GateRef length = builder_.GetLengthOfJSArray(thisArray); in LowerArraySlice()
Dcircuit_builder.cpp222 GateRef CircuitBuilder::GetLengthOfJSArray(GateRef array) in GetLengthOfJSArray() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h202 GateRef GetLengthOfJSArray(GateRef array);