Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h133 static constexpr int CONCURRENT_MARKING_BITFIELD_MASK = 0x3; member in panda::ecmascript::JSThread
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp1275 // if (GCStateBitField & JSThread::CONCURRENT_MARKING_BITFIELD_MASK != 0) {
1282 __ Tst(Register(X15, W), LogicalImmediate::Create(JSThread::CONCURRENT_MARKING_BITFIELD_MASK, RegWSize));
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1647 // if (GCStateBitField & JSThread::CONCURRENT_MARKING_BITFIELD_MASK != 0) { in ASMFastWriteBarrier()
1653 __ Testb(Immediate(JSThread::CONCURRENT_MARKING_BITFIELD_MASK), r11); in ASMFastWriteBarrier()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp2061 GateRef state = Int64And(stateBitField, Int64(JSThread::CONCURRENT_MARKING_BITFIELD_MASK)); in SetNonSValueWithBarrier()

Completed in 25 milliseconds