Searched refs:SetInt (Results 1 – 13 of 13) 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 | 190 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 | 237 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F() 337 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
|
D | art_field-inl.h | 198 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
|
D | class_linker_test.cc | 1182 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
|
D | thread.cc | 1018 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
|
D | debugger.cc | 1963 f->SetInt<kNoTransactionMode>(o, static_cast<int32_t>(value)); in SetArtFieldValue()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 927 &ArtField::SetInt<false>); in MterpSet32Static()
|
/art/dexlayout/ |
D | dex_ir.cc | 225 item->SetInt(static_cast<int32_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
|
D | dex_ir.h | 793 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1597 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()
|
/art/runtime/arch/ |
D | stub_test.cc | 1492 f->SetInt<false>(obj->Get(), res); in GetSet32Instance()
|