Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc402 SetEntryPointFromJni(new_native_method); in RegisterNative()
409 SetEntryPointFromJni( in UnregisterNative()
Dart_method.h588 void SetEntryPointFromJni(const void* entrypoint) in SetEntryPointFromJni() function
/art/openjdkjvmti/
Dti_redefine.cc2818 new_method->SetEntryPointFromJni(m.GetEntryPointFromJni()); in UpdateClassStructurally()