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

  /external/v8/src/interpreter/
interpreter.h 151 uintptr_t GetDispatchCounter(Bytecode from, Bytecode to) const;
interpreter.cc 214 uintptr_t Interpreter::GetDispatchCounter(Bytecode from, Bytecode to) const {
244 uintptr_t counter = GetDispatchCounter(from_bytecode, to_bytecode);
    [all...]

Completed in 169 milliseconds