Home | History | Annotate | Download | only in runtime

Lines Matching defs:handle_

72         handle_(handle),
89 android::CloseNativeLibrary(handle_, needs_native_bridge_);
166 return dlsym(handle_, symbol_name.c_str());
174 return android::NativeBridgeGetTrampoline(handle_, symbol_name.c_str(), shorty, len);
188 void* const handle_;