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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc600 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
605 ShadowFrame* const sf_; member in class:art::FINAL
617 sf_->SetVRegLong(cur_reg_, ReadSplitLongParam());
619 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
626 sf_->SetVRegReference(cur_reg_, stack_ref->AsMirrorPtr());
635 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));

Completed in 19 milliseconds