Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h270 const BytecodeAnalysis* bytecode_analysis() const { in bytecode_analysis() function
274 void set_bytecode_analysis(const BytecodeAnalysis* bytecode_analysis) { in set_bytecode_analysis()
Dbytecode-graph-builder.cc632 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(), in VisitBytecodes() local