Home
last modified time | relevance | path

Searched defs:ele (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js335 function testEvery_true(ele) { argument
338 function testEvery_false(ele) { argument
421 function testFind_true(ele) { argument
424 function testFind_false(ele) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp138 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *k); in With() local
376 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *fromKey); in Shift() local
509 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *i); in Concat() local
533 GateRef ele = GetTaggedValueWithElementsKind(arg0, *k); in Concat() local
1321 … GateRef ele = GetTaggedValueWithElementsKind(thisValue, Int64Add(*idx, *start)); in Slice() local
1451 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *i); in ToSorted() local
3137 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *oldIndex); in ToSpliced() local
Dlinked_hashtable_stub_builder.cpp93 GateRef ele = GetElement(linkedTable, Int32Add(fromIndex, *j)); in Rehash() local
Dbuiltins_typedarray_stub_builder.cpp593 …GateRef ele = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*relativeFromIndex), jsTyp… in LastIndexOf() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1381 pandasm::AnnotationElement ele(ELEMENT_NAME, std::make_unique<pandasm::ScalarValue>( in MakeSlotNumberAnnotation() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp423 JSMutableHandle<JSTaggedValue> ele(thread, JSTaggedValue::Undefined()); in Concat() local
Dbuiltins_array.cpp501 JSMutableHandle<JSTaggedValue> ele(thread, JSTaggedValue::Undefined()); in Concat() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp3697 GateRef ele = builder_.GetValueFromTaggedArray(thisElements, copyPosition); in LowerArraySlice() local