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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc380 uint8_t* GetParamAddress() const { function in class:art::QuickArgumentVisitor
619 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
625 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
635 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
799 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
809 val.j = *reinterpret_cast<jlong*>(GetParamAddress());
818 val.i = *reinterpret_cast<jint*>(GetParamAddress());
909 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
1864 long_arg = *reinterpret_cast<jlong*>(GetParamAddress());
1875 double_arg = *reinterpret_cast<uint64_t*>(GetParamAddress());
[all...]

Completed in 41 milliseconds