Lines Matching refs:stack
28 // 0000 xxxx xxxx xxxx stack origin id
34 // Stack origin id describes a stack memory allocation and contains (in the xxx
36 // stack trace for such origins for performance reasons.
42 // StackDepot keeps a mapping between those and corresponding stack traces.
85 // Returns the next origin in the chain and the current stack trace.
86 Origin getNextChainedOrigin(StackTrace *stack) const {
90 if (stack) *stack = StackDepotGet(stack_id);
103 static Origin CreateHeapOrigin(StackTrace *stack) {
104 u32 stack_id = StackDepotPut(*stack);
110 static Origin CreateChainedOrigin(Origin prev, StackTrace *stack) {
123 StackDepotHandle h = StackDepotPut_WithHandle(*stack);