Home
last modified time | relevance | path

Searched defs:GetLong (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmethod_handles-inl.h49 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function
Dart_field-inl.h225 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) { in GetLong() function
/art/runtime/mirror/
Demulated_stack_frame.cc124 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function in art::mirror::EmulatedStackFrameAccessor
/art/dexlayout/
Ddex_ir.h794 int64_t GetLong() const { return u_.long_val_; } in GetLong() function