Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc464 void* new_native_method = nullptr; in RegisterNative() local
468 /*out*/&new_native_method); in RegisterNative()
479 method->SetEntryPointFromJni(new_native_method); in RegisterNative()
481 critical_native_code_with_clinit_check_.emplace(method, new_native_method); in RegisterNative()
484 method->SetEntryPointFromJni(new_native_method); in RegisterNative()
486 return new_native_method; in RegisterNative()