Lines Matching full:bool
196 using CheckSafePointBit = BitField<bool, 0, BOOL_BITFIELD_NUM>;
197 using VMNeedSuspensionBit = BitField<bool, CHECK_SAFEPOINT_BITFIELD_NUM, BOOL_BITFIELD_NUM>;
260 bool DoStackOverflowCheck(const JSTaggedType *sp);
278 void SetIsStartHeapSampling(bool isStart) in SetIsStartHeapSampling()
291 bool PUBLIC_API CpuProfilerCheckJSTaggedType(JSTaggedType value) const;
305 bool HasPendingException() const in HasPendingException()
329 bool IsStableArrayElementsGuardiansInvalid() const in IsStableArrayElementsGuardiansInvalid()
417 bool IsReadyToMark() const in IsReadyToMark()
423 bool IsMarking() const in IsMarking()
429 bool IsMarkFinished() const in IsMarkFinished()
435 void SetPGOProfilerEnable(bool enable) in SetPGOProfilerEnable()
442 bool IsPGOProfilerEnable() const in IsPGOProfilerEnable()
458 bool CheckSafepoint();
460 void SetGetStackSignal(bool isParseStack) in SetGetStackSignal()
465 bool GetStackSignal() const in GetStackSignal()
470 void SetNeedProfiling(bool needProfiling) in SetNeedProfiling()
475 void SetIsProfiling(bool isProfiling) in SetIsProfiling()
480 bool GetIsProfiling() in GetIsProfiling()
485 void SetGcState(bool gcState) in SetGcState()
490 bool GetGcState() const in GetGcState()
495 void SetRuntimeState(bool runtimeState) in SetRuntimeState()
500 bool GetRuntimeState() const in GetRuntimeState()
515 bool IsAsmInterpreter() const in IsAsmInterpreter()
553 void SetVMNeedSuspension(bool flag) in SetVMNeedSuspension()
558 bool VMNeedSuspension() in VMNeedSuspension()
563 void SetVMSuspended(bool flag) in SetVMSuspended()
568 bool IsVMSuspended() in IsVMSuspended()
578 bool IsLegalAsmSp(uintptr_t sp) const;
580 bool IsLegalThreadSp(uintptr_t sp) const;
582 bool IsLegalSp(uintptr_t sp) const;
584 void SetCheckAndCallEnterState(bool state) in SetCheckAndCallEnterState()
589 bool GetCheckAndCallEnterState() const in GetCheckAndCallEnterState()
636 inline bool IsWeak(uintptr_t addr) const in IsWeak()
646 bool IsCrossThreadExecutionEnable() const in IsCrossThreadExecutionEnable()
651 bool GetFrameDroppedBit() in GetFrameDroppedBit()
666 bool IsStartGlobalLeakCheck() const;
667 bool EnableGlobalObjectLeakCheck() const;
668 bool EnableGlobalPrimitiveLeakCheck() const;
727 static size_t GetExceptionOffset(bool isArch32) in GetExceptionOffset()
732 static size_t GetGlobalObjOffset(bool isArch32) in GetGlobalObjOffset()
737 static size_t GetStableArrayElementsGuardiansOffset(bool isArch32) in GetStableArrayElementsGuardiansOffset()
742 static size_t GetGlobalConstOffset(bool isArch32) in GetGlobalConstOffset()
747 static size_t GetStateBitFieldOffset(bool isArch32) in GetStateBitFieldOffset()
752 static size_t GetCurrentFrameOffset(bool isArch32) in GetCurrentFrameOffset()
757 static size_t GetLeaveFrameOffset(bool isArch32) in GetLeaveFrameOffset()
762 static size_t GetLastFpOffset(bool isArch32) in GetLastFpOffset()
767 static size_t GetNewSpaceAllocationTopAddressOffset(bool isArch32) in GetNewSpaceAllocationTopAddressOffset()
772 static size_t GetNewSpaceAllocationEndAddressOffset(bool isArch32) in GetNewSpaceAllocationEndAddressOffset()
777 static size_t GetBCStubEntriesOffset(bool isArch32) in GetBCStubEntriesOffset()
782 static size_t GetRTStubEntriesOffset(bool isArch32) in GetRTStubEntriesOffset()
787 static size_t GetCOStubEntriesOffset(bool isArch32) in GetCOStubEntriesOffset()
792 static size_t GetBuiltinsStubEntriesOffset(bool isArch32) in GetBuiltinsStubEntriesOffset()
797 static size_t GetBCDebuggerStubEntriesOffset(bool isArch32) in GetBCDebuggerStubEntriesOffset()
802 static size_t GetFrameBaseOffset(bool isArch32) in GetFrameBaseOffset()
807 static size_t GetStackLimitOffset(bool isArch32) in GetStackLimitOffset()
812 static size_t GetGlueGlobalEnvOffset(bool isArch32) in GetGlueGlobalEnvOffset()
817 static size_t GetAllowCrossThreadExecutionOffset(bool isArch32) in GetAllowCrossThreadExecutionOffset()
822 static size_t GetInterruptVectorOffset(bool isArch32) in GetInterruptVectorOffset()
827 static size_t GetIsStartHeapSamplingOffset(bool isArch32) in GetIsStartHeapSamplingOffset()
835 alignas(EAS) bool stableArrayElementsGuardians_ {true};
851 alignas(EAS) bool allowCrossThreadExecution_ {false};
864 void SwitchCurrentContext(EcmaContext *currentContext, bool isInIterate = false);
871 bool EraseContext(EcmaContext *context);
874 bool IsAllContextsInitialized() const;
896 static bool IsMainThread();
919 std::function<bool(uintptr_t addr)> isWeak_;
923 bool getStackSignal_ {false};
924 bool runtimeState_ {false};
925 bool isAsmInterpreter_ {false};
929 bool isProfiling_ {false};
930 bool gcState_ {false};
934 bool finalizationCheckState_ {false};
936 bool isFrameDropped_ {false};