Searched defs:stack_height (Results 1 – 6 of 6) sorted by relevance
77 Entry(int pc_offset, int stack_height, std::vector<Value> changed_values) in Entry()88 int stack_height() const { return stack_height_; } in stack_height() function
140 int stack_height = scope.debug_side_table_entry->stack_height(); in GetStackDepth() local
60 const int stack_height = frame_it->height(); // Accumulator *not* included. in DeoptimizedFrameInfo() local
439 uint32_t stack_height() const { in stack_height() function
784 uint32_t stack_height = cache_state_.stack_height(); in MergeStackWith() local
184 explicit EntryBuilder(int pc_offset, int stack_height, in EntryBuilder()