Searched refs:EntryStackItem (Results 1 – 2 of 2) sorted by relevance
404 class EntryStackItem; variable453 friend class EntryStackItem; variable1133 class EntryStackItem {1135 EntryStackItem(PerIsolateThreadData* previous_thread_data, in EntryStackItem() function1137 EntryStackItem* previous_item) in EntryStackItem()1146 EntryStackItem* previous_item;1149 DISALLOW_COPY_AND_ASSIGN(EntryStackItem);1205 EntryStackItem* entry_stack_;
2302 EntryStackItem* item = new EntryStackItem(current_data, in Enter()2326 EntryStackItem* item = entry_stack_; in Exit()