HomeSort by relevance Sort by last modified time
    Searched refs:SetLong (Results 1 - 17 of 17) sorted by null

  /art/runtime/
method_handles-inl.h 93 ALWAYS_INLINE void SetLong(int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) {
186 setter->SetLong(getter->GetLong());
207 setter->SetLong(value.GetJ());
common_dex_operations.h 204 field->SetLong<transaction_active>(obj, value.GetJ());
art_field.h 133 void SetLong(ObjPtr<mirror::Object> object, int64_t j) REQUIRES_SHARED(Locks::mutator_lock_);
transaction_test.cc 239 longField->SetLong<true>(h_klass.Get(), 1);
339 longField->SetLong<true>(h_instance.Get(), 1);
art_field-inl.h 225 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) {
thread.cc     [all...]
class_linker_test.cc     [all...]
debugger.cc     [all...]
  /external/lzma/CPP/Windows/
Window.h 180 LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr); }
182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); }
188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); }
  /art/runtime/mirror/
emulated_stack_frame.cc 101 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 112 prefs.SetLong('bigNumner', 6000000000)
shared_prefs.py 366 def SetLong(self, key, value):
  /art/dexlayout/
dex_ir.h 776 void SetLong(int64_t l) { u_.long_val_ = l; }
    [all...]
dex_ir_builder.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/dex/
dex_file_annotations.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]

Completed in 957 milliseconds