Home
last modified time | relevance | path

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

/system/core/libnativebridge/tests/
DNeedsNativeBridge_test.cpp38 TEST_F(NativeBridgeTest, NeedsNativeBridge) { in TEST_F() argument
39 EXPECT_EQ(false, NeedsNativeBridge(kRuntimeISA)); in TEST_F()
44 NeedsNativeBridge(kISAs[i])); in TEST_F()
/system/core/include/nativebridge/
Dnative_bridge.h43 bool NeedsNativeBridge(const char* instruction_set);
/system/core/libnativebridge/
Dnative_bridge.cc239 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function