Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h614 uint32_t core_spills, uint32_t fp_spills, size_t frame_size, in GetVRegAddr() argument
616 int offset = GetVRegOffset(code_item, core_spills, fp_spills, frame_size, vreg, kRuntimeISA); in GetVRegAddr()
672 uint32_t core_spills, uint32_t fp_spills, in GetVRegOffset() argument
677 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa) in GetVRegOffset()