Searched refs:kNumberOfBytecodes (Results 1 – 2 of 2) sorted by relevance
252 return bytecode_dispatch_counters_table_[from_index * kNumberOfBytecodes + in GetDispatchCounter()273 for (int from_index = 0; from_index < kNumberOfBytecodes; ++from_index) { in GetDispatchCountersObject()277 for (int to_index = 0; to_index < kNumberOfBytecodes; ++to_index) { in GetDispatchCountersObject()
95 static const int kNumberOfBytecodes = static_cast<int>(Bytecode::kLast) + 1; variable