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

  /art/runtime/gc/space/
large_object_space.cc 351 AllocationInfo* next_info = info->GetNextInfo(); local
364 uintptr_t next_addr = GetAddressForAllocationInfo(next_info);
371 if (next_info->IsFree()) {
372 AllocationInfo* next_next_info = next_info->GetNextInfo();
380 new_free_info = next_info;
  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress_unittest.cc 520 struct addrinfo next_info;
521 memset(&next_info, 'A', sizeof(next_info));
522 test_info.ai_next = &next_info;
542 memset(&next_info, 0, sizeof(next_info));
543 EXPECT_FALSE(IPFromAddrInfo(&next_info, &addr));
    [all...]
  /external/chromium_org/third_party/webrtc/base/
ipaddress_unittest.cc 503 struct addrinfo next_info;
504 memset(&next_info, 'A', sizeof(next_info));
505 test_info.ai_next = &next_info;
525 memset(&next_info, 0, sizeof(next_info));
526 EXPECT_FALSE(IPFromAddrInfo(&next_info, &addr));
    [all...]

Completed in 2903 milliseconds