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

  /art/runtime/gc/space/
large_object_space.cc 376 AllocationInfo* cur_info = &allocation_info_[0]; local
378 while (cur_info < end_info) {
379 if (!cur_info->IsFree()) {
380 size_t alloc_size = cur_info->ByteSize();
381 uint8_t* byte_start = reinterpret_cast<uint8_t*>(GetAddressForAllocationInfo(cur_info));
386 cur_info = cur_info->GetNextInfo();
388 CHECK_EQ(cur_info, end_info);
532 const AllocationInfo* cur_info = local
535 while (cur_info < end_info)
    [all...]
  /art/profman/
profile_assistant.cc 47 ProfileCompilationInfo cur_info; local
48 if (!cur_info.Load(profile_files[i].GetFile()->Fd())) {
52 if (!info.MergeWith(cur_info)) {
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc     [all...]

Completed in 85 milliseconds