Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h84 const BytecodeLivenessState* GetInLivenessFor(int offset) const;
Dbytecode-analysis.cc450 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor() function in v8::internal::compiler::BytecodeAnalysis
471 GetInLivenessFor(current_offset)->bit_vector(); in PrintLivenessTo()
557 GetInLivenessFor(current_offset)->bit_vector(); in LivenessIsValid()
Dbytecode-graph-builder.cc587 bytecode_analysis()->GetInLivenessFor( in PrepareEagerCheckpoint()