Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.cpp50 typename std::vector<T>::const_reverse_iterator elem; in WrapArray() local
59 typename std::vector<T>::const_iterator elem; in WrapArray() local
121 for (const auto &elem : it.GetElements()) { in WriteMetaData() local
/arkcompiler/runtime_core/assembler/
Dassembly-type.h86 auto elem = GetId(component_name_); in IsArrayContainsPrimTypes() local
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp177 for (const auto &elem : regularImportEntries_) { in AssignIndexToModuleVariable() local
/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h46 uint8_t elem = (v >> shift) & SHORTY_ELEM_MASK; in EnumerateTypes() local
Dfile_item_container.cpp348 auto &elem = (*elems)[i]; in DeduplicateAnnotationValue() local
Dfile_items.cpp1408 for (auto elem : elements_) { in Write() local
/arkcompiler/runtime_core/runtime/include/coretypes/
Darray-inl.h148 inline void Array::Set(array_size_t idx, T elem) in Set()
186 inline void Array::Set([[maybe_unused]] const ManagedThread *thread, array_size_t idx, T elem) in Set()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp245 JSTaggedValue elem = array->Get(0); in HWTEST_F_L0() local
301 JSTaggedValue elem = array->Get(0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h747 for (const auto &elem : prog->literalarray_table) { in CheckConstArrayFilling() local
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h107 CString elem = fileName.substr(prev, curr - prev); in NormalizePath() local
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h319 ALWAYS_INLINE bool CheckLoadConstOp(coretypes::Array *array, T elem) in CheckLoadConstOp()
2625 auto elem = this->GetAcc().template GetAs<T>(); in HandleArrayStore() local
2635 …ALWAYS_INLINE bool CheckStoreArrayOp(coretypes::Array *array, int32_t idx, [[maybe_unused]] T elem) in CheckStoreArrayOp()
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp630 JSMutableHandle<JSTaggedValue> elem(thread, JSTaggedValue::Hole()); in FastCopyFromArrayToTypedArray() local
/arkcompiler/runtime_core/verification/util/tests/
Dbit_vector_property_test.cpp44 for (const auto &elem : Indices) { in IsEqual() local
/arkcompiler/runtime_core/runtime/include/
Dclass-inl.h158 for (const auto &elem : itable_.Get()) { in Implements() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1552 const ir::Expression *elem = elements[i]; in CreateArray() local
1579 const ir::Expression *elem = elements[i]; in CreateArray() local