Home
last modified time | relevance | path

Searched refs:intrinsic_type (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.cc121 InvokeType intrinsic_type = GetIntrinsicInvokeType(intrinsic); in CheckInvokeType() local
124 switch (intrinsic_type) { in CheckInvokeType()
147 LOG(FATAL) << "Unknown intrinsic invoke type: " << intrinsic_type; in CheckInvokeType()