Home
last modified time | relevance | path

Searched refs:GetLong (Results 1 – 19 of 19) sorted by relevance

/art/test/551-implicit-null-checks/
Dexpected.txt1 NPE from GetLong
/art/runtime/
Dmethod_handles-inl.h101 setter->SetLong(getter->GetLong()); in PerformConversions()
111 value.SetJ(getter->GetLong()); in PerformConversions()
Dmethod_handles.h155 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function
Dtransaction_test.cc214 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F()
261 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F()
316 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
363 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
Dreflection.cc315 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide) in BuildArgArrayFromObjectArray()
324 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat) in BuildArgArrayFromObjectArray()
334 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble) in BuildArgArrayFromObjectArray()
838 boxed_value.SetJ(primitive_field->GetLong(o)); in UnboxPrimitive()
Dcommon_dex_operations.h109 result->SetJ(field->GetLong(obj)); in DoFieldGetCommon()
Dart_field.h129 int64_t GetLong(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
Dart_field-inl.h208 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) { in GetLong() function
Dclass_linker_test.cc1156 EXPECT_EQ(0x1234567890abcdefLL, s5->GetLong(statics.Get())); in TEST_F()
1183 EXPECT_EQ(INT64_C(0x34567890abcdef12), s5->GetLong(statics.Get())); in TEST_F()
Dthread.cc459 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer))); in FromManagedThread()
Ddebugger.cc1766 field_value.SetJ(f->GetLong(o)); in GetArtFieldValue()
/art/dexlayout/
Ddex_verify.cc599 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()
Ddex_writer.cc144 length = EncodeLongValue(encoded_value->GetLong(), buffer); in WriteEncodedValue()
Ddex_ir.h667 int64_t GetLong() const { return u_.long_val_; } in GetLong() function
Ddexlayout.cc529 fprintf(out_file_, "%" PRId64, data->GetLong()); in DumpEncodedValue()
/art/runtime/mirror/
Demulated_stack_frame.cc120 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function in art::mirror::EmulatedStackFrameAccessor
/art/runtime/interpreter/mterp/
Dmterp.cc774 &ArtField::GetLong); in MterpGet64Static()
/art/runtime/openjdkjvmti/
Dti_heap.cc563 value.j = field.GetLong(src); in ReportPrimitiveFieldCallback()
/art/runtime/arch/
Dstub_test.cc1651 int64_t res = f->GetLong(obj->Get()); in GetSet64Instance()