Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles-inl.h93 ALWAYS_INLINE void SetLong(int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function
Dart_field-inl.h225 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
/art/runtime/mirror/
Demulated_stack_frame.cc101 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function in art::mirror::EmulatedStackFrameAccessor
/art/dexlayout/
Ddex_ir.h776 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong() function