Home
last modified time | relevance | path

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

/art/test/1945-proxy-method-arguments/
Dget_args.cc30 class GetProxyQuickFrameVisitor final : public StackVisitor { class
32 GetProxyQuickFrameVisitor(art::Thread* target, art::Context* ctx, size_t frame_depth) in GetProxyQuickFrameVisitor() function in art::__anon5aebc0660111::GetProxyQuickFrameVisitor
80 DISALLOW_COPY_AND_ASSIGN(GetProxyQuickFrameVisitor);
92 GetProxyQuickFrameVisitor visitor(self, context.get(), proxy_method_frame_depth); in GetProxyReferenceArgument()