HomeSort by relevance Sort by last modified time
    Searched refs:GetLong (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 98 jlong GetLong(JNIEnv* env, jobject obj, jint column);
sqlite_cursor.cc 88 jlong SQLiteCursor::GetLong(JNIEnv* env, jobject obj, jint column) {
sqlite_cursor_unittest.cc 209 cursor->GetLong(env, NULL, 1));
  /art/runtime/mirror/
art_field.h 95 int64_t GetLong(const Object* object) const
art_field-inl.h 158 inline int64_t ArtField::GetLong(const Object* object) const {
  /art/runtime/native/
java_lang_reflect_Field.cc 58 value.SetJ(f->GetLong(o));
326 NATIVE_METHOD(Field, getLong, "(Ljava/lang/Object;)J"),
  /art/runtime/
reflection.cc 350 boxed_value.SetJ(primitive_field->GetLong(o));
class_linker_test.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 670 shadow_frame.SetVRegLong(vregA, f->GetLong(obj));
    [all...]

Completed in 1329 milliseconds