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

  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 38 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); local
39 if (!native_method->IsFastNative()) {
53 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); variable
54 bool is_fast = native_method->IsFastNative();
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
ClassHasNativeVisitorTest.java 41 assertArrayEquals(new String[] { "native_method" }, cv.getMethodsFound());
86 native_method(); method
89 private native void native_method(); method in class:ClassHasNativeVisitorTest.ClassWithNative
  /art/runtime/
java_vm_ext.cc 747 void* native_method; local
751 native_method = libraries_->FindNativeMethod(m, detail);
754 if (native_method == nullptr) {
757 return native_method;

Completed in 52 milliseconds