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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc420 uint8_t* GetParamAddress() const { function in class:art::QuickArgumentVisitor
665 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
671 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
681 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
854 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
864 val.j = *reinterpret_cast<jlong*>(GetParamAddress());
873 val.i = *reinterpret_cast<jint*>(GetParamAddress());
967 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
1980 long_arg = *reinterpret_cast<jlong*>(GetParamAddress());
1991 double_arg = *reinterpret_cast<uint64_t*>(GetParamAddress());
[all...]

Completed in 28 milliseconds