Searched refs:SetLong (Results 1 – 16 of 16) sorted by relevance
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 16 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetLong" on remote thre… 17 "SetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9223… 40 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "SetLong" on remote thr… 41 "SetLong" on public static void art.Test1912.LongMethod(java.lang.Runnable) set value: 922337203685… 64 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "SetLong" on remote th… 65 "SetLong" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed to set value 92… 88 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "SetLong" on remote t… 89 "SetLong" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed to set value 9…
|
/art/runtime/ |
D | method_handles-inl.h | 112 setter->SetLong(getter->GetLong()); in PerformConversions() 133 setter->SetLong(value.GetJ()); in PerformConversions()
|
D | method_handles.h | 185 ALWAYS_INLINE void SetLong(int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function
|
D | common_dex_operations.h | 193 field->SetLong<transaction_active>(obj, value.GetJ()); in DoFieldPutCommon()
|
D | art_field.h | 133 void SetLong(ObjPtr<mirror::Object> object, int64_t j) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | transaction_test.cc | 238 longField->SetLong<true>(h_klass.Get(), 1); in TEST_F() 338 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
|
D | art_field-inl.h | 219 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
|
D | thread.cc | 2216 ->SetLong<true>(tlsPtr_.opeer, 0); in Destroy() 2219 ->SetLong<false>(tlsPtr_.opeer, 0); in Destroy()
|
D | class_linker_test.cc | 1187 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
|
D | debugger.cc | 1970 f->SetLong<kNoTransactionMode>(o, value); in SetArtFieldValue()
|
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 97 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function in art::mirror::EmulatedStackFrameAccessor
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 939 &ArtField::SetLong<false>); in MterpSet64Static()
|
/art/dexlayout/ |
D | dex_ir.cc | 228 item->SetLong(static_cast<int64_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
|
D | dex_ir.h | 794 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1598 case kLong: field->SetLong<kTransactionActive>(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
|
/art/runtime/arch/ |
D | stub_test.cc | 1656 f->SetLong<false>(obj->Get(), res); in GetSet64Instance()
|