Home
last modified time | relevance | path

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

/art/runtime/
Dart_field-inl.h166 inline int8_t ArtField::GetByte(ObjPtr<mirror::Object> object) { in GetByte() function
/art/dexlayout/
Ddex_ir.h790 int8_t GetByte() const { return u_.byte_val_; } in GetByte() function