Home
last modified time | relevance | path

Searched refs:NoBarrier (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp505 SetProtoOrHClassToFunction(glue, func, Hole(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
506 SetWorkNodePointerToFunction(glue, func, NullPtr(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
507 SetProtoTransRootHClassToFunction(glue, func, Undefined(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
512 VariableType::JS_ANY(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
516 VariableType::JS_ANY(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
520 SetLexicalEnvToFunction(glue, func, Undefined(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
521 SetHomeObjectToFunction(glue, func, Undefined(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
522 SetProtoOrHClassToFunction(glue, func, Hole(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
523 SetProtoTransRootHClassToFunction(glue, func, Undefined(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
524 SetWorkNodePointerToFunction(glue, func, NullPtr(), MemoryAttribute::NoBarrier()); in InitializeSFunction()
[all...]
H A Dbuiltins_array_stub_builder.cpp239 MemoryAttribute::NoBarrier()); in Unshift()
1986 DoReverse(glue, thisValue, receiver, false, false, MemoryAttribute::NoBarrier()); in ToReversed()
1993 DoReverse(glue, thisValue, receiver, true, true, MemoryAttribute::NoBarrier()); in ToReversed()
2037 MemoryAttribute::NoBarrier()); in DoReverse()
2999 *elements, *idx, *migratedValue, MemoryAttribute::NoBarrier()); in Fill()
H A Dbuiltins_typedarray_stub_builder.cpp3199 SetViewedArrayBufferOrByteArray(glue, *res, Undefined(), MemoryAttribute::NoBarrier()); in AllocateTypedArray()
3231 SetViewedArrayBufferOrByteArray(glue, *res, Undefined(), MemoryAttribute::NoBarrier()); in AllocateTypedArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp350 VariableType::JS_ANY(), MemoryAttribute::NoBarrier()); in CloneObjectLiteral()
416 MemoryAttribute::NoBarrier()); in NewJSObject()
422 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier()); in NewJSObject()
424 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier()); in NewJSObject()
458 MemoryAttribute::NoBarrier()); in NewSObject()
464 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier()); in NewSObject()
466 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier()); in NewSObject()
552 MemoryAttribute::NoBarrier()); in NewJSObject()
558 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier()); in NewJSObject()
560 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier()); in NewJSObject()
[all...]
H A Dntype_hcr_lowering.cpp240 MemoryAttribute::NoBarrier()); in NewJSArrayLiteral()
265 builder_.Int32ToTaggedInt(builder_.IntPtr(length)), MemoryAttribute::NoBarrier()); in NewTaggedArray()
H A Dmcr_gate_meta_data.h398 static MemoryAttribute NoBarrier() in NoBarrier() function in panda::ecmascript::kungfu::MemoryAttribute
H A Dhcr_circuit_builder.h238 MemoryAttribute::NoBarrier()); in StoreHClassWithoutBarrier()
H A Dstub_builder-inl.h1231 Store(VariableType::INT64(), glue, object, hashOffset, hash, MemoryAttribute::NoBarrier()); in SetHash()
3116 Store(VariableType::INT8(), glue, typedArray, offset, type, MemoryAttribute::NoBarrier()); in SetContentType()
3129 Store(VariableType::INT8(), glue, typedArray, offset, byteLength, MemoryAttribute::NoBarrier()); in SetByteLength()
3135 Store(VariableType::INT8(), glue, typedArray, offset, byteOffset, MemoryAttribute::NoBarrier()); in SetByteOffset()
3141 Store(VariableType::INT8(), glue, typedArray, offset, arrayLength, MemoryAttribute::NoBarrier()); in SetTypedArrayLength()
3189 Store(VariableType::INT32(), glue, function, offset, value, MemoryAttribute::NoBarrier()); in SetLengthToFunction()
H A Dtyped_bytecode_lowering.cpp2319 MemoryAttribute::NoBarrier()); in LowerCreateEmptyObject()
2321 MemoryAttribute::NoBarrier()); in LowerCreateEmptyObject()
H A Dtyped_native_inline_lowering.cpp1163 MemoryAttribute::NoBarrier()); in AllocateNewNumber()
1165 MemoryAttribute::NoBarrier()); in AllocateNewNumber()

Completed in 53 milliseconds