Home
last modified time | relevance | path

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

/art/runtime/
Dart_field-inl.h196 inline void ArtField::SetShort(ObjPtr<mirror::Object> object, int16_t s) { in SetShort() function
/art/dexlayout/
Ddex_ir.h773 void SetShort(int16_t s) { u_.short_val_ = s; } in SetShort() function