Home
last modified time | relevance | path

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

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