Home
last modified time | relevance | path

Searched defs:SetObject (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DmemberExpressionBuilder.h29 MemberExpressionBuilder &SetObject(Expression *obj) in SetObject() function
/arkcompiler/runtime_core/static_core/runtime/
Dglobal_handle_storage.h64 void SetObject(T obj) in SetObject() function
Dmonitor.h166 void SetObject(ObjectHeader *object) in SetObject() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h51 inline void Array::SetObject(size_t offset, ObjectHeader *value) in SetObject() function
77 inline void Array::SetObject(size_t offset, ObjectHeader *value, std::memory_order memoryOrder) in SetObject() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h86 inline void Barriers::SetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType valu… in SetObject() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_accessor-inl.h42 inline void ObjectAccessor::SetObject(void *obj, size_t offset, ObjectHeader *value) in SetObject() function
85 inline void ObjectAccessor::SetObject(const ManagedThread *thread, void *obj, size_t offset, Object… in SetObject() function
Dthread.h95 inline void SetObject(ObjectHeader *objNew) in SetObject() function
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h35 void SetObject(JSTaggedType obj) in SetObject() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1517 Scope &SetObject(std::unique_ptr<RemoteObject> params) in SetObject() function