Lines Matching defs:state
30 #include "src/execution/embedder-state.h"
34 #include "src/execution/vm-state-inl.h"
497 void Heap::SetGCState(HeapState state) {
498 gc_state_.store(state, std::memory_order_relaxed);
1173 // Here we just allow state transitions from undecided or maybe tenure
1178 // We just transition into tenure state when the semi-space was at
1183 // Currently we just need to deopt when we make a state transition to
1449 // Remove CollectionRequested flag from main thread state, as the collection
1795 // Temporary override any embedder stack state as callbacks may create
1796 // their own state on the stack and recursively trigger GC.
1819 VMState<GC> state(isolate());
3914 VMState<EXTERNAL> state(isolate_);
3925 VMState<EXTERNAL> state(isolate_);
4627 // blocklisting objects that are in a partially deserialized state.
5015 // above is that non-transient heap state is always visited, transient heap
5016 // state is visited only when not serializing.
5553 // Code using an AlwaysAllocateScope assumes that the GC state does not
6655 // objects. Otherwise, heap will be left in an inconsistent state.