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 63 class RecordCommand : public Command {
65 RecordCommand()
190 bool RecordCommand::Run(const std::vector<std::string>& args) {
256 auto callback = std::bind(&RecordCommand::CollectRecordsFromKernel, this, std::placeholders::_1,
292 bool RecordCommand::ParseOptions(const std::vector<std::string>& args,
458 bool RecordCommand::AddMeasuredEventType(const std::string& event_type_name) {
467 bool RecordCommand::SetEventSelection() {
493 bool RecordCommand::CreateAndInitRecordFile() {
507 std::unique_ptr<RecordFileWriter> RecordCommand::CreateRecordFile(const std::string& filename) {
532 bool RecordCommand::DumpKernelAndModuleMmaps()
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 148 void RecordCommand(Command command, Statement* statement) {
162 RecordCommand(CMD_RETHROW, nullptr);
343 commands_->RecordCommand(command, statement);
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 230 Node* RecordCommand(Command cmd, Statement* stmt, Node* value) {
402 Node* token = commands_->RecordCommand(cmd, target, value);
    [all...]

Completed in 79 milliseconds