Home
last modified time | relevance | path

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

/art/runtime/
Dart_field-inl.h176 inline uint16_t ArtField::GetChar(ObjPtr<mirror::Object> object) { in GetChar() function
/art/dexlayout/
Ddex_ir.h792 uint16_t GetChar() const { return u_.char_val_; } in GetChar() function