Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: runtime/vm/assembler_ia32.h

Issue 1213013002: Update Assembler::TryAllocate to support inline allocation tracing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/assembler_ia32.cc » ('j') | runtime/vm/assembler_ia32.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_ia32.h
diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h
index 7ebea1d02ca3d86ae6bc0f1c29a5f1025553f980..883eb631b2e2b5a1e52cc4fef9b86c56a25e07e3 100644
--- a/runtime/vm/assembler_ia32.h
+++ b/runtime/vm/assembler_ia32.h
@@ -871,6 +871,11 @@ class Assembler : public ValueObject {
return kEntryPointToPcMarkerOffset;
}
+ void MaybeTraceAllocation(intptr_t cid,
+ Register temp_reg,
+ Label* failure,
+ bool near_jump);
srdjan 2015/07/06 22:23:45 Document when is 'failure' jumped to, I would give
Cutch 2015/07/09 23:37:33 Done.
+
void UpdateAllocationStats(intptr_t cid,
Register temp_reg,
Heap::Space space);
« no previous file with comments | « no previous file | runtime/vm/assembler_ia32.cc » ('j') | runtime/vm/assembler_ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698