| /third_party/skia/third_party/externals/tint/src/ |
| H A D | symbol.cc | 27 Symbol::Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name) in Symbol() argument
|
| /third_party/mesa3d/src/util/ |
| H A D | anon_file.c | 115 os_create_anonymous_file(off_t size, const char *debug_name) in os_create_anonymous_file() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | mid-tier-register-allocator.h | 85 const char* debug_name() const { return debug_name_; } in debug_name() function in v8::internal::compiler::final
|
| H A D | code-generator.cc | 44 CodeGenerator(Zone* codegen_zone, Frame* frame, Linkage* linkage, InstructionSequence* instructions, OptimizedCompilationInfo* info, Isolate* isolate, base::Optional<OsrHelper> osr_helper, int start_source_position, JumpOptimizationInfo* jump_opt, const AssemblerOptions& options, Builtin builtin, size_t max_unoptimized_frame_height, size_t max_pushed_argument_count, const char* debug_name) CodeGenerator() argument
|
| H A D | register-allocator.h | 300 const char* debug_name() const { return debug_name_; } in debug_name() function in v8::internal::compiler::RegisterAllocationFlag::final
|
| H A D | mid-tier-register-allocator.cc | 119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
|
| H A D | register-allocator.cc | 1295 TopTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, RegisterAllocationFlags flags, TickCounter* tick_counter, const char* debug_name) TopTierRegisterAllocationData() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-inlining.h | 38 WasmInliner(Editor* editor, wasm::CompilationEnv* env, uint32_t function_index, SourcePositionTable* source_positions, NodeOriginTable* node_origins, MachineGraph* mcgraph, const wasm::WireBytesStorage* wire_bytes, std::vector<WasmLoopInfo>* loop_infos, const char* debug_name) WasmInliner() argument
|
| H A D | linkage.cc | 311 const char* debug_name = function->name; in GetRuntimeCallDescriptor() local 322 GetCEntryStubCallDescriptor( Zone* zone, int return_count, int js_parameter_count, const char* debug_name, Operator::Properties properties, CallDescriptor::Flags flags, StackArgumentOrder stack_order) GetCEntryStubCallDescriptor() argument
|
| H A D | common-operator.h | 146 ParameterInfo(int index, const char* debug_name) in ParameterInfo() argument 152 const char* debug_name() const { return debug_name_; } in debug_name() function in v8::internal::compiler::final
|
| H A D | graph-visualizer.cc | 205 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in GetVisualizerLogFileName() local
|
| H A D | linkage.h | 422 const char* debug_name() const { return debug_name_; } in debug_name() function in v8::internal::compiler::final
|
| H A D | common-operator.cc | 1122 Parameter(int index, const char* debug_name) Parameter() argument
|
| H A D | js-typed-lowering.cc | 1568 const char* debug_name = Builtins::name(builtin); in ReduceBuiltin() local
|
| H A D | pipeline.cc | 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 1633 std::unique_ptr<char[]> debug_name = data->info()->GetDebugName(); in Run() local 2502 WasmHeapStubCompilationJob(Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) WasmHeapStubCompilationJob() argument 2544 NewWasmHeapStubCompilationJob( Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) NewWasmHeapStubCompilationJob() argument 2886 GenerateCodeForCodeStub( Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, JSGraph* jsgraph, SourcePositionTable* source_positions, CodeKind kind, const char* debug_name, Builtin builtin, const AssemblerOptions& options, const ProfileDataFromFile* profile_data) GenerateCodeForCodeStub() argument 3014 GenerateCodeForWasmNativeStub( CallDescriptor* call_descriptor, MachineGraph* mcgraph, CodeKind kind, const char* debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) GenerateCodeForWasmNativeStub() argument [all...] |
| H A D | bytecode-graph-builder.cc | 662 const char* debug_name = (i == 0) ? "%this" : nullptr; in Environment() local
|
| H A D | wasm-compiler.cc | 571 Node* WasmGraphBuilder::Param(int index, const char* debug_name) { in Param() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | optimized-compilation-info.cc | 55 OptimizedCompilationInfo( base::Vector<const char> debug_name, Zone* zone, CodeKind code_kind) OptimizedCompilationInfo() argument
|
| H A D | compiler.cc | 314 Handle<String> debug_name = SharedFunctionInfo::DebugName(shared); in LogFunctionCompilation() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 2651 const char *debug_name = in brw_compile_vs() local
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.cc | 1113 const char* CallRuntime::debug_name() { in debug_name() function in v8::CallRuntime
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-interface.cc | 117 auto debug_name = in GetFunctionDescription() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 3109 Handle<Code> GenerateBytecodeHandler(Isolate* isolate, const char* debug_name, in GenerateBytecodeHandler() argument
|
| /third_party/skia/src/core/ |
| H A D | SkVM.cpp | 610 Program Builder::done(const char* debug_name, bool allow_jit) const { in done() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 2025 std::unique_ptr<char[]> debug_name = shared.DebugNameCStr(); in HeapObjectShortPrint() local
|