Home
last modified time | relevance | path

Searched refs:debug_name_ (Results 1 - 16 of 16) sorted by relevance

/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()
93 const char* const debug_name_; member in v8::internal::compiler::final
H A Dcode-generator.h471 const char* debug_name_ = nullptr; member in v8::internal::compiler::final
H A Dregister-allocator.h300 const char* debug_name() const { return debug_name_; } in debug_name()
361 const char* const debug_name_; member in v8::internal::compiler::RegisterAllocationFlag::final
H A Dcode-generator.cc87 debug_name_(debug_name) { in CodeGenerator()
H A Dmid-tier-register-allocator.cc127 debug_name_(debug_name), in MidTierRegisterAllocationData()
H A Dregister-allocator.cc1303 debug_name_(debug_name), in TopTierRegisterAllocationData()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.h51 debug_name_(debug_name), in WasmInliner()
109 const char* debug_name_; member in v8::internal::compiler::final
H A Dlinkage.h280 debug_name_(debug_name) {
422 const char* debug_name() const { return debug_name_; } in debug_name()
476 const char* const debug_name_; member in v8::internal::compiler::final
H A Dcommon-operator.h147 : index_(index), debug_name_(debug_name) { in ParameterInfo()
152 const char* debug_name() const { return debug_name_; } in debug_name()
156 const char* debug_name_; member in v8::internal::compiler::final
H A Dpipeline.cc152 debug_name_(info_->GetDebugName()), in PipelineData()
204 debug_name_(info_->GetDebugName()), in PipelineData()
247 debug_name_(info_->GetDebugName()), in PipelineData()
290 debug_name_(info_->GetDebugName()), in PipelineData()
559 FLAG_trace_turbo_stack_accesses ? debug_name_.get() : nullptr); in InitializeCodeGenerator()
574 const char* debug_name() const { return debug_name_.get(); } in debug_name()
604 std::unique_ptr<char[]> debug_name_; member in v8::internal::compiler::PipelineData
2511 debug_name_(std::move(debug_name)), in WasmHeapStubCompilationJob()
2512 info_(base::CStrVector(debug_name_.get()), graph->zone(), kind), in WasmHeapStubCompilationJob()
2533 std::unique_ptr<char[]> debug_name_; member in v8::internal::compiler::final
[all...]
H A Dwasm-inlining.cc145 function_index_, debug_name_); in Finalize()
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc60 debug_name_(debug_name) { in OptimizedCompilationInfo()
143 base::Vector<const char> name_vec = debug_name_; in GetDebugName()
H A Doptimized-compilation-info.h294 base::Vector<const char> debug_name_; member in v8::internal::final
/third_party/skia/third_party/externals/tint/src/
H A Dsymbol.cc28 : val_(val), program_id_(program_id), debug_name_(std::move(debug_name)) {} in Symbol()
H A Dsymbol.h18 // If TINT_SYMBOL_STORE_DEBUG_NAME is 1, Symbol instances store a `debug_name_`
93 std::string debug_name_; member in tint::Symbol
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4905 DCHECK_NOT_NULL(debug_name_); in IncrementStackAccessCounter()
4911 ExternalReference::address_of_load_from_stack_count(debug_name_)); in IncrementStackAccessCounter()
4915 ExternalReference::address_of_store_to_stack_count(debug_name_)); in IncrementStackAccessCounter()

Completed in 47 milliseconds