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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc433 uint8_t* GetParamAddress() const { function in class:art::QuickArgumentVisitor
678 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
684 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
694 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
885 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
894 val.j = *reinterpret_cast<jlong*>(GetParamAddress());
903 val.i = *reinterpret_cast<jint*>(GetParamAddress());
988 ref_arg_ = reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
1038 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
1092 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
[all...]

Completed in 26 milliseconds