Home
last modified time | relevance | path

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

/art/test/1912-get-set-local-primitive/
Dexpected-stdout.txt16 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/
Dexpected-stdout.txt16 …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/
Dcommon_dex_operations.h232 field->SetInt<transaction_active>(obj, value.GetI()); in DoFieldPutCommon()
Dart_field.h143 void SetInt(ObjPtr<mirror::Object> object, int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
Dart_field-inl.h248 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
Dtransaction_test.cc243 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F()
343 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
Dclass_linker_test.cc1221 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
Dthread.cc1246 WellKnownClasses::java_lang_Thread_priority->SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
/art/runtime/arch/
Dstub_test.cc1357 f->SetInt<false>(obj->Get(), res); in GetSet32Instance()
/art/runtime/dex/
Ddex_file_annotations.cc1873 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()