Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_field-inl.h261 inline double ArtField::GetDouble(ObjPtr<mirror::Object> object) { in GetDouble() function
/aosp12/art/dexlayout/
H A Ddex_ir.h796 double GetDouble() const { return u_.double_val_; } in GetDouble() function