Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dmethod_handles-inl.h49 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function
H A Dart_field-inl.h225 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) { in GetLong() function
/aosp12/art/runtime/mirror/
H A Demulated_stack_frame.cc124 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function in art::mirror::EmulatedStackFrameAccessor
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp443 int64_t LogEvent::GetLong(size_t key, status_t* err) const { in GetLong() function in android::os::statsd::LogEvent
/aosp12/system/keymaster/tests/
H A Dauthorization_set_test.cpp453 TEST(GetValue, GetLong) { in TEST() argument
/aosp12/art/dexlayout/
H A Ddex_ir.h794 int64_t GetLong() const { return u_.long_val_; } in GetLong() function