Home
last modified time | relevance | path

Searched defs:bytecode_analysis (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-compilation-unit.h46 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
Dmaglev-code-gen-state.h65 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
Dmaglev-graph-processor.h133 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
Dmaglev-graph-builder.h516 const compiler::BytecodeAnalysis& bytecode_analysis() const { in bytecode_analysis() function
/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc416 BytecodeAnalysis const& bytecode_analysis() const { in bytecode_analysis() function in v8::internal::compiler::BytecodeGraphBuilder