Home
last modified time | relevance | path

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

/arkcompiler/jsvm/src/
Dmemory_manager.h32 char ele[elementSize]; member
/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.cpp604 pandasm::AnnotationElement ele(ELEMENT_NAME, std::make_unique<pandasm::ScalarValue>( in GenExpectedPropertyCountAnnotation() local
625 pandasm::AnnotationElement ele(ELEMENT_NAME, std::make_unique<pandasm::ScalarValue>( in GenSlotNumberAnnotation() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.cpp353 for (auto *ele : node->Cases()) { in GenerateGetOrdinalCallForSwitch() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp1164 … GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *oldIndex); in ToSplicedOptimised() local
2007 … GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, Int64Add(*idx, *start)); in SliceOptimised() local
2302 GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *k); in WithOptimised() local
2458 GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *i); in DoConcat() local
2482 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.cpp1661 GateRef ele = GetTaggedValueWithElementsKind(glue, thisValue, *i); in ToSorted() local
Dbuiltins_typedarray_stub_builder.cpp575 …GateRef ele = FastGetPropertyByIndex(glue, thisValue, TruncInt64ToInt32(*relativeFromIndex), jsTyp… in LastIndexOf() local
/arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/router_table_ohmurl/
Drouter_table_test.cpp77 …g_implI->annotationEnumerateElements(an, (void *)(&cb), [](AbckitCoreAnnotationElement *ele, void … in EnumerateAnnotationElements()
/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/regression/issue_IC78XV/c_api/replace_call_site_ohmurl/
Dreplace_call_site_test.cpp125 …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.cpp3494 GateRef ele = builder_.GetValueFromTaggedArray(glue, thisElements, copyPosition); in LowerArraySlice() local