Home
last modified time | relevance | path

Searched refs:debug_name (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/util/
Danon_file.c115 os_create_anonymous_file(off_t size, const char *debug_name) in os_create_anonymous_file() argument
119 if (!debug_name) in os_create_anonymous_file()
120 debug_name = "mesa-shared"; in os_create_anonymous_file()
121 fd = memfd_create(debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in os_create_anonymous_file()
123 if (!debug_name) in os_create_anonymous_file()
124 debug_name = "mesa-shared"; in os_create_anonymous_file()
125 fd = syscall(SYS_memfd_create, debug_name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in os_create_anonymous_file()
143 if (debug_name) in os_create_anonymous_file()
144 asprintf(&name, "%s/mesa-shared-%s-XXXXXX", path, debug_name); in os_create_anonymous_file()
Danon_file.h31 int os_create_anonymous_file(off_t size, const char *debug_name);
/third_party/node/deps/v8/src/compiler/
Dpipeline.h69 const char* debug_name, const AssemblerOptions& assembler_options,
76 std::unique_ptr<char[]> debug_name, const AssemblerOptions& options,
83 const char* debug_name, Builtin builtin, const AssemblerOptions& options,
Dwasm-inlining.h42 std::vector<WasmLoopInfo>* loop_infos, const char* debug_name) in WasmInliner() argument
51 debug_name_(debug_name), in WasmInliner()
Dlinkage.cc67 return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount() in operator <<()
311 const char* debug_name = function->name; in GetRuntimeCallDescriptor() local
319 debug_name, properties, flags); in GetRuntimeCallDescriptor()
324 const char* debug_name, Operator::Properties properties, in GetCEntryStubCallDescriptor() argument
377 debug_name, // debug name in GetCEntryStubCallDescriptor()
Dlinkage.h258 const char* debug_name = "", in NON_EXPORTED_BASE()
280 debug_name_(debug_name) { in NON_EXPORTED_BASE()
422 const char* debug_name() const { return debug_name_; } in NON_EXPORTED_BASE()
524 const char* debug_name, Operator::Properties properties, in NON_EXPORTED_BASE()
Dpipeline.cc530 &info()->tick_counter(), debug_name()); in InitializeTopTierRegisterAllocationData()
539 &info()->tick_counter(), debug_name()); in InitializeMidTierRegisterAllocationData()
574 const char* debug_name() const { return debug_name_.get(); } in debug_name() function in v8::internal::compiler::PipelineData
909 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in PrintCode() local
944 code->Disassemble(debug_name.get(), os, isolate); in PrintCode()
1633 std::unique_ptr<char[]> debug_name = data->info()->GetDebugName(); in DECL_PIPELINE_PHASE_CONSTANTS() local
1637 debug_name.get()); in DECL_PIPELINE_PHASE_CONSTANTS()
1910 data->debug_name(), &data->info()->tick_counter()); in DECL_PIPELINE_PHASE_CONSTANTS()
2504 CodeKind kind, std::unique_ptr<char[]> debug_name, in WasmHeapStubCompilationJob() argument
2511 debug_name_(std::move(debug_name)), in WasmHeapStubCompilationJob()
[all …]
Dcommon-operator.h146 ParameterInfo(int index, const char* debug_name) in ParameterInfo() argument
147 : index_(index), debug_name_(debug_name) { in ParameterInfo()
152 const char* debug_name() const { return debug_name_; } in debug_name() function
503 const Operator* Parameter(int index, const char* debug_name = nullptr); in NON_EXPORTED_BASE()
Dcommon-operator.cc175 if (i.debug_name()) os << ", debug name: " << i.debug_name(); in operator <<()
1123 const char* debug_name) { in Parameter() argument
1124 if (!debug_name) { in Parameter()
1140 ParameterInfo(index, debug_name)); // parameter info in Parameter()
Dgraph-visualizer.cc205 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in GetVisualizerLogFileName() local
207 if (strlen(debug_name.get()) > 0) { in GetVisualizerLogFileName()
208 SNPrintF(filename, "turbo-%s-%i", debug_name.get(), optimization_id); in GetVisualizerLogFileName()
Dwasm-compiler.cc571 Node* WasmGraphBuilder::Param(int index, const char* debug_name) { in Param() argument
579 mcgraph()->common()->Parameter(index, debug_name), graph()->start()); in Param()
7683 std::unique_ptr<char[]> debug_name = WasmExportedFunction::GetDebugName(sig); in NewJSToWasmCompilationJob() local
7691 std::move(debug_name), WasmAssemblerOptions()); in NewJSToWasmCompilationJob()
8012 const char* debug_name = "WasmMathIntrinsic"; in CompileWasmMathIntrinsic() local
8013 auto opcode = GetMathIntrinsicOpcode(kind, &debug_name); in CompileWasmMathIntrinsic()
8037 call_descriptor, mcgraph, CodeKind::WASM_TO_JS_FUNCTION, debug_name, in CompileWasmMathIntrinsic()
8145 const char* debug_name = "WasmCapiCall"; in CompileWasmCapiCallWrapper() local
8147 call_descriptor, mcgraph, CodeKind::WASM_TO_CAPI_FUNCTION, debug_name, in CompileWasmCapiCallWrapper()
8199 const char* debug_name = "WasmJSFastApiCall"; in CompileWasmJSFastCallWrapper() local
[all …]
/third_party/skia/third_party/externals/tint/src/
Dsymbol.cc27 Symbol::Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name) in Symbol() argument
28 : val_(val), program_id_(program_id), debug_name_(std::move(debug_name)) {} in Symbol()
Dsymbol.h46 Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name);
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.h36 const char* debug_name = nullptr);
85 const char* debug_name() const { return debug_name_; } in debug_name() function
Dcode-generator.h131 const char* debug_name = nullptr);
Dcode-generator.cc53 const char* debug_name) in CodeGenerator() argument
87 debug_name_(debug_name) { in CodeGenerator()
Dregister-allocator.h258 const char* debug_name = nullptr);
300 const char* debug_name() const { return debug_name_; } in debug_name() function
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc56 base::Vector<const char> debug_name, Zone* zone, CodeKind code_kind) in OptimizedCompilationInfo() argument
60 debug_name_(debug_name) { in OptimizedCompilationInfo()
62 PassesFilter(debug_name, base::CStrVector(FLAG_trace_turbo_filter))); in OptimizedCompilationInfo()
Doptimized-compilation-info.h107 OptimizedCompilationInfo(base::Vector<const char> debug_name, Zone* zone,
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.h20 const char* debug_name,
Dinterpreter-generator.cc3109 Handle<Code> GenerateBytecodeHandler(Isolate* isolate, const char* debug_name, in GenerateBytecodeHandler() argument
3117 CodeKind::BYTECODE_HANDLER, debug_name, builtin); in GenerateBytecodeHandler()
3140 &state, options, ProfileDataFromFile::TryRead(debug_name)); in GenerateBytecodeHandler()
/third_party/gstreamer/gstreamer/gst/
Dgstobject.c451 const gchar *debug_name; in gst_object_dispatch_properties_changed() local
463 debug_name = GST_STR_NULL (name); in gst_object_dispatch_properties_changed()
465 debug_name = ""; in gst_object_dispatch_properties_changed()
473 "deep notification from %s (%s)", debug_name, pspecs[i]->name); in gst_object_dispatch_properties_changed()
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc54 Handle<String> debug_name(closure_info.FunctionDebugName(), isolate_); in GetFunctionDebugName() local
55 if (debug_name->length() > 0) return debug_name; in GetFunctionDebugName()
/third_party/skia/src/core/
DSkVM.cpp610 Program Builder::done(const char* debug_name, bool allow_jit) const { in done() argument
612 if (!debug_name) { in done()
614 debug_name = buf; in done()
617 return {this->optimize(), fStrides, debug_name, allow_jit}; in done()
2620 const char* debug_name) { in setupLLVM() argument
2640 = llvm::Function::Create(fn_type, llvm::GlobalValue::ExternalLinkage, debug_name, *mod); in setupLLVM()
2989 SkString path = SkStringPrintf("/tmp/%s.bc", debug_name); in setupLLVM()
3013 void* function = (void*)ee->getFunctionAddress(debug_name); in setupLLVM()
3021 name = std::string(debug_name)]{ in setupLLVM()
3086 const char* debug_name, bool allow_jit) : Program() { in Program() argument
[all …]
DSkVM.h613 Program done(const char* debug_name = nullptr, bool allow_jit=true) const;
1053 void setupJIT (const std::vector<OptimizedInstruction>&, const char* debug_name);
1054 void setupLLVM (const std::vector<OptimizedInstruction>&, const char* debug_name);

12