Searched refs:new_inst (Results 1 – 3 of 3) sorted by relevance
216 HNewInstance* new_inst = allocation_inst->AsNewInstance(); in VisitConstructorFence() local219 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) { in VisitConstructorFence()
1178 HNewInstance* new_inst = allocation->AsNewInstance(); in BuildConstructorFenceForAllocation() local1179 HLoadClass* load_class = new_inst->GetLoadClass(); in BuildConstructorFenceForAllocation()
114 auto new_inst = cir_->Alloc<lir::Bytecode>(); in Transform() local115 new_inst->opcode = dex::OP_NOP; in Transform()116 cir_->instructions.InsertBefore(bc, new_inst); in Transform()