Home
last modified time | relevance | path

Searched refs:method_load_kind (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dsharpening.cc71 MethodLoadKind method_load_kind; in SharpenLoadMethod() local
97 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 …]
Dcode_generator.cc436 MethodLoadKind method_load_kind = call->GetMethodLoadKind(); in CreateCommonInvokeLocationSummary() local
442 method_load_kind == MethodLoadKind::kRecursive) { in CreateCommonInvokeLocationSummary()
448 if (method_load_kind == MethodLoadKind::kRuntimeCall) { in CreateCommonInvokeLocationSummary()
Dnodes.h4979 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 ||
Dinliner.cc1370 if (dispatch_info.method_load_kind == MethodLoadKind::kRuntimeCall) { in TryDevirtualize()
Dinstruction_builder.cc1167 .method_load_kind; in BuildInvoke()