Searched defs:GetParamAddress (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc91 byte* GetParamAddress() const { function in class:art::PortableArgumentVisitor
158 sf_.SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
162 sf_.SetVRegReference(cur_reg_, *reinterpret_cast<mirror::Object**>(GetParamAddress()));
170 sf_.SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
245 mirror::Object* obj = *reinterpret_cast<mirror::Object**>(GetParamAddress());
251 val.j = *reinterpret_cast<jlong*>(GetParamAddress());
259 val.i = *reinterpret_cast<jint*>(GetParamAddress());
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc251 byte* GetParamAddress() const { function in class:art::QuickArgumentVisitor
286 uint64_t low_half = *reinterpret_cast<uint32_t*>(GetParamAddress());
461 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
467 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
477 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
567 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
577 val.j = *reinterpret_cast<jlong*>(GetParamAddress());
586 val.i = *reinterpret_cast<jint*>(GetParamAddress());
683 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
1559 long_arg = *reinterpret_cast<jlong*>(GetParamAddress());
[all...]

Completed in 52 milliseconds