Searched refs:fpr (Results 1 – 2 of 2) sorted by relevance
137 FreePageRun* fpr = *it; in AllocPages() local138 DCHECK(fpr->IsFree()); in AllocPages()139 size_t fpr_byte_size = fpr->ByteSize(this); in AllocPages()146 << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages()152 reinterpret_cast<FreePageRun*>(reinterpret_cast<uint8_t*>(fpr) + req_byte_size); in AllocPages()165 fpr->SetByteSize(this, req_byte_size); in AllocPages()166 DCHECK_EQ(fpr->ByteSize(this) % kPageSize, static_cast<size_t>(0)); in AllocPages()168 res = fpr; in AllocPages()235 FreePageRun* fpr = *it; in AllocPages() local238 DCHECK_EQ(last_free_page_run, fpr); in AllocPages()[all …]
1440 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return...1683 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return...