Home
last modified time | relevance | path

Searched defs:stack_id (Results 1 – 18 of 18) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
Dpdt.h85 StackId Find(StackId stack_id, Label label) { in Find()
113 StackId Pop(StackId stack_id) const { in Pop()
118 ssize_t Top(StackId stack_id) const { in Top()
159 StackId stack_id; member
Dexpand.h181 StackId stack_id = stack_->Find(tuple.stack_id, arc.ilabel); in ExpandState() local
890 StackId stack_id = state_table_.Tuple(s).stack_id; in Expand() local
Dcompose.h398 StackId stack_id = stack_.Find(f2.GetState(), label); in FilterParen() local
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc95 static uptr GetCallerPC(u32 stack_id, StackDepotReverseMap *map) { in GetCallerPC()
119 u32 stack_id = m.stack_trace_id(); in ProcessPlatformSpecificAllocationsCb() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_ignoreset.cc23 void IgnoreSet::Add(u32 stack_id) { in Add()
Dtsan_rtl_report.cc107 ReportStack *SymbolizeStackId(u32 stack_id) { in SymbolizeStackId()
377 void ScopedReport::AddSleep(u32 stack_id) { in AddSleep()
/external/chromium_org/tools/profile_chrome/third_party/
Dperf_to_tracing.py74 def __init__(self, stack_id, name, category): argument
113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm): argument
/external/lldb/include/lldb/Target/
DThread.h145 RegisterCheckpoint (const StackID &stack_id) : in RegisterCheckpoint()
179 SetStackID (const StackID &stack_id) in SetStackID()
382 GetFrameWithStackID (const StackID &stack_id) in GetFrameWithStackID()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc105 u32 stack_id = StackDepotPut(stack->trace, stack->size); in MsanAllocate() local
128 u32 stack_id = StackDepotPut(stack->trace, stack->size); in MsanDeallocate() local
Dmsan_report.cc71 u32 stack_id = ChainedOriginDepotGet(o.id(), &prev_id); in DescribeOrigin() local
Dmsan_interceptors.cc846 u32 stack_id = StackDepotPut(stack.trace, stack.size); in __msan_allocated_memory() local
/external/compiler-rt/lib/asan/
Dasan_globals.cc51 u32 stack_id; member
181 u32 stack_id = StackDepotPut(stack.trace, stack.size); in __asan_register_globals() local
Dasan_thread.h45 u32 stack_id; variable
/external/lldb/source/Target/
DStackFrameList.cpp599 CompareStackID (const StackFrameSP &stack_sp, const StackID &stack_id) in CompareStackID()
605 StackFrameList::GetFrameWithStackID (const StackID &stack_id) in GetFrameWithStackID()
DThread.cpp160 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id) : in ThreadEventData()
207 StackID stack_id; in GetStackIDFromEvent() local
/external/chromium_org/v8/src/third_party/vtune/
Djitprofiling.h194 unsigned int stack_id; member
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h155 unsigned int stack_id; member
/external/chromium_org/sync/protocol/
Dsync.proto764 optional string stack_id = 1; field