| /arkcompiler/ets_runtime/test/moduletest/container/ |
| H A D | container_deque.js | |
| H A D | container_vector.js | |
| H A D | container_treemap.js | 171 function elements(value, key, map) { function
|
| H A D | container_arraylist.js | |
| H A D | container_lightweightset.js | |
| H A D | container_hashmap.js | |
| H A D | container_lightweightmap.js | |
| H A D | container_plainarray.js | |
| H A D | container_queue.js | |
| H A D | container_stack.js | |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_intl.cpp | 30 JSHandle<TaggedArray> elements = intl::LocaleHelper::CanonicalizeLocaleList(thread, locales); in GetCanonicalLocales() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | gc_ring_buffer_test.cpp | 45 static int SumCallback(const int initial, int elements) in SumCallback() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| H A D | assertClause.h | 35 explicit AssertClause(ArenaVector<AssertEntry *> &&elements) in AssertClause() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | template_string_test.cpp | 50 JSHandle<TaggedArray> elements = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | annotation_test.cpp | 41 std::vector<panda::pandasm::ScalarValue> elements; in HWTEST_F() local 511 std::vector<panda::pandasm::ScalarValue> elements; in HWTEST_F() local [all...] |
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc_annotation_processor.cpp | 42 std::vector<pandasm::AnnotationElement> elements; in FillAnnotation() local 50 void AbcAnnotationProcessor::FillLiteralArrayAnnotation(std::vector<pandasm::AnnotationElement> &elements, in FillLiteralArrayAnnotation() argument 64 void AbcAnnotationProcessor::FillAnnotationElements(std::vector<pandasm::AnnotationElement> &elements) in FillAnnotationElements() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | arrayExpression.h | 42 explicit ArrayExpression(ArenaVector<Expression *> &&elements, ArenaAllocator *const allocator) in ArrayExpression() argument 47 explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, in ArrayExpression() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | containers_arraylist_stub_builder.h | 39 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Get() local 46 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Set() local 47 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, index, value);
in Set() local
|
| H A D | containers_plainarray_stub_builder.h | 38 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Get() local 45 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in GetKey() local 51 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Set() local 52 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, index, value);
in Set() local
|
| H A D | containers_stack_stub_builder.h | 39 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Get() local 45 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Set() local 46 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, index, value);
in Set() local
|
| H A D | containers_vector_stub_builder.h | 38 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Get() local 44 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Set() local 45 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, index, value);
in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_tree_map_iterator.cpp | 50 uint32_t elements = static_cast<uint32_t>(map->NumberOfElements()); in Next() local
|
| H A D | js_api_tree_set_iterator.cpp | 50 uint32_t elements = static_cast<uint32_t>(set->NumberOfElements()); in Next() local
|
| /arkcompiler/runtime_core/static_core/verification/cache/ |
| H A D | results_cache.cpp | 74 auto elements = *size / sizeof(Data::value_type); in Initialize() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | sort_helper.cpp | 21 void TimSort::Sort(JSThread *thread, JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn) in Sort() argument
|