Home
last modified time | relevance | path

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

/aosp12/art/libnativebridge/tests/
H A DNeedsNativeBridge_test.cpp26 TEST_F(NativeBridgeTest, NeedsNativeBridge) { in TEST_F() argument
H A Dlibnativebridge_lazy_test.cpp30 TEST_F(NativeBridgeLazyTest, NeedsNativeBridge) { in TEST_F() argument
/aosp12/art/libnativebridge/
H A Dnative_bridge_lazy.cc47 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
H A Dnative_bridge.cc293 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc159 bool NeedsNativeBridge() const { in NeedsNativeBridge() function in art::SharedLibrary