Home
last modified time | relevance | path

Searched refs:isPrimitive (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers-inl.h96 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 Dbarriers.h58 bool isPrimitive = false);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_handle.h89 JSHandle(const JSThread *thread, JSTaggedValue value, bool isPrimitive) in JSHandle() argument
91 if (LIKELY(isPrimitive)) { in JSHandle()
H A Decma_macros.h134 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 DETSCompiler.cpp84 bool const isPrimitive = !literalType->IsETSReferenceType(); in Compile() local
85 if (!isPrimitive) { in Compile()
92 etsg->GetType(expr, isPrimitive); in Compile()

Completed in 6 milliseconds