Home
last modified time | relevance | path

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

/aosp12/art/test/1945-proxy-method-arguments/
H A 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::__anon6d2a6a520110::GetProxyQuickFrameVisitor
80 DISALLOW_COPY_AND_ASSIGN(GetProxyQuickFrameVisitor);
92 GetProxyQuickFrameVisitor visitor(self, context.get(), proxy_method_frame_depth); in GetProxyReferenceArgument()