Searched refs:GetLong (Results 1 – 21 of 21) sorted by relevance
/art/test/551-implicit-null-checks/ |
D | expected.txt | 1 NPE from GetLong
|
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 4 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetLong" on remote thre… 5 "GetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERRO… 28 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetLong" on remote thr… 29 "GetLong" on public static void art.Test1912.LongMethod(java.lang.Runnable) got value: 9001 52 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "GetLong" on remote th… 53 "GetLong" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed due to JVMTI_ER… 76 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetLong" on remote t… 77 "GetLong" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_E…
|
/art/runtime/ |
D | method_handles-inl.h | 112 setter->SetLong(getter->GetLong()); in PerformConversions() 121 value.SetJ(getter->GetLong()); in PerformConversions()
|
D | method_handles.h | 143 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function
|
D | transaction_test.cc | 205 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F() 250 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F() 305 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F() 350 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
|
D | reflection.cc | 318 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide) in BuildArgArrayFromObjectArray() 327 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat) in BuildArgArrayFromObjectArray() 337 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble) in BuildArgArrayFromObjectArray() 843 boxed_value.SetJ(primitive_field->GetLong(o)); in UnboxPrimitive()
|
D | common_dex_operations.h | 133 result->SetJ(field->GetLong(obj)); in DoFieldGetCommon()
|
D | art_field.h | 130 int64_t GetLong(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 208 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) { in GetLong() function
|
D | class_linker_test.cc | 1186 EXPECT_EQ(0x1234567890abcdefLL, s5->GetLong(statics.Get())); in TEST_F() 1213 EXPECT_EQ(INT64_C(0x34567890abcdef12), s5->GetLong(statics.Get())); in TEST_F()
|
D | thread.cc | 479 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer))); in FromManagedThread()
|
D | debugger.cc | 1848 field_value.SetJ(f->GetLong(o)); in GetArtFieldValue()
|
/art/dexlayout/ |
D | dex_verify.cc | 599 if (orig->GetLong() != output->GetLong()) { in VerifyEncodedValue() 603 orig->GetLong(), in VerifyEncodedValue() 604 output->GetLong()); in VerifyEncodedValue() 621 if (orig->GetLong() != output->GetLong()) { in VerifyEncodedValue() 626 orig->GetLong(), in VerifyEncodedValue() 627 output->GetLong()); in VerifyEncodedValue()
|
D | dex_writer.cc | 136 length = EncodeLongValue(encoded_value->GetLong(), buffer); in WriteEncodedValue()
|
D | dex_ir.h | 812 int64_t GetLong() const { return u_.long_val_; } in GetLong() function
|
D | dexlayout.cc | 533 fprintf(out_file_, "%" PRId64, data->GetLong()); in DumpEncodedValue()
|
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 120 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function in art::mirror::EmulatedStackFrameAccessor
|
D | var_handle.cc | 848 return getter->GetLong(); in Get() 859 int64_t raw_value = getter->GetLong(); in Get()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 847 &ArtField::GetLong); in MterpGet64Static()
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 565 value.j = field.GetLong(src); in ReportPrimitiveFieldCallback()
|
/art/runtime/arch/ |
D | stub_test.cc | 1652 int64_t res = f->GetLong(obj->Get()); in GetSet64Instance()
|