Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h303 intptr_t GetHighStackIndex(uintptr_t word_size) const { in GetHighStackIndex() argument
306 return GetPayload() - kStackIndexBias + word_size; in GetHighStackIndex()