Stub to capture method entry/exit.
Added stubs to allow traceview to do method tracing. Currently only
outputs to logcat, and a later change will generate the proper log file.
Change-Id: Icaafc50e2eaf042ddc4d882011f7e8121bdd8b1c
diff --git a/src/dex_cache.h b/src/dex_cache.h
index 8cd9b12..9e35053 100644
--- a/src/dex_cache.h
+++ b/src/dex_cache.h
@@ -33,6 +33,8 @@
Set(MethodIndex(method_idx), method_idx);
}
+ void SetResolvedDirectMethodTraceEntry(uint32_t method_idx, const void* pcode);
+
void SetResolvedDirectMethod(uint32_t method_idx, Method* method);
static size_t LengthAsArray(size_t elements) {