Home
last modified time | relevance | path

Searched defs:SetLong (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Dmethod_handles-inl.h93 ALWAYS_INLINE void SetLong(int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function
H A Dart_field-inl.h236 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
/aosp12/art/runtime/mirror/
H A Demulated_stack_frame.cc101 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function in art::mirror::EmulatedStackFrameAccessor
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp848 bool ExifUtilsImpl::SetLong(ExifIfd ifd, ExifTag tag, uint32_t value, in SetLong() function in android::ExifUtilsImpl
/aosp12/art/dexlayout/
H A Ddex_ir.h776 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong() function