Searched defs:can_allocate (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc779 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate)
781 : StackVisitor(thread, context), os(os), thread(thread), can_allocate(can_allocate),
828 if (can_allocate) {
845 const bool can_allocate; member in struct:art::StackDumpVisitor

Completed in 36 milliseconds