Home
last modified time | relevance | path

Searched refs:SetInt (Results 1 – 12 of 12) 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.h201 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.cc238 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F()
338 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
Dart_field-inl.h204 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
Dclass_linker_test.cc1198 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
Dthread.cc1209 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
Ddebugger.cc1930 f->SetInt<kNoTransactionMode>(o, static_cast<int32_t>(value)); in SetArtFieldValue()
/art/dexlayout/
Ddex_ir.h775 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt() function
Ddex_ir_builder.cc1129 item->SetInt(static_cast<int32_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
/art/runtime/arch/
Dstub_test.cc1495 f->SetInt<false>(obj->Get(), res); in GetSet32Instance()
/art/runtime/dex/
Ddex_file_annotations.cc1791 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()