Searched refs:SetObject (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | tagged_object-inl.h | 36 Barriers::SetObject<true>(GetJSThread(), this, 0, JSTaggedValue(hclass).GetRawData()); in SetClass()
|
| D | barriers.h | 45 static void SetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType value);
|
| D | barriers-inl.h | 52 inline void Barriers::SetObject([[maybe_unused]] const JSThread *thread, void *obj, size_t offset, … in SetObject() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 35 void SetObject(JSTaggedType obj) in SetObject() function 100 SetObject(value); in Reset() 410 node->SetObject(JSTaggedValue::Undefined().GetRawData()); in ~EcmaGlobalStorage() 424 node->SetObject(JSTaggedValue::Undefined().GetRawData()); in ~EcmaGlobalStorage()
|
| D | tagged_array-inl.h | 60 Barriers::SetObject<true>(thread, GetData(), offset, value.GetTaggedValue().GetRawData()); in Set() 74 Barriers::SetObject<true>(thread, GetData(), offset, value.GetRawData()); in Set()
|
| D | ecma_macros.h | 54 Barriers::SetObject<true>(thread, addr, offset, (value).GetRawData()); \ 77 … Barriers::SetObject<true>(thread, this, offset, value.GetTaggedValue().GetRawData()); \ 89 … Barriers::SetObject<true>(thread, this, offset, value.GetRawData()); \
|
| D | global_env.h | 276 … Barriers::SetObject<true>(thread, this, offset, value.GetTaggedValue().GetRawData()); \ 285 … Barriers::SetObject<true>(thread, this, offset, value.GetRawData()); \
|
| D | js_for_in_iterator.cpp | 147 it->SetObject(thread, proto); in NextInternal()
|
| D | js_function.cpp | 740 Barriers::SetObject<true>(thread, *obj, HASH_OFFSET, pointer.GetTaggedValue().GetRawData()); in SetFunctionExtraInfo() 745 … Barriers::SetObject<true>(thread, *obj, HASH_OFFSET, pointer.GetTaggedValue().GetRawData()); in SetFunctionExtraInfo() 761 … Barriers::SetObject<true>(thread, *obj, HASH_OFFSET, newArray.GetTaggedValue().GetRawData()); in SetFunctionExtraInfo() 768 … Barriers::SetObject<true>(thread, *obj, HASH_OFFSET, newArray.GetTaggedValue().GetRawData()); in SetFunctionExtraInfo()
|
| D | js_thread.cpp | 318 node->SetObject(JSTaggedValue::Undefined().GetRawData()); in IterateWeakEcmaGlobalStorage() 329 node->SetObject(JSTaggedValue(fwd).GetRawData()); in IterateWeakEcmaGlobalStorage()
|
| D | js_object.cpp | 2221 … Barriers::SetObject<true>(thread, this, HASH_OFFSET, newArray.GetTaggedValue().GetRawData()); in SetHash() 2329 … Barriers::SetObject<true>(thread, *obj, HASH_OFFSET, newArray.GetTaggedValue().GetRawData()); in SetNativePointerFieldCount() 2337 … Barriers::SetObject<true>(thread, *obj, HASH_OFFSET, newArray.GetTaggedValue().GetRawData()); in SetNativePointerFieldCount() 2346 … Barriers::SetObject<true>(thread, *obj, HASH_OFFSET, newArray.GetTaggedValue().GetRawData()); in SetNativePointerFieldCount()
|
| D | object_factory.cpp | 661 it->SetObject(thread_, obj); in NewJSForinIterator()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1203 .SetObject(std::move(local)) in GetLocalScopeChain() 1221 moduleScope->SetType(Scope::Type::Module()).SetObject(std::move(module)); in GetModuleScopeChain() 1340 globalScope->SetType(Scope::Type::Global()).SetObject(std::move(global)); in GetGlobalScopeChain()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1445 Scope &SetObject(std::unique_ptr<RemoteObject> params) in SetObject() function
|