Lines Matching refs:GetObjectForDotSeparatedPath
619 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
701 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
704 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress()
845 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
849 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit()
945 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName()
947 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
949 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
951 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
952 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName()
956 if (main_info->GetObjectForDotSeparatedPath("all_addresses_are_same") in GenerateThreadName()
961 if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
965 } else if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
977 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
985 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
987 o->GetObjectForDotSeparatedPath("file_descriptor")->GetIntegerValue(); in GenerateThreadName()
998 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName()
1005 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
1017 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath()
1020 o->GetObjectForDotSeparatedPath("trace")->GetAsArray()->ForEach( in AddThreadsForPath()
1030 o->GetObjectForDotSeparatedPath("thread_os_id"); in AddThreadsForPath()
1053 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()