Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc72 CodePtrLocation code_ptr_location; in SharpenLoadMethod() local
98 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 …]
Dcode_generator.cc508 CodePtrLocation code_ptr_location = call->GetCodePtrLocation(); in CreateCommonInvokeLocationSummary() local
509 if (code_ptr_location == CodePtrLocation::kCallCriticalNative) { in CreateCommonInvokeLocationSummary()
512 if (code_ptr_location == CodePtrLocation::kCallCriticalNative || in CreateCommonInvokeLocationSummary()
Dnodes.h4895 CodePtrLocation code_ptr_location;
4989 if (dispatch_info_.code_ptr_location == CodePtrLocation::kCallSelf &&
4993 return dispatch_info_.code_ptr_location;
5028 dispatch_info.code_ptr_location == CodePtrLocation::kCallCriticalNative;
Dinliner.cc1272 DCHECK_NE(dispatch_info.code_ptr_location, CodePtrLocation::kCallCriticalNative); in TryDevirtualize()
Dinstruction_builder.cc1096 if (dispatch_info.code_ptr_location == CodePtrLocation::kCallCriticalNative) { in BuildInvoke()
Dcode_generator_arm_vixl.cc9188 desired_dispatch_info.code_ptr_location == CodePtrLocation::kCallCriticalNative) { in GetSupportedInvokeStaticOrDirectDispatch()
9201 dispatch_info.code_ptr_location = CodePtrLocation::kCallArtMethod; in GetSupportedInvokeStaticOrDirectDispatch()