Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/
H A Dsymbol.cc27 Symbol::Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name) in Symbol() argument
/third_party/mesa3d/src/util/
H A Danon_file.c115 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 Dmid-tier-register-allocator.h85 const char* debug_name() const { return debug_name_; } in debug_name() function in v8::internal::compiler::final
H A Dcode-generator.cc44 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 Dregister-allocator.h300 const char* debug_name() const { return debug_name_; } in debug_name() function in v8::internal::compiler::RegisterAllocationFlag::final
H A Dmid-tier-register-allocator.cc119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
H A Dregister-allocator.cc1295 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 Dwasm-inlining.h38 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 Dlinkage.cc311 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 Dcommon-operator.h146 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 Dgraph-visualizer.cc205 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in GetVisualizerLogFileName() local
H A Dlinkage.h422 const char* debug_name() const { return debug_name_; } in debug_name() function in v8::internal::compiler::final
H A Dcommon-operator.cc1122 Parameter(int index, const char* debug_name) Parameter() argument
H A Djs-typed-lowering.cc1568 const char* debug_name = Builtins::name(builtin); in ReduceBuiltin() local
H A Dpipeline.cc574 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 Dbytecode-graph-builder.cc662 const char* debug_name = (i == 0) ? "%this" : nullptr; in Environment() local
H A Dwasm-compiler.cc571 Node* WasmGraphBuilder::Param(int index, const char* debug_name) { in Param() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc55 OptimizedCompilationInfo( base::Vector<const char> debug_name, Zone* zone, CodeKind code_kind) OptimizedCompilationInfo() argument
H A Dcompiler.cc314 Handle<String> debug_name = SharedFunctionInfo::DebugName(shared); in LogFunctionCompilation() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp2651 const char *debug_name = in brw_compile_vs() local
/third_party/node/deps/v8/src/ast/
H A Dast.cc1113 const char* CallRuntime::debug_name() { in debug_name() function in v8::CallRuntime
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc117 auto debug_name = in GetFunctionDescription() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc3109 Handle<Code> GenerateBytecodeHandler(Isolate* isolate, const char* debug_name, in GenerateBytecodeHandler() argument
/third_party/skia/src/core/
H A DSkVM.cpp610 Program Builder::done(const char* debug_name, bool allow_jit) const { in done() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc2025 std::unique_ptr<char[]> debug_name = shared.DebugNameCStr(); in HeapObjectShortPrint() local

Completed in 96 milliseconds