Home
last modified time | relevance | path

Searched defs:elements (Results 1 - 25 of 110) sorted by relevance

12345

/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer_deque.js
H A Dcontainer_vector.js
H A Dcontainer_treemap.js171 function elements(value, key, map) { function
H A Dcontainer_arraylist.js
H A Dcontainer_lightweightset.js
H A Dcontainer_hashmap.js
H A Dcontainer_lightweightmap.js
H A Dcontainer_plainarray.js
H A Dcontainer_queue.js
H A Dcontainer_stack.js
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_intl.cpp30 JSHandle<TaggedArray> elements = intl::LocaleHelper::CanonicalizeLocaleList(thread, locales); in GetCanonicalLocales() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dgc_ring_buffer_test.cpp45 static int SumCallback(const int initial, int elements) in SumCallback() argument
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DassertClause.h35 explicit AssertClause(ArenaVector<AssertEntry *> &&elements) in AssertClause() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtemplate_string_test.cpp50 JSHandle<TaggedArray> elements = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local
/arkcompiler/runtime_core/assembler/tests/
H A Dannotation_test.cpp41 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 Dabc_annotation_processor.cpp42 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 DarrayExpression.h42 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 Dcontainers_arraylist_stub_builder.h39 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 Dcontainers_plainarray_stub_builder.h38 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 Dcontainers_stack_stub_builder.h39 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 Dcontainers_vector_stub_builder.h38 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 Djs_api_tree_map_iterator.cpp50 uint32_t elements = static_cast<uint32_t>(map->NumberOfElements()); in Next() local
H A Djs_api_tree_set_iterator.cpp50 uint32_t elements = static_cast<uint32_t>(set->NumberOfElements()); in Next() local
/arkcompiler/runtime_core/static_core/verification/cache/
H A Dresults_cache.cpp74 auto elements = *size / sizeof(Data::value_type); in Initialize() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.cpp21 void TimSort::Sort(JSThread *thread, JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn) in Sort() argument

Completed in 13 milliseconds

12345