Searched defs:ele (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.cpp | 93 GateRef ele = GetElement(linkedTable, Int32Add(fromIndex, *j)); in Rehash() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 593 GateRef ele = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*relativeFromIndex), jsType);
in LastIndexOf() local
|
| H A D | builtins_array_stub_builder.cpp | 138 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 D | typed_native_inline_lowering.cpp | 3767 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