HomeSort by relevance Sort by last modified time
    Searched refs:next_info (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
ipaddress_unittest.cc 516 struct addrinfo next_info;
517 memset(&next_info, 'A', sizeof(next_info));
518 test_info.ai_next = &next_info;
538 memset(&next_info, 0, sizeof(next_info));
539 EXPECT_FALSE(IPFromAddrInfo(&next_info, &addr));
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 414 AllocationInfo* next_info = info->GetNextInfo(); local
427 uintptr_t next_addr = GetAddressForAllocationInfo(next_info);
434 if (next_info->IsFree()) {
435 AllocationInfo* next_next_info = next_info->GetNextInfo();
443 new_free_info = next_info;
  /art/compiler/optimizing/
induction_var_range.cc 694 HInductionVarAnalysis::InductionInfo* next_info = nullptr; local
697 if (HasInductionInfo(instruction, instruction, &next_loop, &next_info, &next_trip) &&
700 return GetVal(next_info, next_trip, next_in_body, is_min);
    [all...]

Completed in 229 milliseconds