Searched refs:IsQuickened (Results 1 – 5 of 5) sorted by relevance
60 return inst->IsQuickened() || inst->Opcode() == Instruction::NOP; in NeedsIndexForInstruction()
198 return inst->IsQuickened() ? NextIndex() : index; in GetIndexForInstruction()200 DCHECK(!inst->IsQuickened()); in GetIndexForInstruction()219 DCHECK(!inst->IsQuickened()); in Compile()
561 bool IsQuickened() const { in IsQuickened() function
1412 if (iter->IsQuickened()) { in MethodContainsRSensitiveAccess()
966 ASSERT_FALSE(inst->IsQuickened()) << inst->Opcode() << " " << output_; in CheckResult()