Home
last modified time | relevance | path

Searched defs:stack_index (Results 1 – 12 of 12) sorted by relevance

/external/cronet/tot/third_party/metrics_proto/
Dcall_stack_profile.proto102 optional int32 stack_index = 1; field
/external/cronet/stable/third_party/metrics_proto/
Dcall_stack_profile.proto102 optional int32 stack_index = 1; field
/external/perfetto/src/trace_processor/importers/gecko/
Dgecko_trace_tokenizer.cc140 uint32_t stack_index = samples_schema["stack"].asUInt(); in NotifyEndOfFile() local
/external/cronet/stable/components/metrics/call_stacks/
Dcall_stack_profile_builder.cc208 int stack_index = call_stack_profile->stack_size() - 1; in OnSampleCompleted() local
/external/cronet/tot/components/metrics/call_stacks/
Dcall_stack_profile_builder.cc208 int stack_index = call_stack_profile->stack_size() - 1; in OnSampleCompleted() local
/external/mesa3d/src/glx/
Dindirect_vertex_array_priv.h302 unsigned stack_index; member
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dperl_matcher_common.hpp753 int stack_index = recursion_stack.empty() ? -1 : recursion_stack.back().idx; in match_assert_backref() local
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dperl_matcher_common.hpp798 int stack_index = recursion_stack.empty() ? -1 : recursion_stack.back().idx; in match_assert_backref() local
/external/cronet/stable/base/test/
Dtrace_event_analyzer.cc870 for (int stack_index = static_cast<int>(begin_stack.size()) - 1; in AssociateEvents() local
/external/libchrome/base/test/
Dtrace_event_analyzer.cc816 for (int stack_index = static_cast<int>(begin_stack.size()) - 1; in AssociateEvents() local
/external/cronet/tot/base/test/
Dtrace_event_analyzer.cc870 for (int stack_index = static_cast<int>(begin_stack.size()) - 1; in AssociateEvents() local
/external/pytorch/torch/_dynamo/
Dsymbolic_convert.py267 stack_index: Optional[int] = None variable in BlockStackEntry