Home
last modified time | relevance | path

Searched refs:SetLong (Results 1 – 16 of 16) sorted by relevance

/art/test/1912-get-set-local-primitive/
Dexpected.txt16 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/
Dmethod_handles-inl.h112 setter->SetLong(getter->GetLong()); in PerformConversions()
133 setter->SetLong(value.GetJ()); in PerformConversions()
Dmethod_handles.h185 ALWAYS_INLINE void SetLong(int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function
Dcommon_dex_operations.h193 field->SetLong<transaction_active>(obj, value.GetJ()); in DoFieldPutCommon()
Dart_field.h133 void SetLong(ObjPtr<mirror::Object> object, int64_t j) REQUIRES_SHARED(Locks::mutator_lock_);
Dtransaction_test.cc238 longField->SetLong<true>(h_klass.Get(), 1); in TEST_F()
338 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
Dart_field-inl.h219 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
Dthread.cc2216 ->SetLong<true>(tlsPtr_.opeer, 0); in Destroy()
2219 ->SetLong<false>(tlsPtr_.opeer, 0); in Destroy()
Dclass_linker_test.cc1187 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
Ddebugger.cc1970 f->SetLong<kNoTransactionMode>(o, value); in SetArtFieldValue()
/art/runtime/mirror/
Demulated_stack_frame.cc97 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function in art::mirror::EmulatedStackFrameAccessor
/art/runtime/interpreter/mterp/
Dmterp.cc939 &ArtField::SetLong<false>); in MterpSet64Static()
/art/dexlayout/
Ddex_ir.cc228 item->SetLong(static_cast<int64_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
Ddex_ir.h794 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong() function
/art/runtime/dex/
Ddex_file_annotations.cc1598 case kLong: field->SetLong<kTransactionActive>(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
/art/runtime/arch/
Dstub_test.cc1656 f->SetLong<false>(obj->Get(), res); in GetSet64Instance()