Searched refs:SetInt (Results 1 – 12 of 12) sorted by relevance
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 13 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/ |
D | common_dex_operations.h | 201 field->SetInt<transaction_active>(obj, value.GetI()); in DoFieldPutCommon()
|
D | art_field.h | 128 void SetInt(ObjPtr<mirror::Object> object, int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | transaction_test.cc | 238 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F() 338 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
|
D | art_field-inl.h | 204 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
|
D | class_linker_test.cc | 1198 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
|
D | thread.cc | 1209 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
|
D | debugger.cc | 1930 f->SetInt<kNoTransactionMode>(o, static_cast<int32_t>(value)); in SetArtFieldValue()
|
/art/dexlayout/ |
D | dex_ir.h | 775 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt() function
|
D | dex_ir_builder.cc | 1129 item->SetInt(static_cast<int32_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
|
/art/runtime/arch/ |
D | stub_test.cc | 1495 f->SetInt<false>(obj->Get(), res); in GetSet32Instance()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1791 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()
|