Searched refs:kDexCacheViaMethod (Results 1 - 11 of 11) sorted by path

/art/compiler/optimizing/
H A Dcode_generator.cc318 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod:
H A Dcode_generator_arm.cc5173 return HLoadString::LoadKind::kDexCacheViaMethod;
5197 return HLoadString::LoadKind::kDexCacheViaMethod;
5200 case HLoadString::LoadKind::kDexCacheViaMethod:
5212 if (load_kind == HLoadString::LoadKind::kDexCacheViaMethod ||
5273 case HLoadString::LoadKind::kDexCacheViaMethod: {
6271 dispatch_info.method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod;
6361 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod: {
H A Dcode_generator_arm64.cc3668 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod: {
4000 return HLoadString::LoadKind::kDexCacheViaMethod;
4020 case HLoadString::LoadKind::kDexCacheViaMethod:
4031 if (load->GetLoadKind() == HLoadString::LoadKind::kDexCacheViaMethod) {
4105 case HLoadString::LoadKind::kDexCacheViaMethod: {
H A Dcode_generator_mips.cc3799 return HLoadString::LoadKind::kDexCacheViaMethod;
3808 // TODO: Implement these types. For the moment, we fall back to kDexCacheViaMethod.
3810 HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod,
3857 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod: {
H A Dcode_generator_mips64.cc3014 return HLoadString::LoadKind::kDexCacheViaMethod;
3023 // TODO: Implement these types. For the moment, we fall back to kDexCacheViaMethod.
3025 HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod,
3072 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod: {
H A Dcode_generator_x86.cc4294 dispatch_info.method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod;
4365 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod: {
5973 return HLoadString::LoadKind::kDexCacheViaMethod;
5992 return HLoadString::LoadKind::kDexCacheViaMethod;
6000 case HLoadString::LoadKind::kDexCacheViaMethod:
6012 if (load_kind == HLoadString::LoadKind::kDexCacheViaMethod ||
6061 case HLoadString::LoadKind::kDexCacheViaMethod: {
H A Dcode_generator_x86_64.cc795 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod: {
5406 return HLoadString::LoadKind::kDexCacheViaMethod;
5427 case HLoadString::LoadKind::kDexCacheViaMethod:
5438 if (load->GetLoadKind() == HLoadString::LoadKind::kDexCacheViaMethod) {
5484 case HLoadString::LoadKind::kDexCacheViaMethod: {
H A Dinstruction_builder.cc860 HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod,
H A Dnodes.cc2379 if (GetMethodLoadKind() != MethodLoadKind::kDexCacheViaMethod) {
2421 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod:
2464 DCHECK_EQ(GetLoadKind(), LoadKind::kDexCacheViaMethod); member in class:art::LoadKind
2467 if (load_kind != LoadKind::kDexCacheViaMethod) {
2489 case HLoadString::LoadKind::kDexCacheViaMethod:
H A Dnodes.h3867 kDexCacheViaMethod, member in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::ClinitCheckRequirement::MethodLoadKind
4065 return kind == MethodLoadKind::kRecursive || kind == MethodLoadKind::kDexCacheViaMethod;
5469 kDexCacheViaMethod,
5471 kLast = kDexCacheViaMethod
5481 SetPackedField<LoadKindField>(LoadKind::kDexCacheViaMethod);
5547 return GetLoadKind() == LoadKind::kDexCacheViaMethod;
5586 load_kind == LoadKind::kDexCacheViaMethod;
H A Dsharpening.cc118 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod;
157 DCHECK_EQ(load_string->GetLoadKind(), HLoadString::LoadKind::kDexCacheViaMethod);
182 desired_load_kind = HLoadString::LoadKind::kDexCacheViaMethod;
216 : HLoadString::LoadKind::kDexCacheViaMethod;
235 case HLoadString::LoadKind::kDexCacheViaMethod:

Completed in 128 milliseconds