Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h127 const BytecodeLivenessState* GetInLivenessFor(int offset) const;
Dbytecode-analysis.cc604 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor() function in v8::internal::compiler::BytecodeAnalysis
625 GetInLivenessFor(current_offset)->bit_vector(); in PrintLivenessTo()
889 GetInLivenessFor(current_offset)->bit_vector(); in LivenessIsValid()
Dbytecode-graph-builder.cc614 bytecode_analysis()->GetInLivenessFor( in PrepareEagerCheckpoint()
1172 bytecode_analysis()->GetInLivenessFor( in CheckContextExtensions()
2055 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in VisitThrow()
2065 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in VisitAbort()
2075 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in VisitReThrow()
2091 BuildLoopExitsForFunctionExit(bytecode_analysis()->GetInLivenessFor( in BuildHoleCheckAndThrow()
2713 BuildReturn(bytecode_analysis()->GetInLivenessFor( in VisitReturn()
2832 const BytecodeLivenessState* liveness = bytecode_analysis()->GetInLivenessFor( in VisitSuspendGenerator()
2875 BuildReturn(bytecode_analysis()->GetInLivenessFor( in VisitSuspendGenerator()
3003 bytecode_analysis()->GetInLivenessFor(current_offset)); in SwitchToMergeEnvironment()
[all …]