| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_shared_memory-inl.h | 52 void EtsSharedMemory::SetElement(uint32_t index, T element) in SetElement() argument
|
| H A D | ets_array.h | 136 void Set(uint32_t index, Component *element) in Set() argument 151 void Set(uint32_t index, Component *element, std::memory_order memoryOrder) in Set() argument 235 void Set(uint32_t index, ClassType element) in Set() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_string.cpp | 29 int32_t element = templateMap->FindEntry(rawStringsTag.GetTaggedValue()); in GetTemplateObject() local
|
| H A D | tagged_list.h | 76 inline void SetElement(const JSThread *thread, int index, const JSTaggedValue &element) in SetElement() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_array_test.cpp | 74 static void TestEtsPrimitiveArray(uint32_t arrayLength, ClassType element) in TestEtsPrimitiveArray() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | histogram-inl.h | 46 void SimpleHistogram<Value>::AddValue(const Value &element, size_t number) in AddValue() argument 89 void Histogram<Value>::AddValue(const Value &element, size_t number) in AddValue() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | templateLiteral.cpp | 66 const ir::Expression *element = *expressionIt; in Compile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_StackTrace.cpp | 47 auto element = EtsHandle<EtsStackTraceElement>(coroutine, EtsStackTraceElement::Create(coroutine)); in CreateStackTraceElement() local 70 auto element = EtsHandle<EtsStackTraceElement>(coroutine, CreateStackTraceElement(&stack)); in StdCoreStackTraceProvisionStackTrace() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | annotation.cpp | 251 void AnnotationData::SetOrAddElementByIndex(size_t ele_idx, AnnotationElement &&element) in SetOrAddElementByIndex() argument
|
| H A D | annotation.h | 59 void AddElement(AnnotationElement &&element) in AddElement() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | annotationProto.cpp | 32 panda::pandasm::AnnotationElement &element = AnnotationElement::Deserialize(protoElement, allocator); in Deserialize() local 37 void AnnotationElement::Serialize(const panda::pandasm::AnnotationElement &element, in Serialize() argument 57 auto *element in Deserialize() local 63 auto *element = allocator->New<panda::pandasm::AnnotationElement>(protoElement.name(), Deserialize() local [all...] |
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | type_converter.cpp | 87 std::ostream &operator<<(std::ostream &os, const ValueUnit &element) in operator <<() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/abc2program/ |
| H A D | abc2program_ets_plugin.cpp | 273 GetETSAnnotationImpl(AnnotationList &annList, const std::string &elemType, const panda_file::AnnotationDataAccessor::Elem &element) GetETSAnnotationImpl() argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | type_converter.cpp | 84 std::ostream &operator<<(std::ostream &os, const ValueUnit &element) in operator <<() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler_queue_counter_priority.h | 96 auto element = queue_.back(); variable 120 auto element = allocator_->New<CompilationQueueElement>(std::move(ctx)); variable 140 virtual bool UpdateCounterAndCheck(CompilationQueueElement *element) in UpdateCounterAndCheck() argument 178 auto element = *it; UpdateQueue() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_adaptive_stack_inl.h | 75 void GCAdaptiveStack<Ref>::PushToStack(Ref element) in PushToStack() argument 77 ASSERT_PRINT(IsAddressInObjectsHeap(element), element); in PushToStack() local 143 auto *element = stackSrc_->back(); in PopFromStack() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | destructuring.cpp | 165 GenDefaultInitializer(PandaGen *pg, const ir::Expression *element, const ir::Expression *init) GenDefaultInitializer() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | checker.h | 236 explicit NamedTypeStackElement(Checker *checker, Type *element) : checker_(checker), element_(element) in NamedTypeStackElement() argument 255 explicit TypeStackElement(Checker *checker, void *element, std::initializer_list<TypeErrorMessageElement> list, in TypeStackElement() argument 265 explicit TypeStackElement(Checker *checker, void *element, std::string_view err, const lexer::SourcePosition &pos) in TypeStackElement() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | destructuring.cpp | 126 GenObjectProperty(PandaGen *pg, const ir::ObjectExpression *object, const ir::Expression *element, VReg value) GenObjectProperty() argument 181 auto *element = properties[0]; GenObjectWithRest() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | value_serializer.cpp | 440 JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, transfer, k); in PrepareTransfer() local 464 JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, cloneList, index); in PrepareClone() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | annotation.h | 59 void AddElement(AnnotationElement &&element) in AddElement() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| H A D | crossing_map.cpp | 57 void *element = GetStaticArrayElement(i); in Destroy() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | importExportDecls.cpp | 288 auto element = typesMap.find(nameFind); in VerifyType() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_arraylist.cpp | 278 JSTaggedValue element = JSHandle<JSAPIArrayList>::Cast(self)->Get(thread, JSTaggedValue::ToUint32(thread, value)); in Get() local
|
| H A D | containers_list.cpp | 166 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in Has() local 239 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetIndexOf() local 260 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in GetLastIndexOf() local 281 JSHandle<JSTaggedValue> element = GetCallArg(argv, 1); in Set() local 423 JSHandle<JSTaggedValue> element = GetCallArg(argv, 0); in Remove() local [all...] |