/art/test/551-implicit-null-checks/ |
D | expected-stdout.txt | 1 NPE from GetLong
|
/art/runtime/ |
D | method_handles-inl.h | 49 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function 186 setter->SetLong(getter->GetLong()); in PerformConversions() 195 value.SetJ(getter->GetLong()); in PerformConversions() 253 setter->SetLong(getter->GetLong()); in CopyArguments()
|
D | reflection.cc | 320 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide) in BuildArgArrayFromObjectArray() 329 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat) in BuildArgArrayFromObjectArray() 339 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble) in BuildArgArrayFromObjectArray() 975 boxed_value.SetJ(primitive_field->GetLong(o)); in UnboxPrimitive()
|
D | transaction_test.cc | 211 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F() 256 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F() 311 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F() 356 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
|
D | common_dex_operations.h | 166 result->SetJ(field->GetLong(obj)); in DoFieldGetCommon()
|
D | art_field.h | 141 int64_t GetLong(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 250 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) { in GetLong() function
|
D | class_linker_test.cc | 1224 EXPECT_EQ(0x1234567890abcdefLL, s5->GetLong(statics.Get())); in TEST_F() 1250 EXPECT_EQ(INT64_C(0x34567890abcdef12), s5->GetLong(statics.Get())); in TEST_F()
|
D | thread.cc | 682 Thread* result = reinterpret_cast64<Thread*>(f->GetLong(thread_peer)); in FromManagedThread()
|
/art/test/1912-get-set-local-primitive/ |
D | expected-stdout.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… 37 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetLong" on remote thr… 38 "GetLong" on public static void art.Test1912.LongMethod(java.lang.Runnable) got value: 9001 70 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "GetLong" on remote th… 71 "GetLong" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed due to JVMTI_ER… 103 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetLong" on remote t… 104 "GetLong" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_E… 136 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "GetLong" on remote t… 137 "GetLong" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed due to JVMTI_E… [all …]
|
/art/dexlayout/ |
D | dex_verify.cc | 612 if (orig->GetLong() != output->GetLong()) { in VerifyEncodedValue() 616 orig->GetLong(), in VerifyEncodedValue() 617 output->GetLong()); in VerifyEncodedValue() 634 if (orig->GetLong() != output->GetLong()) { in VerifyEncodedValue() 639 orig->GetLong(), in VerifyEncodedValue() 640 output->GetLong()); in VerifyEncodedValue()
|
D | dexlayout.cc | 590 fprintf(out_file_, "%" PRId64, data->GetLong()); in DumpEncodedValue() 1774 value = android::base::StringPrintf("%" PRId64, (*it)->GetLong()); in DumpCallSite()
|
D | dex_writer.cc | 134 length = EncodeLongValue(encoded_value->GetLong(), buffer); in WriteEncodedValue()
|
D | dex_ir.h | 802 int64_t GetLong() const { return u_.long_val_; } in GetLong() function
|
/art/test/1965-get-set-local-primitive-no-tables/ |
D | expected-stdout.txt | 4 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "GetLong" on remote thread. 5 "GetLong" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,jav… 37 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "GetLong" on remote thread. 38 "GetLong" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,ja… 70 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "GetLong" on remote thread. 71 "GetLong" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer,j… 103 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "GetLong" on remote thread. 104 "GetLong" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsumer,… 136 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "GetLong" on remote thread. 137 "GetLong" on public static void art_test.TestCases1965.ObjectMethod(java.util.function.IntConsumer,… [all …]
|
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 124 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) { in GetLong() function in art::mirror::EmulatedStackFrameAccessor
|
D | var_handle.cc | 755 return getter->GetLong(); in Get() 766 int64_t raw_value = getter->GetLong(); in Get()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 879 object_proto->set_native_allocation_registry_size_field(af->GetLong(obj)); in FillFieldValues()
|
/art/runtime/arch/ |
D | stub_test.cc | 1527 int64_t res = f->GetLong(obj->Get()); in GetSet64Instance()
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 593 value.j = field.GetLong(src); in ReportPrimitiveFieldCallback()
|
/art/runtime/jni/ |
D | jni_internal.cc | 2799 return reinterpret_cast<void*>(WellKnownClasses::java_nio_Buffer_address->GetLong(buffer)); in GetDirectBufferAddress()
|