Home
last modified time | relevance | path

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

/art/runtime/
Dart_field-inl.h187 inline int32_t ArtField::GetInt(ObjPtr<mirror::Object> object) { in GetInt() function
/art/dexlayout/
Ddex_ir.h666 int32_t GetInt() const { return u_.int_val_; } in GetInt() function