Home | History | Annotate | Download | only in dex

Lines Matching defs:invoke_type

1309     // Map key: target_method_idx, invoke_type, devirt_target. Ordered to avoid padding.
1313 uint16_t invoke_type;
1323 if (lhs.invoke_type != rhs.invoke_type) {
1324 return lhs.invoke_type < rhs.invoke_type;
1415 static_cast<InvokeType>(entry->invoke_type), is_quick);