Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-interpreter-frame-state.h75 class CompactInterpreterFrameState {
77 CompactInterpreterFrameState(const MaglevCompilationUnit& info, in CompactInterpreterFrameState() function
83 CompactInterpreterFrameState(const MaglevCompilationUnit& info, in CompactInterpreterFrameState() function
86 : CompactInterpreterFrameState(info, liveness) { in CompactInterpreterFrameState()
92 CompactInterpreterFrameState(const CompactInterpreterFrameState&) = delete;
93 CompactInterpreterFrameState(CompactInterpreterFrameState&&) = delete;
94 CompactInterpreterFrameState& operator=(const CompactInterpreterFrameState&) =
96 CompactInterpreterFrameState& operator=(CompactInterpreterFrameState&&) =
344 const CompactInterpreterFrameState& frame_state() const { in frame_state()
485 CompactInterpreterFrameState frame_state_;
Dmaglev-compiler.cc113 const CompactInterpreterFrameState* register_frame = in MarkCheckpointNodes()
126 const CompactInterpreterFrameState* register_frame = in MarkCheckpointNodes()
Dmaglev-graph-builder.h342 zone()->New<CompactInterpreterFrameState>( in GetLatestCheckpointedState()
351 zone()->New<CompactInterpreterFrameState>( in GetCheckpointedStateForLazyDeopt()
Dmaglev-regalloc.cc325 const CompactInterpreterFrameState* checkpoint_state = in UpdateUse()
338 const CompactInterpreterFrameState* checkpoint_state = in UpdateUse()
Dmaglev-ir.h35 class CompactInterpreterFrameState; variable
325 const CompactInterpreterFrameState* state) in CheckpointedInterpreterState()
329 const CompactInterpreterFrameState* register_frame = nullptr;
Dmaglev-code-generator.cc472 const CompactInterpreterFrameState* checkpoint_state, in EmitDeoptFrameValues()