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

  /system/extras/simpleperf/
cmd_record.cpp 69 class RecordCommand : public Command {
71 RecordCommand()
224 bool RecordCommand::Run(const std::vector<std::string>& args) {
294 std::bind(&RecordCommand::ProcessRecord, this, std::placeholders::_1);
363 bool RecordCommand::ParseOptions(const std::vector<std::string>& args,
585 bool RecordCommand::SetEventSelectionFlags() {
609 bool RecordCommand::CreateAndInitRecordFile() {
631 std::unique_ptr<RecordFileWriter> RecordCommand::CreateRecordFile(
645 bool RecordCommand::DumpKernelSymbol() {
663 bool RecordCommand::DumpTracingData()
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 152 void RecordCommand(Command command, Statement* statement) {
166 RecordCommand(CMD_RETHROW, nullptr);
340 commands_->RecordCommand(command, statement);
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 231 Node* RecordCommand(Command cmd, Statement* stmt, Node* value) {
404 Node* token = commands_->RecordCommand(cmd, target, *value);
    [all...]

Completed in 91 milliseconds