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 66 return reinterpret_cast<Address>(bytecode_dispatch_counters_table_.get());
175 std::unique_ptr<uintptr_t[]> bytecode_dispatch_counters_table_; member in class:v8::internal::interpreter::Interpreter
interpreter.cc 62 bytecode_dispatch_counters_table_.reset(
64 memset(bytecode_dispatch_counters_table_.get(), 0,
260 return bytecode_dispatch_counters_table_[from_index * kNumberOfBytecodes +
    [all...]

Completed in 2825 milliseconds