Searched refs:bytecode_count_ (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | bytecode-analysis.h | 143 int bytecode_count() const { return bytecode_count_; } in bytecode_count() 188 int bytecode_count_; member in v8::internal::compiler::BytecodeAnalysis |
H A D | bytecode-analysis.cc | 473 bytecode_count_ = iterator.size(); in Analyze() |
Completed in 7 milliseconds