Searched defs:obj_reg (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1396 void Codegen::LoadClassFromObject(Reg class_reg, Reg obj_reg) in LoadClassFromObject() 1602 auto obj_reg = codegen->ConvertRegister(location.GetValue(), call_inst->GetInputType(0)); in GetObjectReg() local 1661 Reg obj_reg = GetObjectReg(this, vcall); in CreateUnresolvedVirtualMethodLoad() local 1729 Reg obj_reg = GetObjectReg(this, call_inst); in PrepareCallVirtualAot() local 1740 auto obj_reg = GetObjectReg(this, call_inst); in PrepareCallVirtual() local 1762 Reg obj_reg = GetObjectReg(this, call_inst); in PrepareAndEmitCallVirtual() local 1788 void Codegen::IntfInlineCachePass(CallInst *call_inst, Reg method_reg, Reg tmp_reg, Reg obj_reg) in IntfInlineCachePass() 5233 auto obj_reg = codegen->ConvertRegister(inst->GetSrcReg(0), inst->GetType()); in VisitGetInstanceClass() local
|