Home
last modified time | relevance | path

Searched defs:NeedsNativeBridge (Results 1 – 4 of 4) sorted by relevance

/art/libnativebridge/tests/
DNeedsNativeBridge_test.cpp26 TEST_F(NativeBridgeTest, NeedsNativeBridge) { in TEST_F() argument
/art/libnativebridge/
Dnative_bridge_lazy.cc53 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
Dnative_bridge.cc258 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
/art/runtime/jni/
Djava_vm_ext.cc159 bool NeedsNativeBridge() const { in NeedsNativeBridge() function in art::SharedLibrary