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

1 2

  /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
  /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/
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,
  /external/v8/src/compiler/
pipeline.h 54 const char* debug_name);
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);
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,
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
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-linkage.cc 380 descriptor->debug_name());
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-compiler.cc 3929 EmbeddedVector<char, 32> debug_name; local
    [all...]
register-allocator.cc     [all...]
  /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);
  /bionic/libc/kernel/uapi/linux/
virtio_gpu.h 172 char debug_name[64]; member in struct:virtio_gpu_ctx_create
  /external/kernel-headers/original/uapi/linux/
virtio_gpu.h 240 char debug_name[64]; member in struct:virtio_gpu_ctx_create
  /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/tensorflow/tensorflow/python/ops/
parsing_ops.py     [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/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 2817 const char *debug_name = local
    [all...]

Completed in 1668 milliseconds

1 2