Home
last modified time | relevance | path

Searched refs:SetLong (Results 1 – 15 of 15) sorted by relevance

/art/runtime/
Dmethod_handles-inl.h93 ALWAYS_INLINE void SetLong(int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function
186 setter->SetLong(getter->GetLong()); in PerformConversions()
207 setter->SetLong(value.GetJ()); in PerformConversions()
Dcommon_dex_operations.h209 field->SetLong<transaction_active>(obj, value.GetJ()); in DoFieldPutCommon()
Dart_field.h140 void SetLong(ObjPtr<mirror::Object> object, int64_t j) REQUIRES_SHARED(Locks::mutator_lock_);
Dart_field-inl.h236 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
Dtransaction_test.cc245 longField->SetLong<true>(h_klass.Get(), 1); in TEST_F()
345 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
Dthread.cc2423 ->SetLong<true>(tlsPtr_.opeer, 0); in Destroy()
2426 ->SetLong<false>(tlsPtr_.opeer, 0); in Destroy()
Dclass_linker_test.cc1210 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
/art/test/1912-get-set-local-primitive/
Dexpected.txt19 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetLong" on remote thre…
20 "SetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9223…
52 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "SetLong" on remote thr…
53 "SetLong" on public static void art.Test1912.LongMethod(java.lang.Runnable) set value: 922337203685…
85 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "SetLong" on remote th…
86 "SetLong" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed to set value 92…
118 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "SetLong" on remote t…
119 "SetLong" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed to set value 9…
151 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "SetLong" on remote t…
152 "SetLong" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed to set value 9…
[all …]
/art/test/1965-get-set-local-primitive-no-tables/
Dexpected.txt19 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "SetLong" on remote thread.
20 "SetLong" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,jav…
52 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "SetLong" on remote thread.
53 "SetLong" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,ja…
85 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "SetLong" on remote thread.
86 "SetLong" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer,j…
118 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "SetLong" on remote thread.
119 "SetLong" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsumer,…
151 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "SetLong" on remote thread.
152 "SetLong" on public static void art_test.TestCases1965.ObjectMethod(java.util.function.IntConsumer,…
[all …]
/art/runtime/mirror/
Demulated_stack_frame.cc101 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function in art::mirror::EmulatedStackFrameAccessor
/art/dexlayout/
Ddex_ir_builder.cc1133 item->SetLong(static_cast<int64_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
Ddex_ir.h776 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong() function
/art/runtime/interpreter/
Dinterpreter_common.cc735 setter->SetLong(decoded_value.GetJ()); in PackArgumentForBootstrapMethod()
/art/runtime/dex/
Ddex_file_annotations.cc1771 case kLong: field->SetLong<kTransactionActive>(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
/art/runtime/arch/
Dstub_test.cc1532 f->SetLong<false>(obj->Get(), res); in GetSet64Instance()