HomeSort by relevance Sort by last modified time
    Searched refs:stack_id (Results 1 - 24 of 24) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.cc 23 void IgnoreSet::Add(u32 stack_id) {
27 if (stacks_[i] == stack_id)
30 stacks_[size_++] = stack_id;
tsan_ignoreset.h 26 void Add(u32 stack_id);
tsan_rtl_report.cc 107 ReportStack *SymbolizeStackId(u32 stack_id) {
108 if (stack_id == 0)
111 const uptr *stack = StackDepotGet(stack_id, &ssz);
377 void ScopedReport::AddSleep(u32 stack_id) {
378 rep_->sleep = SymbolizeStackId(stack_id);
tsan_rtl.h 510 void AddSleep(u32 stack_id);
575 ReportStack *SymbolizeStackId(u32 stack_id);
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 49 // 'child_map_' accessed by stack_id and label. The paren_id is
85 StackId Find(StackId stack_id, Label label) {
87 return stack_id; // Non-paren.
92 return stack_id;
96 StackId &child_id = child_map_[make_pair(stack_id, label)];
99 nodes_.push_back(StackNode(stack_id, paren_id));
104 const StackNode &node = nodes_[stack_id];
113 StackId Pop(StackId stack_id) const {
114 return nodes_[stack_id].parent_id;
117 // Returns the paren ID at the top of the stack for 'stack_id'
159 StackId stack_id; member in struct:fst::PdtStateTuple
    [all...]
expand.h 141 if (w != Weight::Zero() && tuple.stack_id == 0)
181 StackId stack_id = stack_->Find(tuple.stack_id, arc.ilabel); local
182 if (stack_id == -1) {
185 } else if ((stack_id != tuple.stack_id) && !keep_parentheses_) {
190 StateTuple ntuple(arc.nextstate, stack_id);
400 StackId si1 = state_table_.Tuple(s1).stack_id;
401 StackId si2 = state_table_.Tuple(s2).stack_id;
890 StackId stack_id = state_table_.Tuple(s).stack_id local
    [all...]
compose.h 398 StackId stack_id = stack_.Find(f2.GetState(), label);
399 if (stack_id < 0) {
402 return FilterState(f1, FilterState2(stack_id));
  /external/chromium_org/tools/profile_chrome/third_party/
perf_to_tracing.py 74 def __init__(self, stack_id, name, category):
75 self.stack_id = stack_id
86 if self.stack_id:
93 out_dict[self.stack_id] = node_dict
113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm):
114 self.stack_id = stack_id
130 assert self.stack_id != 0
131 if self.stack_id
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 95 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) {
96 CHECK(stack_id);
98 const uptr *trace = map->Get(stack_id, &size);
119 u32 stack_id = m.stack_trace_id(); local
121 if (stack_id > 0)
122 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map);
  /external/lldb/include/lldb/Target/
Thread.h 85 ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id);
145 RegisterCheckpoint (const StackID &stack_id) :
146 m_stack_id (stack_id),
179 SetStackID (const StackID &stack_id)
181 m_stack_id = stack_id;
382 GetFrameWithStackID (const StackID &stack_id)
384 if (stack_id.IsValid())
385 return GetStackFrameList()->GetFrameWithStackID (stack_id);
    [all...]
StackFrameList.h 46 GetFrameWithStackID (const StackID &stack_id);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 105 u32 stack_id = StackDepotPut(stack->trace, stack->size); local
106 CHECK(stack_id);
108 ChainedOriginDepotPut(stack_id, Origin::kHeapRoot, &id);
128 u32 stack_id = StackDepotPut(stack->trace, stack->size); local
129 CHECK(stack_id);
131 ChainedOriginDepotPut(stack_id, Origin::kHeapRoot, &id);
msan_report.cc 71 u32 stack_id = ChainedOriginDepotGet(o.id(), &prev_id); local
76 const char *so = GetStackOriginDescr(stack_id, &pc);
81 const uptr *trace = StackDepotGet(stack_id, &size);
89 const uptr *trace = StackDepotGet(stack_id, &size);
msan_interceptors.cc 846 u32 stack_id = StackDepotPut(stack.trace, stack.size); local
848 ChainedOriginDepotPut(stack_id, Origin::kHeapRoot, &id);
    [all...]
  /external/compiler-rt/lib/asan/
asan_globals.cc 51 u32 stack_id; member in struct:__asan::GlobalRegistrationSite
98 return grs.stack_id;
181 u32 stack_id = StackDepotPut(stack.trace, stack.size); local
186 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]};
190 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1]);
asan_thread.h 40 stack_id(0),
45 u32 stack_id; member in class:__asan::AsanThreadContext
asan_thread.cc 33 stack_id = StackDepotPut(args->stack->trace, args->stack->size);
asan_report.cc 535 const uptr *stack_trace = StackDepotGet(context->stack_id, &stack_size);
    [all...]
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 142 ** Note: when reporting iJVM_EVENT_TYPE_ENTER_NIDS, there is no need to fill in the stack_id
226 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = (threadStack->CurrentStack)--;
253 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = ++(threadStack->CurrentStack) + 1;
255 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id > threadStack->TopStack)
256 ((piJIT_Method_NIDS) EventSpecificData)->stack_id = (unsigned int)-1;
jitprofiling.h 194 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 105 * in the stack_id field in the iJIT_Method_NIDS structure, as VTune fills it.
191 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
221 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
224 if (((piJIT_Method_NIDS) EventSpecificData)->stack_id
226 ((piJIT_Method_NIDS) EventSpecificData)->stack_id =
jitprofiling.h 155 unsigned int stack_id; member in struct:_iJIT_Method_NIDS
  /external/lldb/source/Target/
StackFrameList.cpp 599 CompareStackID (const StackFrameSP &stack_sp, const StackID &stack_id)
601 return stack_sp->GetStackID() < stack_id;
605 StackFrameList::GetFrameWithStackID (const StackID &stack_id)
609 if (stack_id.IsValid())
618 collection::const_iterator pos = std::lower_bound (begin, end, stack_id, CompareStackID);
619 if (pos != end && (*pos)->GetStackID() == stack_id)
622 if (m_frames.back()->GetStackID() < stack_id)
628 if (frame_sp && frame_sp->GetStackID() == stack_id)
    [all...]
Thread.cpp 160 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id) :
162 m_stack_id (stack_id)
207 StackID stack_id; local
210 stack_id = event_data->GetStackID();
211 return stack_id;
    [all...]

Completed in 455 milliseconds