Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.h83 void InstallBytecodeHandler(Zone* zone, Bytecode bytecode,
Dinterpreter.cc116 InstallBytecodeHandler(&zone, Bytecode::k##Name, operand_scale, \ in Initialize()
135 void Interpreter::InstallBytecodeHandler(Zone* zone, Bytecode bytecode, in InstallBytecodeHandler() function in v8::internal::interpreter::Interpreter