Searched defs:BlockState (Results 1 – 5 of 5) sorted by relevance
87 struct BlockState { struct in __anona945354d0111::VZeroUpperInserter88 BlockExitState ExitState = PASS_THROUGH;89 bool AddedToDirtySuccessors = false;90 MachineBasicBlock::iterator FirstUnguardedCall;
24 class BlockState; variable
31 class BlockState final { class33 BlockState(int block_count, Zone* zone) in BlockState() function in v8::internal::compiler::BlockState
54 enum class BlockState { Free, Split, Allocated }; enum
328 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function333 BlockState(Zone* zone, Scope** scope_stack) in BlockState() function