Searched refs:can_allocate (Results 1 – 1 of 1) sorted by relevance
864 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate) in StackDumpVisitor()866 : StackVisitor(thread, context), os(os), thread(thread), can_allocate(can_allocate), in StackDumpVisitor()912 if (can_allocate) { in VisitFrame()944 const bool can_allocate; member