Home
last modified time | relevance | path

Searched refs:can_allocate (Results 1 – 1 of 1) sorted by relevance

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