Home
last modified time | relevance | path

Searched defs:GetShort (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_field-inl.h191 inline int16_t ArtField::GetShort(ObjPtr<mirror::Object> object) { in GetShort() function
/art/dexlayout/
Ddex_ir.h791 int16_t GetShort() const { return u_.short_val_; } in GetShort() function