Searched refs:bytecode_dispatch_counters_table_ (Results 1 – 2 of 2) sorted by relevance
79 return reinterpret_cast<Address>(bytecode_dispatch_counters_table_.get()); in bytecode_dispatch_counters_table()99 std::unique_ptr<uintptr_t[]> bytecode_dispatch_counters_table_; variable
55 bytecode_dispatch_counters_table_.reset( in Interpreter()57 memset(bytecode_dispatch_counters_table_.get(), 0, in Interpreter()252 return bytecode_dispatch_counters_table_[from_index * kNumberOfBytecodes + in GetDispatchCounter()