HomeSort by relevance Sort by last modified time
    Searched refs:kDexCacheViaMethod (Results 1 - 11 of 11) sorted by null

  /art/compiler/optimizing/
sharpening.cc 118 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:
nodes.cc     [all...]
nodes.h     [all...]
code_generator.cc 318 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod:
    [all...]
code_generator_arm64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86_64.cc 795 case HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod: {
    [all...]
code_generator_mips.cc     [all...]
instruction_builder.cc     [all...]

Completed in 294 milliseconds