Searched refs:IsInitObject (Results 1 – 5 of 5) sorted by relevance
28 if (inst->IsInitObject()) { in MethodProperties()
361 …ASSERT(inst->IsStaticCall() || inst->IsVirtualCall() || inst->IsInitObject() || inst->IsIntrinsic(… in InsertSpillsForDynInputsInst()522 …ASSERT(inst->IsStaticCall() || inst->IsVirtualCall() || inst->IsInitObject() || inst->IsIntrinsic(… in CalculateNumNeededTempsForInst()
204 ASSERT(CurrentInst()->IsPhi() || CurrentInst()->IsCall() || CurrentInst()->IsInitObject() || in Inputs()
234 ASSERT(CurrentInst()->IsPhi() || CurrentInst()->IsCall() || CurrentInst()->IsInitObject() || in Inputs()
1022 bool IsInitObject() const in IsInitObject() function