Home | History | Annotate | Download | only in runtime

Lines Matching full:can_allocate

876   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;