HomeSort by relevance Sort by last modified time
    Searched refs:sf_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 147 PortableArgumentVisitor(caller_mh, sp), sf_(sf), cur_reg_(first_arg_reg) { }
153 sf_.SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
157 sf_.SetVRegReference(cur_reg_, *reinterpret_cast<mirror::Object**>(GetParamAddress()));
165 sf_.SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
175 ShadowFrame& sf_; member in class:art::BuildPortableShadowFrameVisitor
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 230 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
238 sf_.SetVRegLong(cur_reg_, ReadSplitLongParam());
240 sf_.SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
245 sf_.SetVRegReference(cur_reg_, *reinterpret_cast<mirror::Object**>(GetParamAddress()));
253 sf_.SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
263 ShadowFrame& sf_; member in class:art::BuildQuickShadowFrameVisitor
  /external/chromium_org/third_party/libjingle/source/talk/base/
natsocketfactory.cc 88 : sf_(sf), family_(family), type_(type), async_(true), connected_(false),
111 socket_ = sf_->CreateInternalSocket(family_, type_, addr, &server_addr_);
312 NATInternalSocketFactory* sf_; member in class:talk_base::NATSocket

Completed in 68 milliseconds