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

/art/runtime/
H A Dart_field-inl.h63 inline uint32_t ArtField::Get32(mirror::Object* object) { function in class:art::ArtField
186 return Get32(object);
218 bits.SetI(Get32(object));

Completed in 70 milliseconds