Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc472 const CompactInterpreterFrameState* checkpoint_state, in EmitDeoptFrameValues() argument
488 checkpoint_state->ForEachParameter( in EmitDeoptFrameValues()
510 checkpoint_state->ForEachLocal( in EmitDeoptFrameValues()
535 if (checkpoint_state->liveness()->AccumulatorIsLive() && in EmitDeoptFrameValues()
537 ValueNode* value = checkpoint_state->accumulator(compilation_unit); in EmitDeoptFrameValues()
Dmaglev-regalloc.cc325 const CompactInterpreterFrameState* checkpoint_state = in UpdateUse() local
328 checkpoint_state->ForEachValue( in UpdateUse()
338 const CompactInterpreterFrameState* checkpoint_state = in UpdateUse() local
341 checkpoint_state->ForEachValue( in UpdateUse()
/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.cc569 Node* checkpoint_state = nullptr; in TryReuseDispatch() local
571 checkpoint_state = checkpoint->InputAt(0); in TryReuseDispatch()
572 if (!CollectFrameStateUniqueUses(callee, FrameState{checkpoint_state}, in TryReuseDispatch()
618 FrameState{checkpoint_state}, callee, target, in TryReuseDispatch()