Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.h139 SetBits(kFlagFp | kFlagCore | kFlagRef); in MarkTypeConflict()
171 return IsBitSet(kFlagCore); in Core()
214 SetBits(kFlagCore); in SetCore()
296 static constexpr uint32_t kFlagCore = 1u << kBitCore; member
307 static constexpr uint32_t kMaskType = kFlagFp | kFlagCore | kFlagRef;
Dtype_inference.cc55 return Type(kFlagLowWord | kFlagWide | kFlagCore); in ShortyType()
60 return Type(kFlagLowWord | kFlagNarrow | kFlagCore); in ShortyType()