Searched refs:EntryStackItem (Results 1 – 2 of 2) sorted by relevance
398 class EntryStackItem; variable456 friend class EntryStackItem; variable1152 class EntryStackItem {1154 EntryStackItem(PerIsolateThreadData* previous_thread_data, in EntryStackItem() function1156 EntryStackItem* previous_item) in EntryStackItem()1165 EntryStackItem* previous_item;1168 DISALLOW_COPY_AND_ASSIGN(EntryStackItem);1220 EntryStackItem* entry_stack_;
2070 EntryStackItem* item = new EntryStackItem(current_data, in Enter()2094 EntryStackItem* item = entry_stack_; in Exit()