Searched refs:SendCommand (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h75 const char *SendCommand(const char *command);
127 const char *SendCommand(bool is_data, const char *module_name,
H A Dsanitizer_symbolizer_mac.cc162 const char *buf = process_->SendCommand(command);
178 const char *buf = process_->SendCommand(command);
H A Dsanitizer_symbolizer_libcdep.cc324 if (const char *buf = SendCommand(/*is_data*/ false, stack->info.module,
334 SendCommand(/*is_data*/ true, info->module, info->module_offset)) {
342 const char *LLVMSymbolizer::SendCommand(bool is_data, const char *module_name, function in class:__sanitizer::LLVMSymbolizer
347 return symbolizer_process_->SendCommand(buffer_);
362 const char *SymbolizerProcess::SendCommand(const char *command) { function in class:__sanitizer::SymbolizerProcess
H A Dsanitizer_symbolizer_posix_libcdep.cc254 SendCommand(stack->info.module, stack->info.module_offset)) {
266 const char *SendCommand(const char *module_name, uptr module_offset) { function in class:__sanitizer::Addr2LinePool
284 return addr2line->SendCommand(buffer);
/external/v8/include/
H A Dv8-debug.h78 * client_data data value passed into Debug::SendCommand along with the
180 static void SendCommand(Isolate* isolate,
/external/v8/test/cctest/
H A Dtest-debug.cc2624 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_111, buffer));
2634 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_112, buffer));
2644 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_113, buffer));
5120 // Note: AsciiToUtf16 executes before SendCommand, so command is copied
5121 // to buffer before buffer is sent to SendCommand.
5123 v8::Debug::SendCommand(isolate, buffer_1, AsciiToUtf16(command_1, buffer_1));
5124 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_2, buffer_2));
5125 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_3, buffer_2));
5126 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_3, buffer_2));
5127 v8::Debug::SendCommand(isolat
[all...]
/external/v8/src/
H A Dapi.cc8120 void Debug::SendCommand(Isolate* isolate, function in class:v8::Debug

Completed in 253 milliseconds