Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc152 void RecordCommand(Command command, Statement* statement) { in RecordCommand() function in v8::internal::interpreter::BytecodeGenerator::ControlScope::DeferredCommands
166 RecordCommand(CMD_RETHROW, nullptr); in RecordHandlerReThrowPath()
340 commands_->RecordCommand(command, statement); in Execute()
/external/v8/src/compiler/
Dast-graph-builder.cc231 Node* RecordCommand(Command cmd, Statement* stmt, Node* value) { in RecordCommand() function in v8::internal::compiler::AstGraphBuilder::ControlScope::DeferredCommands
404 Node* token = commands_->RecordCommand(cmd, target, *value); in Execute()