Searched refs:isPrimitive (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | barriers-inl.h | 96 bool isPrimitive) in SynchronizedSetObject() 100 if (!isPrimitive) { in SynchronizedSetObject() 95 SynchronizedSetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType value, bool isPrimitive) SynchronizedSetObject() argument
|
H A D | barriers.h | 58 bool isPrimitive = false);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_handle.h | 89 JSHandle(const JSThread *thread, JSTaggedValue value, bool isPrimitive) in JSHandle() argument 91 if (LIKELY(isPrimitive)) { in JSHandle()
|
H A D | ecma_macros.h | 134 bool isPrimitive = !value.GetTaggedValue().IsHeapObject(); \ 135 Barriers::SynchronizedSetObject(thread, this, offset, value.GetTaggedValue().GetRawData(), isPrimitive); \ 139 bool isPrimitive = !value.IsHeapObject(); \ 140 Barriers::SynchronizedSetObject(thread, this, offset, value.GetRawData(), isPrimitive); \
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSCompiler.cpp | 84 bool const isPrimitive = !literalType->IsETSReferenceType(); in Compile() local 85 if (!isPrimitive) { in Compile() 92 etsg->GetType(expr, isPrimitive); in Compile()
|
Completed in 6 milliseconds