Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction_test.cc213 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F()
260 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F()
315 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
362 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
Dreflection.cc296 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide) in BuildArgArrayFromObjectArray()
305 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat) in BuildArgArrayFromObjectArray()
315 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble) in BuildArgArrayFromObjectArray()
804 boxed_value.SetJ(primitive_field->GetLong(o)); in UnboxPrimitive()
Dart_field.h115 int64_t GetLong(mirror::Object* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_field-inl.h197 inline int64_t ArtField::GetLong(mirror::Object* object) { in GetLong() function
Dclass_linker_test.cc919 EXPECT_EQ(0x1234567890abcdefLL, s5->GetLong(statics.Get())); in TEST_F()
946 EXPECT_EQ(INT64_C(0x34567890abcdef12), s5->GetLong(statics.Get())); in TEST_F()
Dthread.cc290 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer))); in FromManagedThread()
Ddebugger.cc1795 field_value.SetJ(f->GetLong(o)); in GetArtFieldValue()
/art/runtime/interpreter/
Dinterpreter_common.cc80 shadow_frame.SetVRegLong(vregA, f->GetLong(obj)); in DoFieldGet()
/art/runtime/arch/
Dstub_test.cc2033 int64_t res = f->GetLong(obj->Get()); in GetSet64Instance()