Home
last modified time | relevance | path

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

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