Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h338 CheckpointedInterpreterState GetLatestCheckpointedState() { in GetLatestCheckpointedState()
348 CheckpointedInterpreterState GetCheckpointedStateForLazyDeopt() { in GetCheckpointedStateForLazyDeopt()
349 return CheckpointedInterpreterState( in GetCheckpointedStateForLazyDeopt()
538 base::Optional<CheckpointedInterpreterState> latest_checkpointed_state_;
Dmaglev-ir.h321 class CheckpointedInterpreterState {
323 CheckpointedInterpreterState() = default;
324 CheckpointedInterpreterState(BytecodeOffset bytecode_position, in CheckpointedInterpreterState() function
335 CheckpointedInterpreterState checkpoint);
338 CheckpointedInterpreterState state;
347 CheckpointedInterpreterState checkpoint) in EagerDeoptInfo()
354 CheckpointedInterpreterState checkpoint) in LazyDeoptInfo()
417 CheckpointedInterpreterState checkpoint, Args&&... args) { in New()
Dmaglev-ir.cc351 CheckpointedInterpreterState state) in DeoptInfo()