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

  /art/test/004-JniTest/
jni_test.cc 376 super_(GetClass("JniCallNonvirtualTest")),
378 super_constructor_(GetMethodID(super_, true, "<init>")),
379 super_static_(GetMethodID(super_, false, "staticMethod")),
380 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")),
384 super_field_(GetFieldID(super_, "nonstaticMethodSuperCalled")),
385 sub_field_(GetFieldID(super_, "nonstaticMethodSubCalled")) {}
398 jclass const super_; member in class:art::JniCallNonvirtualVoidMethodTest
487 CallMethod(nullptr, super_, super_static_, false, "null object, super class, super static");
500 CallMethod(nullptr, super_, sub_static_, false, "null object, super class, sub static");
505 jobject super_super = CallConstructor(super_, super_constructor_)
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 319 this.wrappedDate_ = new MockDate.super_(MockDate.currentDateString_);
326 MockDate.super_ = Date;
  /external/v8/src/debug/
mirrors.js 232 ctor.super_ = superCtor.prototype;
    [all...]

Completed in 541 milliseconds