Home
last modified time | relevance | path

Searched defs:ele (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp93 GateRef ele = GetElement(linkedTable, Int32Add(fromIndex, *j)); in Rehash() local
H A Dbuiltins_typedarray_stub_builder.cpp593 GateRef ele = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*relativeFromIndex), jsType); in LastIndexOf() local
H A Dbuiltins_array_stub_builder.cpp138 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *k); in With() local
351 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *fromKey); in Shift() local
484 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *i); in Concat() local
508 GateRef ele = GetTaggedValueWithElementsKind(arg0, *k); in Concat() local
1296 GateRef ele = GetTaggedValueWithElementsKind(thisValue, Int64Add(*idx, *start)); Slice() local
1426 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *i); ToSorted() local
3396 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *oldIndex); ToSpliced() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp3767 GateRef ele = builder_.GetValueFromTaggedArray(thisElements, copyPosition); in LowerArraySlice() local
3768 builder_.SetValueToTaggedArray(VariableType::JS_ANY(), glue, newArrayElements, *i, ele); in LowerArraySlice() local

Completed in 19 milliseconds