Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h130 const BytecodeLivenessState* GetOutLivenessFor(int offset) const;
Dbytecode-analysis.cc611 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor( in GetOutLivenessFor() function in v8::internal::compiler::BytecodeAnalysis
627 GetOutLivenessFor(current_offset)->bit_vector(); in PrintLivenessTo()
891 GetOutLivenessFor(current_offset)->bit_vector(); in LivenessIsValid()
Dbytecode-graph-builder.cc648 bytecode_analysis()->GetOutLivenessFor( in PrepareFrameState()
1224 bytecode_analysis()->GetOutLivenessFor( in BuildLdaLookupContextSlot()
1277 bytecode_analysis()->GetOutLivenessFor( in BuildLdaLookupGlobalSlot()
2959 bytecode_analysis()->GetOutLivenessFor( in VisitResumeGenerator()