Home
last modified time | relevance | path

Searched refs:GetBytecodeAnalysis (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Djs-heap-broker.h169 BytecodeAnalysis const& GetBytecodeAnalysis(
Dserializer-for-background-compilation.cc552 BytecodeAnalysis const& GetBytecodeAnalysis(
1262 BytecodeAnalysis const& SerializerForBackgroundCompilation::GetBytecodeAnalysis( in GetBytecodeAnalysis() function in v8::internal::compiler::SerializerForBackgroundCompilation
1264 return broker()->GetBytecodeAnalysis( in GetBytecodeAnalysis()
1273 GetBytecodeAnalysis(SerializationPolicy::kSerializeIfNeeded); in TraverseBytecode()
2780 for (const auto& target : GetBytecodeAnalysis().resume_jump_targets()) { in VisitSwitchOnGeneratorState()
Dbytecode-graph-builder.cc1017 bytecode_analysis_(broker_->GetBytecodeAnalysis( in BytecodeGraphBuilder()
Djs-heap-broker.cc5348 BytecodeAnalysis const& JSHeapBroker::GetBytecodeAnalysis( in GetBytecodeAnalysis() function in v8::internal::compiler::JSHeapBroker