/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.27/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...] |
/external/tensorflow/tensorflow/core/kernels/ |
example_parsing_ops.cc | 275 const Tensor* debug_name; variable 284 OP_REQUIRES_OK(ctx, ctx->input("debug_name", &debug_name)); 364 bool has_debug_name = (debug_name->NumElements() > 0); 366 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(debug_name->shape()), 368 "Expected debug_name to be a scalar, got shape: ", 369 debug_name->shape().DebugString())); 371 auto debug_name_t = debug_name->scalar<string>();
|
/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
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_ParseSingleSequenceExample.pbtxt | 64 name: "debug_name"
|
/system/core/adb/ |
transport_local.cpp | 380 const char* debug_name = ""; local 384 debug_name = "client"; 389 debug_name = "server"; 392 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(),
|
/external/tensorflow/tensorflow/core/ops/ |
parsing_ops_test.cc | 165 .Input("debug_name", 0, DT_STRING)
|
parsing_ops.cc | 143 .Input("debug_name: string")
|
/external/tensorflow/tensorflow/python/ops/ |
parsing_ops.py | [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 );
|