Home
last modified time | relevance | path

Searched refs:name_ref (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.cc278 uint32_t name_ref = in ParseRecord() local
315 if (fuchsia_trace_utils::IsInlineString(name_ref)) { in ParseRecord()
317 cursor.ReadInlineString(name_ref, nullptr); in ParseRecord()
319 record->InsertString(name_ref, in ParseRecord()
320 current_provider_->string_table[name_ref]); in ParseRecord()
368 uint32_t name_ref = in ParseRecord() local
378 if (fuchsia_trace_utils::IsInlineString(name_ref)) { in ParseRecord()
380 if (!cursor.ReadInlineString(name_ref, &name_view)) { in ParseRecord()
386 name = current_provider_->string_table[name_ref]; in ParseRecord()
Dfuchsia_trace_parser.cc103 uint32_t name_ref = in ParseTracePacket() local
132 if (fuchsia_trace_utils::IsInlineString(name_ref)) { in ParseTracePacket()
134 if (!cursor.ReadInlineString(name_ref, &name_string_view)) { in ParseTracePacket()
140 name = record->GetString(name_ref); in ParseTracePacket()
/external/llvm-project/lldb/source/Target/
DABI.cpp265 llvm::StringRef name_ref = name; in MapRegisterName() local
266 if (!name_ref.consume_front(from_prefix)) in MapRegisterName()
269 if (name_ref.empty() || to_integer(name_ref, _, 10)) in MapRegisterName()
270 name = (to_prefix + name_ref).str(); in MapRegisterName()
DThreadPlanStepInRange.cpp294 auto name_ref = llvm::StringRef::withNullAsEmpty(name); in SetAvoidRegexp() local
296 *m_avoid_regexp_up = RegularExpression(name_ref); in SetAvoidRegexp()
298 m_avoid_regexp_up = std::make_unique<RegularExpression>(name_ref); in SetAvoidRegexp()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc454 Reference name_ref = shared_meta()->name; in Name() local
456 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny); in Name()
460 size_t name_length = GetAllocSize(name_ref); in Name()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1819 llvm::StringRef name_ref(name); in FindGlobalFunctions() local
1825 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), true, in FindGlobalFunctions()
1981 llvm::StringRef name_ref(name); in FindGlobalVariables() local
1991 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp1234 const llvm::StringRef name_ref = kernel.m_name.GetStringRef(); in CaptureDebugHintScriptGroup2() local
1235 if (name_ref.endswith(expand)) { in CaptureDebugHintScriptGroup2()
1236 const ConstString base_kernel(name_ref.drop_back(expand.size())); in CaptureDebugHintScriptGroup2()