HomeSort by relevance Sort by last modified time
    Searched refs:native_method (Results 1 - 5 of 5) 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/runtime/mirror/
art_method.cc 353 void ArtMethod::RegisterNative(Thread* self, const void* native_method, bool is_fast) {
357 CHECK(native_method != NULL) << PrettyMethod(this);
361 SetEntryPointFromJni(native_method);
art_method.h 417 void RegisterNative(Thread* self, const void* native_method, bool is_fast)
  /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 504 milliseconds