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 …]
508 MethodLoadKind method_load_kind = call->GetMethodLoadKind(); in CreateCommonInvokeLocationSummary() local514 method_load_kind == MethodLoadKind::kRecursive) { in CreateCommonInvokeLocationSummary()520 if (method_load_kind == MethodLoadKind::kRuntimeCall) { in CreateCommonInvokeLocationSummary()
4848 MethodLoadKind method_load_kind;4934 MethodLoadKind GetMethodLoadKind() const { return dispatch_info_.method_load_kind; }4966 return dispatch_info.method_load_kind == MethodLoadKind::kRecursive ||4967 dispatch_info.method_load_kind == MethodLoadKind::kRuntimeCall ||
1237 if (dispatch_info.method_load_kind == MethodLoadKind::kRuntimeCall) { in TryDevirtualize()
1142 .method_load_kind; in BuildInvoke()