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.cc508 MethodLoadKind method_load_kind = call->GetMethodLoadKind(); in CreateCommonInvokeLocationSummary() local
514 method_load_kind == MethodLoadKind::kRecursive) { in CreateCommonInvokeLocationSummary()
520 if (method_load_kind == MethodLoadKind::kRuntimeCall) { in CreateCommonInvokeLocationSummary()
Dnodes.h4848 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 ||
Dinliner.cc1237 if (dispatch_info.method_load_kind == MethodLoadKind::kRuntimeCall) { in TryDevirtualize()
Dinstruction_builder.cc1142 .method_load_kind; in BuildInvoke()