HomeSort by relevance Sort by last modified time
    Searched refs:PerformCommand (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-generator.cc 101 void Break(Statement* stmt) { PerformCommand(CMD_BREAK, stmt); }
102 void Continue(Statement* stmt) { PerformCommand(CMD_CONTINUE, stmt); }
103 void ReturnAccumulator() { PerformCommand(CMD_RETURN, nullptr); }
104 void ReThrowAccumulator() { PerformCommand(CMD_RETHROW, nullptr); }
110 void PerformCommand(Command command, Statement* statement);
188 execution_control()->PerformCommand(entry.command, entry.statement);
355 void BytecodeGenerator::ControlScope::PerformCommand(Command command,
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 177 void PerformCommand(Command cmd, Statement* target, Node* value);
269 owner_->execution_control()->PerformCommand(
    [all...]

Completed in 142 milliseconds