Home
last modified time | relevance | path

Searched refs: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
127 MethodIsInterpretedVisitor v(soa.Self(), goal, require_deoptimizable); in Java_Main_isInterpretedFunction()