Home
last modified time | relevance | path

Searched refs:GetOutLivenessFor (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.h126 const BytecodeLivenessState* GetOutLivenessFor(int offset) const;
Dbytecode-analysis.cc789 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor( in GetOutLivenessFor() function in v8::internal::compiler::BytecodeAnalysis
804 GetOutLivenessFor(current_offset); in PrintLivenessTo()
1063 GetOutLivenessFor(current_offset); in LivenessIsValid()
Dbytecode-graph-builder.cc187 bytecode_analysis().GetOutLivenessFor(offset)); in PrepareFrameState()
219 bytecode_analysis().GetOutLivenessFor(offset)); in PrepareFrameStateForOSREntryStackCheck()
1865 bytecode_analysis().GetOutLivenessFor( in BuildLdaLookupContextSlot()
1916 bytecode_analysis().GetOutLivenessFor( in BuildLdaLookupGlobalSlot()
3802 const BytecodeLivenessState* liveness = bytecode_analysis().GetOutLivenessFor( in VisitResumeGenerator()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h379 return bytecode_analysis().GetOutLivenessFor(iterator_.current_offset()); in GetOutLiveness()