Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h87 const BytecodeLivenessState* GetOutLivenessFor(int offset) const;
Dbytecode-analysis.cc457 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor( in GetOutLivenessFor() function in v8::internal::compiler::BytecodeAnalysis
473 GetOutLivenessFor(current_offset)->bit_vector(); in PrintLivenessTo()
559 GetOutLivenessFor(current_offset)->bit_vector(); in LivenessIsValid()
Dbytecode-graph-builder.cc622 bytecode_analysis()->GetOutLivenessFor( in PrepareFrameState()