Lines Matching refs:GetIntegerValue
707 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress()
852 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit()
949 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName()
951 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
956 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName()
981 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
989 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
991 o->GetObjectForDotSeparatedPath("file_descriptor")->GetIntegerValue(); in GenerateThreadName()
1002 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName()
1009 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
1035 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in AddThreadsForPath()