Searched refs:GetBytecodeAnalysis (Results 1 – 4 of 4) sorted by relevance
169 BytecodeAnalysis const& GetBytecodeAnalysis(
552 BytecodeAnalysis const& GetBytecodeAnalysis(1262 BytecodeAnalysis const& SerializerForBackgroundCompilation::GetBytecodeAnalysis( in GetBytecodeAnalysis() function in v8::internal::compiler::SerializerForBackgroundCompilation1264 return broker()->GetBytecodeAnalysis( in GetBytecodeAnalysis()1273 GetBytecodeAnalysis(SerializationPolicy::kSerializeIfNeeded); in TraverseBytecode()2780 for (const auto& target : GetBytecodeAnalysis().resume_jump_targets()) { in VisitSwitchOnGeneratorState()
1017 bytecode_analysis_(broker_->GetBytecodeAnalysis( in BytecodeGraphBuilder()
5348 BytecodeAnalysis const& JSHeapBroker::GetBytecodeAnalysis( in GetBytecodeAnalysis() function in v8::internal::compiler::JSHeapBroker