Searched defs:method_load_kind (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dsharpening.cc96 HInvokeStaticOrDirect::MethodLoadKind method_load_kind; local
115 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kRecursive;
121 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kDirectAddress;
126 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kBootImageLinkTimePcRelative;
130 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kBssEntry;
141 method_load_kind, code_ptr_location, method_load_data
H A Dcode_generator_mips.cc7803 HInvokeStaticOrDirect::MethodLoadKind method_load_kind = invoke->GetMethodLoadKind(); local
7811 switch (method_load_kind) {
H A Dnodes.h4452 MethodLoadKind method_load_kind; member in struct:art::FINAL::FINAL::ComparisonBias::FINAL::ClinitCheckRequirement::DispatchInfo
4477 (NeedsCurrentMethodInput(dispatch_info.method_load_kind) ? 1u : 0u) +
4493 bool needs_current_method_input = NeedsCurrentMethodInput(dispatch_info.method_load_kind);
4555 MethodLoadKind GetMethodLoadKind() const { return dispatch_info_.method_load_kind; }

Completed in 259 milliseconds