Searched refs:SetInt (Results 1 – 12 of 12) sorted by relevance
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 16 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetInt" on remote threa… 17 "SetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) set value: 2147483647 49 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "SetInt" on remote thre… 50 "SetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 2147… 82 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "SetInt" on remote thr… 83 "SetInt" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed to set value 214… 115 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "SetInt" on remote th… 116 "SetInt" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed to set value 21… 148 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "SetInt" on remote th… 149 "SetInt" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed to set value 21… [all …]
|
/art/test/1965-get-set-local-primitive-no-tables/ |
D | expected.txt | 16 …tMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetInt" on remote thread. 17 "SetInt" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,java… 49 …gMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetInt" on remote thread. 50 "SetInt" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,jav… 82 …tMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetInt" on remote thread. 83 "SetInt" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer,ja… 115 …eMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetInt" on remote thread. 116 "SetInt" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsumer,j… 148 …tMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "SetInt" on remote thread. 149 "SetInt" on public static void art_test.TestCases1965.ObjectMethod(java.util.function.IntConsumer,j… [all …]
|
/art/runtime/ |
D | common_dex_operations.h | 206 field->SetInt<transaction_active>(obj, value.GetI()); in DoFieldPutCommon()
|
D | art_field.h | 135 void SetInt(ObjPtr<mirror::Object> object, int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 215 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
|
D | transaction_test.cc | 244 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F() 344 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
|
D | class_linker_test.cc | 1205 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
|
D | thread.cc | 1226 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
|
/art/dexlayout/ |
D | dex_ir.h | 775 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt() function
|
D | dex_ir_builder.cc | 1130 item->SetInt(static_cast<int32_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
|
/art/runtime/arch/ |
D | stub_test.cc | 1358 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()
|