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

/art/runtime/
H A Dthread.cc876 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate)
878 : StackVisitor(thread, context), os(os), thread(thread), can_allocate(can_allocate),
924 if (can_allocate) {
956 const bool can_allocate; member in struct:art::StackDumpVisitor

Completed in 93 milliseconds