Home
last modified time | relevance | path

Searched refs:StorageSize (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dreg_storage.h325 size_t StorageSize() const { in StorageSize() function
/art/compiler/dex/quick/
Dralloc_util.cc49 switch (r.StorageSize()) { in RegisterInfo()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc270 ((reg.IsFloat() || reg.StorageSize() > 8) ? kX86FPReg0 : 0) + reg.GetRegNum()); in GetRegMaskCommon()