Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h160 return GetPayload(); in reg()
165 return GetPayload() >> 16; in low()
170 return GetPayload() & 0xFFFF; in high()
268 return GetPayload() - kStackIndexBias; in GetStackIndex()
274 return GetPayload() - kStackIndexBias + word_size; in GetHighStackIndex()
370 return PolicyField::Decode(GetPayload()); in GetPolicy()
374 return GetPayload(); in GetEncoding()
388 uintptr_t GetPayload() const { in GetPayload() function