Searched refs:PerformCommand (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 107 PerformCommand(CMD_BREAK, stmt, kNoSourcePosition); in Break() 110 PerformCommand(CMD_CONTINUE, stmt, kNoSourcePosition); in Continue() 113 PerformCommand(CMD_RETURN, nullptr, source_position); in ReturnAccumulator() 116 PerformCommand(CMD_ASYNC_RETURN, nullptr, source_position); in AsyncReturnAccumulator() 133 void PerformCommand(Command command, Statement* statement, 243 execution_control()->PerformCommand(entry.command, entry.statement, in ApplyDeferredCommands() 261 execution_control()->PerformCommand(entry.command, entry.statement, in ApplyDeferredCommands() 523 void BytecodeGenerator::ControlScope::PerformCommand(Command command, in PerformCommand() function in v8::internal::interpreter::BytecodeGenerator::ControlScope
|