Searched refs:method_load_kind (Results 1 – 5 of 5) sorted by relevance
71 MethodLoadKind method_load_kind; in SharpenLoadMethod() local97 method_load_kind = MethodLoadKind::kRecursive; in SharpenLoadMethod()102 method_load_kind = MethodLoadKind::kRuntimeCall; in SharpenLoadMethod()105 method_load_kind = MethodLoadKind::kBootImageRelRo; in SharpenLoadMethod()107 method_load_kind = MethodLoadKind::kBootImageLinkTimePcRelative; in SharpenLoadMethod()109 method_load_kind = MethodLoadKind::kRuntimeCall; in SharpenLoadMethod()113 method_load_kind = MethodLoadKind::kBssEntry; in SharpenLoadMethod()121 method_load_kind = MethodLoadKind::kJitDirectAddress; in SharpenLoadMethod()126 method_load_kind = MethodLoadKind::kRuntimeCall; in SharpenLoadMethod()131 method_load_kind = MethodLoadKind::kBootImageRelRo; in SharpenLoadMethod()[all …]
436 MethodLoadKind method_load_kind = call->GetMethodLoadKind(); in CreateCommonInvokeLocationSummary() local442 method_load_kind == MethodLoadKind::kRecursive) { in CreateCommonInvokeLocationSummary()448 if (method_load_kind == MethodLoadKind::kRuntimeCall) { in CreateCommonInvokeLocationSummary()
4979 MethodLoadKind method_load_kind;5068 MethodLoadKind GetMethodLoadKind() const { return dispatch_info_.method_load_kind; }5111 return dispatch_info.method_load_kind == MethodLoadKind::kRecursive ||5112 dispatch_info.method_load_kind == MethodLoadKind::kRuntimeCall ||
1370 if (dispatch_info.method_load_kind == MethodLoadKind::kRuntimeCall) { in TryDevirtualize()
1167 .method_load_kind; in BuildInvoke()