Searched refs:GetInLivenessFor (Results 1 – 6 of 6) sorted by relevance
125 const BytecodeLivenessState* GetInLivenessFor(int offset) const;
201 bytecode_analysis().GetInLivenessFor(0)); in PrepareFrameStateForFunctionEntryStackCheck()1177 bytecode_analysis().GetInLivenessFor( in PrepareEagerCheckpoint()1738 bytecode_analysis().GetInLivenessFor( in CheckContextExtensionAtDepth()1818 bytecode_analysis().GetInLivenessFor( in CheckContextExtensionsSlowPath()2756 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitThrow()2766 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitAbort()2776 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitReThrow()2792 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in BuildHoleCheckAndThrow()2847 BuildLoopExitsForFunctionExit(bytecode_analysis().GetInLivenessFor( in VisitThrowIfNotSuperConstructor()3534 BuildReturn(bytecode_analysis().GetInLivenessFor( in VisitReturn()[all …]
782 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor( in GetInLivenessFor() function in v8::internal::compiler::BytecodeAnalysis802 const BytecodeLivenessState* in_liveness = GetInLivenessFor(current_offset); in PrintLivenessTo()1061 GetInLivenessFor(current_offset); in LivenessIsValid()
63 bytecode_analysis().GetInLivenessFor(offset); in MaglevGraphBuilder()782 bytecode_analysis().GetInLivenessFor(target); in MergeIntoFrameState()
240 analysis.GetInLivenessFor(merge_offset)->RegisterIsLive(reg.index())); in CheckIsLoopPhiIfNeeded()
376 return bytecode_analysis().GetInLivenessFor(iterator_.current_offset()); in GetInLiveness()