Searched defs:stack_count (Results 1 – 4 of 4) sorted by relevance
55 pub stack_count: StackCount, field
159 unsigned int stack_count; member
808 int stack_count = argc - SizeToInt(alive_locals_.size()); in MakeUntrackedCode() local876 int stack_count = SizeToInt(interpret_.outputs.size() - alive_locals_.size()); in BreakAtIf() local1109 size_t stack_count = graph->GetFrame(break_bci_).GetStacks().size(); in Init() local
579 let stack_count = if stack.len() == 1 { StackCount::Single } else { StackCount::Multiple }; localVariable