Home
last modified time | relevance | path

Searched refs:CheckSafePointBit (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h196 using CheckSafePointBit = BitField<bool, 0, BOOL_BITFIELD_NUM>; variable
544 CheckSafePointBit::Set(true, &glueData_.interruptVector_); in SetCheckSafePointStatus()
550 CheckSafePointBit::Set(false, &glueData_.interruptVector_); in ResetCheckSafePointStatus()