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

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 91 byte* GetParamAddress() const {
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/
quick_trampoline_entrypoints.cc 235 byte* GetParamAddress() const {
270 uint64_t low_half = *reinterpret_cast<uint32_t*>(GetParamAddress());
438 sf_->SetVRegLong(cur_reg_, *reinterpret_cast<jlong*>(GetParamAddress()));
444 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
454 sf_->SetVReg(cur_reg_, *reinterpret_cast<jint*>(GetParamAddress()));
544 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
554 val.j = *reinterpret_cast<jlong*>(GetParamAddress());
563 val.i = *reinterpret_cast<jint*>(GetParamAddress());
660 reinterpret_cast<StackReference<mirror::Object>*>(GetParamAddress());
    [all...]

Completed in 64 milliseconds