Home
last modified time | relevance | path

Searched refs:SetInt (Results 1 – 13 of 13) sorted by relevance

/art/test/1912-get-set-local-primitive/
Dexpected.txt13 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetInt" on remote threa…
14 "SetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) set value: 2147483647
37 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "SetInt" on remote thre…
38 "SetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 2147…
61 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "SetInt" on remote thr…
62 "SetInt" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed to set value 214…
85 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "SetInt" on remote th…
86 "SetInt" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed to set value 21…
/art/runtime/
Dcommon_dex_operations.h190 field->SetInt<transaction_active>(obj, value.GetI()); in DoFieldPutCommon()
Dart_field.h128 void SetInt(ObjPtr<mirror::Object> object, int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
Dtransaction_test.cc237 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F()
337 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
Dart_field-inl.h198 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
Dclass_linker_test.cc1182 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
Dthread.cc1018 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
Ddebugger.cc1963 f->SetInt<kNoTransactionMode>(o, static_cast<int32_t>(value)); in SetArtFieldValue()
/art/runtime/interpreter/mterp/
Dmterp.cc927 &ArtField::SetInt<false>); in MterpSet32Static()
/art/dexlayout/
Ddex_ir.cc225 item->SetInt(static_cast<int32_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
Ddex_ir.h793 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt() function
/art/runtime/dex/
Ddex_file_annotations.cc1597 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()
/art/runtime/arch/
Dstub_test.cc1492 f->SetInt<false>(obj->Get(), res); in GetSet32Instance()