Home
last modified time | relevance | path

Searched refs:commands_ (Results 1 – 4 of 4) sorted by relevance

/external/brotli/c/enc/
Dencode.c66 Command* commands_; member
752 s->commands_ = 0; in BrotliEncoderInitState()
790 BROTLI_FREE(m, s->commands_); in BrotliEncoderCleanupState()
884 Command* last_command = &s->commands_[s->num_commands_ - 1]; in ExtendLastCommand()
1013 if (s->commands_) { in EncodeData()
1014 memcpy(new_commands, s->commands_, sizeof(Command) * s->num_commands_); in EncodeData()
1015 BROTLI_FREE(m, s->commands_); in EncodeData()
1017 s->commands_ = new_commands; in EncodeData()
1038 &s->last_insert_len_, &s->commands_[s->num_commands_], in EncodeData()
1045 &s->last_insert_len_, &s->commands_[s->num_commands_], in EncodeData()
[all …]
/external/perf_data_converter/src/quipper/
Dperf_parser.cc151 commands_.insert(kSwapperCommandName); in ProcessEvents()
153 &(*commands_.find(kSwapperCommandName)); in ProcessEvents()
224 commands_.insert(event.comm_event().comm()); in ProcessEvents()
228 &(*commands_.find(event.comm_event().comm())); in ProcessEvents()
Dperf_parser.h262 std::set<string> commands_; variable
/external/v8/src/interpreter/
Dbytecode-generator.cc469 commands_(commands) {} in ControlScopeForTryFinally()
486 commands_->RecordCommand(command, statement); in Execute()
495 DeferredCommands* commands_; member in v8::internal::interpreter::BytecodeGenerator::ControlScopeForTryFinally