Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction_test.cc145 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F()
192 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); in TEST_F()
244 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
291 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); in TEST_F()
Dreflection.cc303 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide) in BuildArgArrayFromObjectArray()
312 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat) in BuildArgArrayFromObjectArray()
322 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble) in BuildArgArrayFromObjectArray()
762 boxed_value.SetJ(primitive_field->GetLong(o)); in UnboxPrimitive()
Dclass_linker_test.cc900 EXPECT_EQ(0x1234567890abcdefLL, s5->GetLong(statics.Get())); in TEST_F()
927 EXPECT_EQ(INT64_C(0x34567890abcdef12), s5->GetLong(statics.Get())); in TEST_F()
Dthread.cc187 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer))); in FromManagedThread()
Dclass_linker.cc2057 const uint64_t cookie = cookie_field->GetLong(dex_file); in FindClassInPathClassLoader()
/art/runtime/mirror/
Dart_field.h113 int64_t GetLong(Object* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_field-inl.h186 inline int64_t ArtField::GetLong(Object* object) { in GetLong() function
/art/runtime/native/
Djava_lang_reflect_Field.cc74 value->SetJ(f->GetLong(o)); in GetFieldValue()
/art/runtime/interpreter/
Dinterpreter_common.cc76 shadow_frame.SetVRegLong(vregA, f->GetLong(obj)); in DoFieldGet()
/art/runtime/arch/
Dstub_test.cc1509 int64_t res = f->Get()->GetLong(obj->Get()); in GetSet64Instance()