Home
last modified time | relevance | path

Searched defs:MethodIsInterpretedVisitor (Results 1 – 1 of 1) sorted by relevance

/art/test/common/
Dstack_inspect.cc70 struct MethodIsInterpretedVisitor : public StackVisitor { struct
72 MethodIsInterpretedVisitor(Thread* thread, ArtMethod* goal, bool require_deoptable) in MethodIsInterpretedVisitor() function
80 virtual bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) { in VisitFrame()
90 bool IsInterpreted() { in IsInterpreted()
94 bool IsFound() { in IsFound()
99 const ArtMethod* goal_;
100 bool method_is_interpreted_;
101 bool method_found_;
102 bool prev_was_runtime_;
103 bool require_deoptable_;