Searched defs:BuildQuickShadowFrameVisitor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc655 class BuildQuickShadowFrameVisitor FINAL : public QuickArgumentVisitor {
657 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, function in class:art::FINAL
667 DISALLOW_COPY_AND_ASSIGN(BuildQuickShadowFrameVisitor);
670 void BuildQuickShadowFrameVisitor::Visit() {
805 BuildQuickShadowFrameVisitor shadow_frame_builder(sp, method->IsStatic(), shorty, shorty_len,
2821 BuildQuickShadowFrameVisitor shadow_frame_builder(sp,

Completed in 180 milliseconds