Home
last modified time | relevance | path

Searched refs:new_native_method (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc468 void* new_native_method = nullptr; in RegisterNative() local
472 /*out*/&new_native_method); in RegisterNative()
483 method->SetEntryPointFromJni(new_native_method); in RegisterNative()
485 critical_native_code_with_clinit_check_.emplace(method, new_native_method); in RegisterNative()
488 method->SetEntryPointFromJni(new_native_method); in RegisterNative()
490 return new_native_method; in RegisterNative()