Searched refs:GetObjectForDotSeparatedPath (Results 1 – 10 of 10) sorted by relevance
622 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()704 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()707 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress()848 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()852 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit()949 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName()951 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()953 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()955 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()956 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName()[all …]
247 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()252 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()262 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
308 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()323 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
104 StructuredData::Object::GetObjectForDotSeparatedPath(llvm::StringRef path) { in GetObjectForDotSeparatedPath() function in StructuredData::Object115 return value->GetObjectForDotSeparatedPath(match.second); in GetObjectForDotSeparatedPath()
253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments()
1814 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()1816 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()1818 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
150 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
459 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
1426 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
1004 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()