Home | History | Annotate | Download | only in quick

Lines Matching refs:new_label

798   LIR* new_label = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), ArenaAllocator::kAllocLIR));
799 new_label->dalvik_offset = vaddr;
800 new_label->opcode = kPseudoCaseLabel;
801 new_label->operands[0] = keyVal;
802 InsertLIRAfter(it->second, new_label);
803 return new_label;