Searched refs:fpr (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc135 FreePageRun* fpr = *it; local
136 DCHECK(fpr->IsFree());
137 size_t fpr_byte_size = fpr->ByteSize(this);
144 << std::hex << reinterpret_cast<intptr_t>(fpr)
150 reinterpret_cast<FreePageRun*>(reinterpret_cast<uint8_t*>(fpr) + req_byte_size);
163 fpr->SetByteSize(this, req_byte_size);
164 DCHECK_EQ(fpr->ByteSize(this) % kPageSize, static_cast<size_t>(0));
166 res = fpr;
233 FreePageRun* fpr = *it; local
236 DCHECK_EQ(last_free_page_run, fpr);
357 FreePageRun* fpr = reinterpret_cast<FreePageRun*>(ptr); local
1221 FreePageRun* fpr = reinterpret_cast<FreePageRun*>(base_ + i * kPageSize); local
1412 FreePageRun* fpr = reinterpret_cast<FreePageRun*>(base_ + i * kPageSize); local
1761 FreePageRun* fpr = reinterpret_cast<FreePageRun*>(base_ + i * kPageSize); local
2004 FreePageRun* fpr = reinterpret_cast<FreePageRun*>(base_ + i * kPageSize); local
[all...]
/art/compiler/optimizing/
H A Dintrinsics_arm64.cc446 FPRegister fpr = (type == DataType::Type::kInt64) ? temps.AcquireD() : temps.AcquireS(); local
448 __ Fmov(fpr, src);
449 __ Cnt(fpr.V8B(), fpr.V8B());
450 __ Addv(fpr.B(), fpr.V8B());
451 __ Fmov(dst, fpr);
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S1579 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return...
1790 // store into fpr, for when it's a fpr return...
1819 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return...

Completed in 75 milliseconds