Searched refs:CopyRegister2 (Results 1 – 3 of 3) sorted by relevance
/art/runtime/verifier/ |
D | register_line-inl.h | 120 inline void RegisterLine::CopyRegister2(MethodVerifier* verifier, uint32_t vdst, uint32_t vsrc) { in CopyRegister2() function
|
D | register_line.h | 87 void CopyRegister2(MethodVerifier* verifier, uint32_t vdst, uint32_t vsrc)
|
D | method_verifier.cc | 2113 work_line_->CopyRegister2(this, inst->VRegA_12x(), inst->VRegB_12x()); in CodeFlowVerifyInstruction() 2116 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x()); in CodeFlowVerifyInstruction() 2119 work_line_->CopyRegister2(this, inst->VRegA_32x(), inst->VRegB_32x()); in CodeFlowVerifyInstruction()
|