Home
last modified time | relevance | path

Searched refs:SHARED_CONCURRENT_MARKING_BITFIELD_MASK (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h135 static constexpr int SHARED_CONCURRENT_MARKING_BITFIELD_MASK = 0x1; member in panda::ecmascript::JSThread
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp1435 // if (GCStateBitField & JSThread::SHARED_CONCURRENT_MARKING_BITFIELD_MASK != 0) {
1441 static_assert(JSThread::SHARED_CONCURRENT_MARKING_BITFIELD_MASK == 1 && "Tbnz can't handle other bit mask");
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1814 // if (GCStateBitField & JSThread::SHARED_CONCURRENT_MARKING_BITFIELD_MASK != 0) { in ASMFastSharedWriteBarrier()
1819 __ Testb(Immediate(JSThread::SHARED_CONCURRENT_MARKING_BITFIELD_MASK), r11); in ASMFastSharedWriteBarrier()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1950 GateRef state = Int64And(stateBitField, Int64(JSThread::SHARED_CONCURRENT_MARKING_BITFIELD_MASK)); in SetSValueWithBarrier()

Completed in 24 milliseconds