Home
last modified time | relevance | path

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

/aosp_15_r20/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.h269 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
/aosp_15_r20/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
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py378 def SetLong(self, key, value): member in SharedPrefs
/aosp_15_r20/external/lzma/CPP/Windows/
H A DWindow.h259 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() function
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp848 bool ExifUtilsImpl::SetLong(ExifIfd ifd, ExifTag tag, uint32_t value, in SetLong() function in android::ExifUtilsImpl