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 36 mirror::ArtMethod* native_method = self->GetManagedStack()->GetTopQuickFrame()->AsMirrorPtr(); local
37 if (!native_method->IsFastNative()) {
51 mirror::ArtMethod* native_method = self->GetManagedStack()->GetTopQuickFrame()->AsMirrorPtr(); variable
52 bool is_fast = native_method->IsFastNative();
  /art/patchoat/
patchoat.cc 555 uintptr_t native_method = reinterpret_cast<uintptr_t>( local
557 if (native_method != 0) {
558 copy->SetEntryPointFromJniPtrSize(reinterpret_cast<void*>(native_method + delta_),
    [all...]
  /art/runtime/
jni_internal.cc 3386 void* native_method; local
    [all...]

Completed in 639 milliseconds