Searched defs:callstack (Results 1 – 8 of 8) sorted by relevance
17 void* callstack[128]; in death_function() local
47 void HeapTracker::RecordMalloc(const std::vector<FrameData>& callstack, in RecordMalloc()205 const std::vector<FrameData>& callstack) { in CreateCallsite()
568 ProfilePacket::Callstack* callstack = in Dump() local
104 for (const ProfilePacket::Callstack& callstack : packet.callstacks()) { in DumpProfilePacket() local
296 const HeapProfileTracker::SourceCallstack& callstack = callstacks[i]; in TEST() local
559 char* callstack = strstr(description, "Crashed:"); in hash_callstack() local
152 #define CALLSTACK_TO_SUBCHANNEL_CALL(callstack) \ argument
48 struct cil_tree_node *callstack; member