MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / findNativeMethod

Method findNativeMethod

src/profiler.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284const char* Profiler::findNativeMethod(const void* address) {
285 CodeCache* lib = findLibraryByAddress(address);
286 return lib == NULL ? NULL : lib->binarySearch(address);
287}
288
289CodeBlob* Profiler::findRuntimeStub(const void* address) {
290 return _runtime_stubs.findBlobByAddress(address);

Callers

nothing calls this directly

Calls 1

binarySearchMethod · 0.80

Tested by

no test coverage detected