Lines Matching refs:GetIntegerValue
706 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress()
851 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit()
947 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName()
949 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
954 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName()
979 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
987 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
989 o->GetObjectForDotSeparatedPath("file_descriptor")->GetIntegerValue(); in GenerateThreadName()
1000 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName()
1007 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
1033 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in AddThreadsForPath()