Home
last modified time | relevance | path

Searched defs:stack_count (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_query_system/src/
Derror.rs55 pub stack_count: StackCount, field
/third_party/mesa3d/src/util/
Dregister_allocate_internal.h159 unsigned int stack_count; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcode_generator.cc808 int stack_count = argc - SizeToInt(alive_locals_.size()); in MakeUntrackedCode() local
876 int stack_count = SizeToInt(interpret_.outputs.size() - alive_locals_.size()); in BreakAtIf() local
1109 size_t stack_count = graph->GetFrame(break_bci_).GetStacks().size(); in Init() local
/third_party/rust/rust/compiler/rustc_query_system/src/query/
Djob.rs579 let stack_count = if stack.len() == 1 { StackCount::Single } else { StackCount::Multiple }; localVariable