Searched refs:new_native_method (Results 1 – 1 of 1) sorted by relevance
470 void* new_native_method = nullptr; in RegisterNative() local474 /*out*/&new_native_method); in RegisterNative()485 method->SetEntryPointFromJni(new_native_method); in RegisterNative()487 critical_native_code_with_clinit_check_.emplace(method, new_native_method); in RegisterNative()490 method->SetEntryPointFromJni(new_native_method); in RegisterNative()492 return new_native_method; in RegisterNative()