Searched refs:code_ptr_location (Results 1 – 6 of 6) sorted by relevance
72 CodePtrLocation code_ptr_location; in SharpenLoadMethod() local98 code_ptr_location = CodePtrLocation::kCallSelf; in SharpenLoadMethod()115 code_ptr_location = CodePtrLocation::kCallArtMethod; in SharpenLoadMethod()123 code_ptr_location = CodePtrLocation::kCallArtMethod; in SharpenLoadMethod()127 code_ptr_location = CodePtrLocation::kCallArtMethod; in SharpenLoadMethod()132 code_ptr_location = CodePtrLocation::kCallArtMethod; in SharpenLoadMethod()135 code_ptr_location = CodePtrLocation::kCallArtMethod; in SharpenLoadMethod()140 code_ptr_location = CodePtrLocation::kCallArtMethod; in SharpenLoadMethod()146 code_ptr_location = CodePtrLocation::kCallCriticalNative; in SharpenLoadMethod()152 code_ptr_location = CodePtrLocation::kCallArtMethod; in SharpenLoadMethod()[all …]
437 CodePtrLocation code_ptr_location = call->GetCodePtrLocation(); in CreateCommonInvokeLocationSummary() local438 if (code_ptr_location == CodePtrLocation::kCallCriticalNative) { in CreateCommonInvokeLocationSummary()441 if (code_ptr_location == CodePtrLocation::kCallCriticalNative || in CreateCommonInvokeLocationSummary()
4980 CodePtrLocation code_ptr_location;5074 if (dispatch_info_.code_ptr_location == CodePtrLocation::kCallSelf &&5078 return dispatch_info_.code_ptr_location;5113 dispatch_info.code_ptr_location == CodePtrLocation::kCallCriticalNative;
1369 DCHECK_NE(dispatch_info.code_ptr_location, CodePtrLocation::kCallCriticalNative); in TryDevirtualize()
1125 if (dispatch_info.code_ptr_location == CodePtrLocation::kCallCriticalNative) { in BuildInvoke()
9469 desired_dispatch_info.code_ptr_location == CodePtrLocation::kCallCriticalNative) { in GetSupportedInvokeStaticOrDirectDispatch()9482 dispatch_info.code_ptr_location = CodePtrLocation::kCallArtMethod; in GetSupportedInvokeStaticOrDirectDispatch()