Home
last modified time | relevance | path

Searched refs:arg0_ (Results 1 – 8 of 8) sorted by relevance

/art/runtime/arch/x86/
Dcontext_x86.cc33 gprs_[EAX] = &arg0_; in Reset()
37 arg0_ = 0; in Reset()
Dcontext_x86.h106 uintptr_t esp_, eip_, arg0_; variable
/art/runtime/arch/arm/
Dcontext_arm.cc34 gprs_[R0] = &arg0_; in Reset()
38 arg0_ = 0; in Reset()
Dcontext_arm.h92 uintptr_t sp_, pc_, arg0_; variable
/art/runtime/arch/x86_64/
Dcontext_x86_64.cc32 gprs_[RDI] = &arg0_; in Reset()
36 arg0_ = 0; in Reset()
Dcontext_x86_64.h97 uintptr_t rsp_, rip_, arg0_; variable
/art/runtime/arch/arm64/
Dcontext_arm64.cc42 gprs_[X0] = &arg0_; in Reset()
46 arg0_ = 0; in Reset()
Dcontext_arm64.h100 uintptr_t sp_, pc_, arg0_; variable