/external/chromium_org/chrome/browser/history/android/ |
sqlite_cursor.h | 99 jlong GetLong(JNIEnv* env, jobject obj, jint column);
|
sqlite_cursor.cc | 89 jlong SQLiteCursor::GetLong(JNIEnv* env, jobject obj, jint column) {
|
sqlite_cursor_unittest.cc | 220 cursor->GetLong(env, NULL, 1));
|
/art/runtime/mirror/ |
art_field.h | 113 int64_t GetLong(Object* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
art_field-inl.h | 186 inline int64_t ArtField::GetLong(Object* object) {
|
/art/runtime/ |
reflection.cc | 303 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide) 312 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat) 322 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble) 762 boxed_value.SetJ(primitive_field->GetLong(o));
|
transaction_test.cc | 145 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); 192 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0)); 244 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0)); 291 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0));
|
class_linker_test.cc | [all...] |
thread.cc | 190 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer))); [all...] |
class_linker.cc | [all...] |
/art/runtime/native/ |
java_lang_reflect_Field.cc | 74 value->SetJ(f->GetLong(o)); 408 NATIVE_METHOD(Field, getLong, "!(Ljava/lang/Object;Z)J"),
|
/art/runtime/interpreter/ |
interpreter_common.cc | 76 shadow_frame.SetVRegLong(vregA, f->GetLong(obj)); [all...] |
/art/runtime/arch/ |
stub_test.cc | [all...] |