Searched refs:GetDispatchCounter (Results 1 – 2 of 2) sorted by relevance
160 uintptr_t GetDispatchCounter(Bytecode from, Bytecode to) const;
257 uintptr_t Interpreter::GetDispatchCounter(Bytecode from, Bytecode to) const { in GetDispatchCounter() function in v8::internal::interpreter::Interpreter287 uintptr_t counter = GetDispatchCounter(from_bytecode, to_bytecode); in GetDispatchCountersObject()