Home
last modified time | relevance | path

Searched defs:element (Results 1 - 25 of 62) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_shared_memory-inl.h52 void EtsSharedMemory::SetElement(uint32_t index, T element) in SetElement() argument
H A Dets_array.h136 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 Dtemplate_string.cpp29 int32_t element = templateMap->FindEntry(rawStringsTag.GetTaggedValue()); in GetTemplateObject() local
H A Dtagged_list.h76 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 Dets_array_test.cpp74 static void TestEtsPrimitiveArray(uint32_t arrayLength, ClassType element) in TestEtsPrimitiveArray() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram-inl.h46 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 DtemplateLiteral.cpp66 const ir::Expression *element = *expressionIt; in Compile() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_StackTrace.cpp47 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 Dannotation.cpp251 void AnnotationData::SetOrAddElementByIndex(size_t ele_idx, AnnotationElement &&element) in SetOrAddElementByIndex() argument
H A Dannotation.h59 void AddElement(AnnotationElement &&element) in AddElement() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DannotationProto.cpp32 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 Dtype_converter.cpp87 std::ostream &operator<<(std::ostream &os, const ValueUnit &element) in operator <<() argument
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp273 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 Dtype_converter.cpp84 std::ostream &operator<<(std::ostream &os, const ValueUnit &element) in operator <<() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_counter_priority.h96 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 Dgc_adaptive_stack_inl.h75 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 Ddestructuring.cpp165 GenDefaultInitializer(PandaGen *pg, const ir::Expression *element, const ir::Expression *init) GenDefaultInitializer() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A Dchecker.h236 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 Ddestructuring.cpp126 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 Dvalue_serializer.cpp440 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 Dannotation.h59 void AddElement(AnnotationElement &&element) in AddElement() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
H A Dcrossing_map.cpp57 void *element = GetStaticArrayElement(i); in Destroy() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp288 auto element = typesMap.find(nameFind); in VerifyType() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_arraylist.cpp278 JSTaggedValue element = JSHandle<JSAPIArrayList>::Cast(self)->Get(thread, JSTaggedValue::ToUint32(thread, value)); in Get() local
H A Dcontainers_list.cpp166 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...]

Completed in 15 milliseconds

123