Searched refs:ForEachBytecode (Results 1 – 2 of 2) sorted by relevance
77 void ForEachBytecode(const std::function<void(Bytecode, OperandScale)>& f);
328 void Interpreter::ForEachBytecode( in ForEachBytecode() function in v8::internal::interpreter::Interpreter355 ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in Initialize()