Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc148 class BuildPortableShadowFrameVisitor : public PortableArgumentVisitor { class
150 BuildPortableShadowFrameVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp, in BuildPortableShadowFrameVisitor() function in art::BuildPortableShadowFrameVisitor
183 DISALLOW_COPY_AND_ASSIGN(BuildPortableShadowFrameVisitor);
206 BuildPortableShadowFrameVisitor shadow_frame_builder(mh, sp, in artPortableToInterpreterBridge()