Home
last modified time | relevance | path

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

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