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

/art/runtime/
H A Dstack.cc416 : StackVisitor(thread, NULL), frames(0) {}
419 frames++;
423 size_t frames; member in struct:art::NumFramesVisitor
427 return visitor.frames;
512 // TODO: this seems architecture specific for the case of JNI frames.
535 if (cur_quick_frame_ != NULL) { // Handle quick stack frames.
562 // Skip runtime save all callee frames which are used to deliver exceptions.

Completed in 60 milliseconds