| 113 | |
| 114 | |
| 115 | void Profiler::addJavaMethod(const void* address, int length, jmethodID method) { |
| 116 | CodeHeap::updateBounds(address, (const char*)address + length); |
| 117 | } |
| 118 | |
| 119 | void Profiler::addRuntimeStub(const void* address, int length, const char* name) { |
| 120 | if (startsWith(name, "Stub Generator ")) { |