Searched refs:GetObjectForDotSeparatedPath (Results 1 – 10 of 10) sorted by relevance
621 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()703 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()706 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress()847 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()851 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit()947 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName()949 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()951 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()953 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()954 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName()[all …]
256 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()261 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()271 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
309 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()314 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()324 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
96 StructuredData::Object::GetObjectForDotSeparatedPath(llvm::StringRef path) { in GetObjectForDotSeparatedPath() function in StructuredData::Object107 return value->GetObjectForDotSeparatedPath(match.second); in GetObjectForDotSeparatedPath()
254 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments()
1802 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()1804 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()1806 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
150 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
451 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
1353 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
1022 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()