HomeSort by relevance Sort by last modified time
    Searched full:debug_name (Results 1 - 25 of 34) sorted by null

1 2

  /external/v8/src/
compilation-info.cc 81 CompilationInfo::CompilationInfo(Vector<const char> debug_name,
84 : CompilationInfo(nullptr, debug_name, code_flags, STUB, isolate, zone) {}
87 Vector<const char> debug_name,
104 debug_name_(debug_name) {}
158 return parse_info()->literal()->debug_name()->ToCString();
codegen.cc 245 std::unique_ptr<char[]> debug_name = info->GetDebugName(); local
275 info->closure()->shared()->code()->Disassemble(debug_name.get(), os);
286 code->Disassemble(debug_name.get(), os);
compilation-info.h 58 CompilationInfo(Vector<const char> debug_name, Isolate* isolate, Zone* zone,
328 CompilationInfo(ParseInfo* parse_info, Vector<const char> debug_name,
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 267 struct debug_name *name;
351 debug_name structure. */
364 in a debug_name structure. */
445 struct debug_name *list;
447 struct debug_name **tail;
487 struct debug_name struct
490 struct debug_name *next;
558 static struct debug_name *debug_add_to_namespace
561 static struct debug_name *debug_add_to_current_namespace
570 struct debug_name *);
    [all...]
  /external/v8/src/compiler/
common-operator.h 111 ParameterInfo(int index, const char* debug_name)
112 : index_(index), debug_name_(debug_name) {}
115 const char* debug_name() const { return debug_name_; } function in class:v8::internal::compiler::final
330 const Operator* Parameter(int index, const char* debug_name = nullptr);
pipeline.h 54 const char* debug_name);
linkage.cc 48 return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount()
213 const char* debug_name = function->name; local
221 debug_name, properties, flags);
226 const char* debug_name, Operator::Properties properties,
279 debug_name); // debug name
linkage.h 201 const char* debug_name = "")
211 debug_name_(debug_name) {
292 const char* debug_name() const { return debug_name_; } function in class:v8::internal::compiler::final
360 const char* debug_name, Operator::Properties properties,
graph-visualizer.cc 36 std::unique_ptr<char[]> debug_name = info->GetDebugName(); local
37 if (strlen(debug_name.get()) > 0) {
40 SNPrintF(filename, "turbo-%s-%i", debug_name.get(), attempt);
42 SNPrintF(filename, "turbo-%s", debug_name.get());
common-operator.cc 141 if (i.debug_name()) os << i.debug_name() << '#';
    [all...]
pipeline.cc 313 sequence(), debug_name());
328 const char* debug_name() const { return debug_name_.get(); } function in class:v8::internal::compiler::PipelineData
    [all...]
wasm-compiler.cc 3929 EmbeddedVector<char, 32> debug_name; local
    [all...]
register-allocator.h 769 const char* debug_name = nullptr);
811 const char* debug_name() const { return debug_name_; } function in class:v8::internal::compiler::LiveRange::final
    [all...]
wasm-linkage.cc 380 descriptor->debug_name());
bytecode-graph-builder.cc 144 const char* debug_name = (i == 0) ? "%this" : nullptr; local
145 const Operator* op = common()->Parameter(i, debug_name);
    [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine.h 182 void set_debug_name(const std::string& debug_name) {
183 debug_name_ = debug_name;
185 const std::string& debug_name() const { return debug_name_; } function in class:cricket::SctpDataMediaChannel
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 61 #define DEBUG_NAME "[mDNSWin32] "
284 dlog( kDebugLevelTrace, DEBUG_NAME "platform init\n" );
315 dlog( kDebugLevelInfo, DEBUG_NAME "HIHardware: %#s\n", inMDNS->HIHardware.c );
322 dlog( kDebugLevelInfo, DEBUG_NAME "HISoftware: %#s\n", inMDNS->HISoftware.c );
425 dlog( kDebugLevelTrace, DEBUG_NAME "platform init done (err=%d %m)\n", err, err );
437 dlog( kDebugLevelTrace, DEBUG_NAME "platform close\n" );
442 dlog( kDebugLevelTrace, DEBUG_NAME "tearing down smb registration thread\n" );
547 dlog( kDebugLevelTrace, DEBUG_NAME "platform close done\n" );
    [all...]
  /bionic/libc/kernel/uapi/linux/
virtio_gpu.h 172 char debug_name[64]; member in struct:virtio_gpu_ctx_create
  /system/core/adb/
transport_local.cpp 415 const char* debug_name = ""; local
419 debug_name = "client";
424 debug_name = "server";
427 D("transport: local %s init", debug_name);
  /external/kernel-headers/original/uapi/linux/
virtio_gpu.h 240 char debug_name[64]; member in struct:virtio_gpu_ctx_create
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 66 #define DEBUG_NAME "[mDNSWin32] "
326 dlog( kDebugLevelTrace, DEBUG_NAME "exited (%d %m)\n", err, err );
999 dlog( kDebugLevelInfo, DEBUG_NAME "HandlePowerSuspend\n" );
1021 dlog( kDebugLevelInfo, DEBUG_NAME "HandlePowerResumeSuspend\n" );
1054 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: SERVICE_CONTROL_STOP|SERVICE_CONTROL_SHUTDOWN\n" );
1064 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: PBT_APMSUSPEND\n" );
    [all...]
  /external/v8/src/ast/
ast-numbering.cc 704 DCHECK(!node->debug_name().is_null());
707 node->debug_name()->ToCString().get(),
prettyprinter.cc 1151 buf, "CALL RUNTIME %s code = %p", node->debug_name(),
1154 SNPrintF(buf, "CALL RUNTIME %s", node->debug_name());
    [all...]
ast.cc 1112 const char* CallRuntime::debug_name() { function in class:v8::internal::CallRuntime
    [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 37 #define DEBUG_NAME "[dnssd.NET] "
400 dlog( kDebugLevelWarning, DEBUG_NAME "%s: unexpected wait result (result=0x%08X)\n", __ROUTINE__, ret );

Completed in 927 milliseconds

1 2