Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js387 function testEvery_true(ele) { argument
390 function testEvery_false(ele) { argument
492 function testFind_true(ele) { argument
495 function testFind_false(ele) { argument
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp590 pandasm::AnnotationElement ele(ELEMENT_NAME, std::make_unique<pandasm::ScalarValue>( in GenExpectedPropertyCountAnnotation() local
611 pandasm::AnnotationElement ele(ELEMENT_NAME, std::make_unique<pandasm::ScalarValue>( in GenSlotNumberAnnotation() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp1157 … GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *oldIndex); in ToSplicedOptimised() local
1999 … GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, Int64Add(*idx, *start)); in SliceOptimised() local
2294 GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *k); in WithOptimised() local
2452 GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *i); in DoConcat() local
2476 GateRef ele = GetTaggedValueWithElementsKind(glue, arg0, *k); in DoConcat() local
Dlinked_hashtable_stub_builder.cpp92 GateRef ele = GetElement(linkedTable, Int32Add(fromIndex, *j)); in Rehash() local
Dbuiltins_array_stub_builder.cpp1657 GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *i); in ToSorted() local
Dbuiltins_typedarray_stub_builder.cpp562 …GateRef ele = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*relativeFromIndex), jsTyp… in LastIndexOf() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/
Drouter_table_test.cpp76 …g_implI->annotationEnumerateElements(an, (void *)(&cb), [](AbckitCoreAnnotationElement *ele, void … in EnumerateAnnotationElements()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/replace_call_site/
Dreplace_call_site_test.cpp125 …g_implI->annotationEnumerateElements(an, (void *)(&cb), [](AbckitCoreAnnotationElement *ele, void … in EnumerateAnnotationElements()
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dmetadata_modify_dynamic.cpp98 pandasm::AnnotationElement ele(ELEMENT_NAME, std::make_unique<pandasm::ScalarValue>( in FunctionSetGraphDynamic() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp538 JSMutableHandle<JSTaggedValue> ele(thread, JSTaggedValue::Undefined()); in CalNewArrayLen() local
573 JSMutableHandle<JSTaggedValue> ele(thread, JSTaggedValue::Undefined()); in FillNewTaggedArray() local
Dbuiltins_array.cpp504 JSMutableHandle<JSTaggedValue> ele(thread, JSTaggedValue::Undefined()); in Concat() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp3501 GateRef ele = builder_.GetValueFromTaggedArray(thisElements, copyPosition); in LowerArraySlice() local