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

Unified Diff: runtime/vm/profiler.h

Issue 1394673002: Move reusable handles from isolate to thread. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix release build Created 5 years, 2 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 | « runtime/vm/object_graph.cc ('k') | runtime/vm/profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler.h
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
index 3f329016bba0a770c235231601207386dc67b930..ff8e14853d20a9caff4f295efa730c498b5988c8 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -505,7 +505,7 @@ class ProcessedSample : public ZoneAllocated {
}
private:
- void FixupCaller(Isolate* isolate,
+ void FixupCaller(Thread* thread,
Isolate* vm_isolate,
uword pc_marker,
uword* stack_buffer);
« no previous file with comments | « runtime/vm/object_graph.cc ('k') | runtime/vm/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698