Searched refs:SetLong (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | method_handles-inl.h | 93 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()
|
D | common_dex_operations.h | 209 field->SetLong<transaction_active>(obj, value.GetJ()); in DoFieldPutCommon()
|
D | art_field.h | 140 void SetLong(ObjPtr<mirror::Object> object, int64_t j) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 236 inline void ArtField::SetLong(ObjPtr<mirror::Object> object, int64_t j) { in SetLong() function
|
D | transaction_test.cc | 245 longField->SetLong<true>(h_klass.Get(), 1); in TEST_F() 345 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
|
D | class_linker_test.cc | 1210 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
|
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 19 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/ |
D | expected.txt | 19 …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/ |
D | emulated_stack_frame.cc | 101 ALWAYS_INLINE void SetLong(const int64_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLong() function in art::mirror::EmulatedStackFrameAccessor
|
/art/dexlayout/ |
D | dex_ir.h | 776 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong() function
|
D | dex_ir_builder.cc | 1133 item->SetLong(static_cast<int64_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 735 setter->SetLong(decoded_value.GetJ()); in PackArgumentForBootstrapMethod()
|
/art/runtime/arch/ |
D | stub_test.cc | 1532 f->SetLong<false>(obj->Get(), res); in GetSet64Instance()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1792 case kLong: field->SetLong<kTransactionActive>(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
|