Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Ddisassembly-view.ts26 instructionSelectionHandler: InstructionSelectionHandler; property in DisassemblyView
198 const instructionSelectionHandler = { constant
202 broker.broadcastClear(instructionSelectionHandler);
207 broker.broadcastBlockSelect(instructionSelectionHandler, instructionIds, selected);
220 this.instructionSelectionHandler = instructionSelectionHandler;
221 broker.addInstructionHandler(instructionSelectionHandler);