Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.h125 const BytecodeLivenessState* GetInLivenessFor(int offset) const;
Dbytecode-graph-builder.cc201 bytecode_analysis().GetInLivenessFor(0)); in PrepareFrameStateForFunctionEntryStackCheck()
1177 bytecode_analysis().GetInLivenessFor( in PrepareEagerCheckpoint()
1738 bytecode_analysis().GetInLivenessFor( in CheckContextExtensionAtDepth()
1818 bytecode_analysis().GetInLivenessFor( in CheckContextExtensionsSlowPath()
2756 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitThrow()
2766 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitAbort()
2776 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitReThrow()
2792 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in BuildHoleCheckAndThrow()
2847 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitThrowIfNotSuperConstructor()
3534 BuildReturn(bytecode_analysis().GetInLivenessFor( in VisitReturn()
[all …]
Dbytecode-analysis.cc782 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor() function in v8::internal::compiler::BytecodeAnalysis
802 const BytecodeLivenessState* in_liveness = GetInLivenessFor(current_offset); in PrintLivenessTo()
1061 GetInLivenessFor(current_offset); in LivenessIsValid()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc63 bytecode_analysis().GetInLivenessFor(offset); in MaglevGraphBuilder()
782 bytecode_analysis().GetInLivenessFor(target); in MergeIntoFrameState()
Dmaglev-interpreter-frame-state.h240 analysis.GetInLivenessFor(merge_offset)->RegisterIsLive(reg.index())); in CheckIsLoopPhiIfNeeded()
Dmaglev-graph-builder.h376 return bytecode_analysis().GetInLivenessFor(iterator_.current_offset()); in GetInLiveness()