Searched refs:debug_name (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/src/
H A Dcompilation-info.cc81 CompilationInfo::CompilationInfo(Vector<const char> debug_name, argument
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();
86 CompilationInfo(ParseInfo* parse_info, Vector<const char> debug_name, Code::Flags code_flags, Mode mode, Isolate* isolate, Zone* zone) argument
H A Dcodegen.cc245 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);
H A Dcompilation-info.h58 CompilationInfo(Vector<const char> debug_name, Isolate* isolate, Zone* zone,
328 CompilationInfo(ParseInfo* parse_info, Vector<const char> debug_name,
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine.h182 void set_debug_name(const std::string& debug_name) { argument
183 debug_name_ = debug_name;
185 const std::string& debug_name() const { return debug_name_; } function in class:cricket::SctpDataMediaChannel
/external/v8/src/compiler/
H A Dpipeline.h54 const char* debug_name);
H A Dlinkage.h201 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,
H A Dcommon-operator.h111 ParameterInfo(int index, const char* debug_name) argument
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);
H A Dlinkage.cc48 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
224 GetCEntryStubCallDescriptor( Zone* zone, int return_count, int js_parameter_count, const char* debug_name, Operator::Properties properties, CallDescriptor::Flags flags) argument
H A Dgraph-visualizer.cc36 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());
H A Dcommon-operator.cc141 if (i.debug_name()) os << i.debug_name() << '#';
985 const char* debug_name) {
986 if (!debug_name) {
1002 ParameterInfo(index, debug_name)); // parameter info
984 Parameter(int index, const char* debug_name) argument
H A Dpipeline.cc313 sequence(), debug_name());
328 const char* debug_name() const { return debug_name_.get(); } function in class:v8::internal::compiler::PipelineData
1661 const char* debug_name) {
1662 CompilationInfo info(CStrVector(debug_name), isolate, graph->zone(), flags);
1684 << "Begin compiling " << debug_name << " using Turbofan" << std::endl;
1812 !strcmp(FLAG_turbo_verify_machine_graph, data->debug_name())))) {
1819 << "--- Verifying " << data->debug_name() << " generated by TurboFan\n"
1823 << "--- End of " << data->debug_name() << " generated by TurboFan\n"
1828 data->info()->IsStub(), data->debug_name(),
1657 GenerateCodeForCodeStub(Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, Schedule* schedule, Code::Flags flags, const char* debug_name) argument
H A Dwasm-linkage.cc380 descriptor->debug_name());
H A Dregister-allocator.h769 const char* debug_name = nullptr);
811 const char* debug_name() const { return debug_name_; } function in class:v8::internal::compiler::LiveRange::final
H A Dwasm-compiler.cc3929 EmbeddedVector<char, 32> debug_name; local
3930 int name_len = SNPrintF(debug_name, "wasm-to-interpreter#%d", func_index);
3931 DCHECK(name_len > 0 && name_len < debug_name.length());
3932 debug_name.Truncate(name_len);
3933 DCHECK_EQ('\0', debug_name.start()[debug_name.length()]);
3935 CompilationInfo info(debug_name, isolate, &zone, flags);
3940 code->Disassemble(debug_name.start(), os);
3948 wasm::WasmName("module"), debug_name);
H A Dregister-allocator.cc1359 InstructionSequence* code, const char* debug_name)
1363 debug_name_(debug_name),
1486 if (debug_name() == nullptr) {
1489 PrintF(" (function: %s)\n", debug_name());
1357 RegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, const char* debug_name) argument
H A Dbytecode-graph-builder.cc144 const char* debug_name = (i == 0) ? "%this" : nullptr; local
145 const Operator* op = common()->Parameter(i, debug_name);
H A Dast-graph-builder.cc519 const char* debug_name = GetDebugParameterName(graph()->zone(), scope, i); local
520 const Operator* op = common()->Parameter(param_num++, debug_name);
H A Djs-typed-lowering.cc1948 const char* debug_name = Builtins::name(builtin_index); local
1951 zone, kReturnCount, argc, debug_name, properties, flags);
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_gpu.h240 char debug_name[64]; member in struct:virtio_gpu_ctx_create
/external/v8/src/ast/
H A Dast-numbering.cc704 DCHECK(!node->debug_name().is_null());
707 node->debug_name()->ToCString().get(),
H A Dprettyprinter.cc1151 buf, "CALL RUNTIME %s code = %p", node->debug_name(),
1154 SNPrintF(buf, "CALL RUNTIME %s", node->debug_name());
H A Dast.cc1112 const char* CallRuntime::debug_name() { function in class:v8::internal::CallRuntime
H A Dast.h2044 const char* debug_name();
2602 Handle<String> debug_name() const { function in class:v8::internal::final
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp2817 const char *debug_name = local
2823 g.enable_debug(debug_name);
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp994 const char* debug_name) {
996 JNI_TRACE("%s(%p)", debug_name, pkey);
1009 Errors::throwExceptionIfNecessary(env, debug_name);
1019 JNI_TRACE("%s(%p) => \"%s\"", debug_name, pkey, tmp);
993 evp_print_func(JNIEnv* env, jobject pkeyRef, print_func* func, const char* debug_name) argument

Completed in 8291 milliseconds

12