Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h176 return KindField::Decode(value_); in GetKind()
246 : value_(KindField::Encode(kind) | PayloadField::Encode(payload)) {} in Location()
252 typedef BitField<Kind, 0, kBitsForKind> KindField; typedef