HomeSort by relevance Sort by last modified time
    Searched refs:bytecode_dispatch_counters_table_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
interpreter.h 79 return reinterpret_cast<Address>(bytecode_dispatch_counters_table_.get());
99 std::unique_ptr<uintptr_t[]> bytecode_dispatch_counters_table_; member in class:v8::internal::interpreter::Interpreter
interpreter.cc 55 bytecode_dispatch_counters_table_.reset(
57 memset(bytecode_dispatch_counters_table_.get(), 0,
252 return bytecode_dispatch_counters_table_[from_index * kNumberOfBytecodes +

Completed in 623 milliseconds