Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h76 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb);
Ddebugger_interface.cc651 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb) { in ForEachNativeDebugSymbol() function
Djit_code_cache.cc514 ForEachNativeDebugSymbol([&](const void* addr, size_t, const char* name) { in FreeAllMethodHeaders()