Searched defs:SetBits (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dresource_mask.h123 ResourceMask& SetBits(const ResourceMask& other) { function in class:art::ResourceMask
/art/compiler/dex/
H A Dtype_inference.h134 SetBits(kFlagLowWord | kFlagHighWord);
139 SetBits(kFlagFp | kFlagCore | kFlagRef);
202 SetBits(kFlagWide);
206 SetBits(kFlagNarrow);
210 SetBits(kFlagFp);
214 SetBits(kFlagCore);
218 SetBits(kFlagRef);
222 SetBits(kFlagLowWord);
226 SetBits(kFlagHighWord);
337 void SetBits(uint32_ function in struct:art::TypeInference::Type
[all...]

Completed in 68 milliseconds