Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Ddebugger_interface.h77 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb);
H A Ddebugger_interface.cc654 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb) { in ForEachNativeDebugSymbol() function
H A Djit_code_cache.cc492 ForEachNativeDebugSymbol([&](const void* addr, size_t, const char* name) { in FreeAllMethodHeaders()