Home
last modified time | relevance | path

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

/art/runtime/arch/
Dcode_offset.h49 ALWAYS_INLINE uint32_t CompressedValue() const { in CompressedValue() function
65 return a.CompressedValue() == b.CompressedValue();
73 return a.CompressedValue() < b.CompressedValue();
77 return a.CompressedValue() <= b.CompressedValue();
81 return a.CompressedValue() > b.CompressedValue();
85 return a.CompressedValue() >= b.CompressedValue();
/art/compiler/optimizing/
Dstack_map_stream.cc178 max_native_pc_offset.CompressedValue(), in PrepareForFillIn()
239 native_pc_max = std::max(native_pc_max, entry.native_pc_code_offset.CompressedValue()); in ComputeInvokeInfoEncoding()