Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h167 return GetPayload(); in reg()
172 return GetPayload() >> 16; in low()
177 return GetPayload() & 0xFFFF; in high()
300 return GetPayload() - kStackIndexBias; in GetStackIndex()
306 return GetPayload() - kStackIndexBias + word_size; in GetHighStackIndex()
402 return PolicyField::Decode(GetPayload()); in GetPolicy()
410 return GetPayload(); in GetEncoding()
424 uintptr_t GetPayload() const { in GetPayload() function