Home
last modified time | relevance | path

Searched refs:ForEachBytecode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter.h77 void ForEachBytecode(const std::function<void(Bytecode, OperandScale)>& f);
Dinterpreter.cc328 void Interpreter::ForEachBytecode( in ForEachBytecode() function in v8::internal::interpreter::Interpreter
355 ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in Initialize()