Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h172 return GetPayload(); in reg()
177 return GetPayload() >> 16; in low()
182 return GetPayload() & 0xFFFF; in high()
305 return GetPayload() - kStackIndexBias; in GetStackIndex()
311 return GetPayload() - kStackIndexBias + word_size; in GetHighStackIndex()
407 return PolicyField::Decode(GetPayload()); in GetPolicy()
415 return GetPayload(); in GetEncoding()
429 uintptr_t GetPayload() const { in GetPayload() function