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.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.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.h206 field->SetInt<transaction_active>(obj, value.GetI()); in DoFieldPutCommon()
Dart_field.h135 void SetInt(ObjPtr<mirror::Object> object, int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
Dart_field-inl.h215 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
Dtransaction_test.cc244 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F()
344 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
Dclass_linker_test.cc1205 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
Dthread.cc1221 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
/art/dexlayout/
Ddex_ir_builder.cc1130 item->SetInt(static_cast<int32_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
Ddex_ir.h775 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt() function
/art/runtime/dex/
Ddex_file_annotations.cc1770 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()
/art/runtime/arch/
Dstub_test.cc1358 f->SetInt<false>(obj->Get(), res); in GetSet32Instance()