| /arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
| D | debuginfoDumper.cpp | 50 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/ |
| D | assembly-type.h | 86 auto elem = GetId(component_name_); in IsArrayContainsPrimTypes() local
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| D | sourceTextModuleRecord.cpp | 177 for (const auto &elem : regularImportEntries_) { in AssignIndexToModuleVariable() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | proto_data_accessor-inl.h | 46 uint8_t elem = (v >> shift) & SHORTY_ELEM_MASK; in EnumerateTypes() local
|
| D | file_item_container.cpp | 348 auto &elem = (*elems)[i]; in DeduplicateAnnotationValue() local
|
| D | file_items.cpp | 1408 for (auto elem : elements_) { in Write() local
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | array-inl.h | 148 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/ |
| D | builtins_function_test.cpp | 245 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/ |
| D | common.h | 747 for (const auto &elem : prog->literalarray_table) { in CheckConstArrayFilling() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 107 CString elem = fileName.substr(prev, curr - prev); in NormalizePath() local
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 319 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/ |
| D | js_stable_array.cpp | 630 JSMutableHandle<JSTaggedValue> elem(thread, JSTaggedValue::Hole()); in FastCopyFromArrayToTypedArray() local
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | bit_vector_property_test.cpp | 44 for (const auto &elem : Indices) { in IsEqual() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class-inl.h | 158 for (const auto &elem : itable_.Get()) { in Implements() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1552 const ir::Expression *elem = elements[i]; in CreateArray() local 1579 const ir::Expression *elem = elements[i]; in CreateArray() local
|