Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/native_bridge/
Dnative_bridge.cc95 const android::NativeBridgeRuntimeCallbacks* g_runtime_callbacks = nullptr; variable
408 g_runtime_callbacks = runtime_cbs; in native_bridge_initialize()
629 CHECK(g_runtime_callbacks); in GetJMethodShorty()
630 return (g_runtime_callbacks->getMethodShorty)(env, mid); in GetJMethodShorty()