HomeSort by relevance Sort by last modified time
    Searched defs:GetNextInfo (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserCredential.h 286 EFI_CREDENTIAL_GET_NEXT_INFO GetNextInfo;
UserCredential2.h 307 EFI_CREDENTIAL2_GET_NEXT_INFO GetNextInfo;
UserManager.h 609 EFI_USER_PROFILE_GET_NEXT_INFO GetNextInfo;
  /art/runtime/gc/space/
large_object_space.cc 278 AllocationInfo* GetNextInfo() {
281 const AllocationInfo* GetNextInfo() const {
386 cur_info = cur_info->GetNextInfo();
411 AllocationInfo* next_info = info->GetNextInfo();
432 AllocationInfo* next_next_info = next_info->GetNextInfo();
445 DCHECK_EQ(info->GetNextInfo(), new_free_info);
545 cur_info = cur_info->GetNextInfo();
564 cur_info = cur_info->GetNextInfo()) {

Completed in 895 milliseconds