Searched refs:NeedsNativeBridge (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Djava_vm_ext.cc149 bool NeedsNativeBridge() const { function in class:art::SharedLibrary
156 return NeedsNativeBridge()
164 CHECK(!NeedsNativeBridge());
171 CHECK(NeedsNativeBridge());
295 const char* arg_shorty = library->NeedsNativeBridge() ? shorty : nullptr;

Completed in 42 milliseconds