Home
last modified time | relevance | path

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

/art/libnativebridge/tests/
DNeedsNativeBridge_test.cpp26 TEST_F(NativeBridgeTest, NeedsNativeBridge) { in TEST_F() argument
27 EXPECT_EQ(false, NeedsNativeBridge(ABI_STRING)); in TEST_F()
32 NeedsNativeBridge(kISAs[i])); in TEST_F()
/art/libnativebridge/
Dnative_bridge_lazy.cc53 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
54 static auto f = GET_FUNC_PTR(NeedsNativeBridge); in NeedsNativeBridge()
Dlibnativebridge.map.txt41 NeedsNativeBridge;
Dnative_bridge.cc258 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
/art/libnativebridge/include/nativebridge/
Dnative_bridge.h47 bool NeedsNativeBridge(const char* instruction_set);
/art/runtime/jni/
Djava_vm_ext.cc159 bool NeedsNativeBridge() const { in NeedsNativeBridge() function in art::SharedLibrary
166 return NeedsNativeBridge() in FindSymbol()
174 CHECK(!NeedsNativeBridge()); in FindSymbolWithoutNativeBridge()
181 CHECK(NeedsNativeBridge()); in FindSymbolWithNativeBridge()
320 const char* arg_shorty = library->NeedsNativeBridge() ? shorty : nullptr; in FindNativeMethodInternal()