| Index: runtime/vm/native_entry.cc
|
| ===================================================================
|
| --- runtime/vm/native_entry.cc (revision 27137)
|
| +++ runtime/vm/native_entry.cc (working copy)
|
| @@ -53,6 +53,7 @@
|
| ASSERT(state != NULL);
|
| ApiLocalScope* current_top_scope = state->top_scope();
|
| ApiLocalScope* scope = state->reusable_scope();
|
| + TRACE_NATIVES("0x%" Px "", reinterpret_cast<uintptr_t>(func));
|
| if (scope == NULL) {
|
| scope = new ApiLocalScope(current_top_scope,
|
| isolate->top_exit_frame_info());
|
|
|