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

  /art/compiler/optimizing/
sharpening.cc 78 // TODO: try using kDexCachePcRelative. It's always a valid method load
113 method_load_kind = HInvokeStaticOrDirect::MethodLoadKind::kDexCachePcRelative;
215 ? HLoadString::LoadKind::kDexCachePcRelative
223 desired_load_kind = HLoadString::LoadKind::kDexCachePcRelative;
243 case HLoadString::LoadKind::kDexCachePcRelative: {
dex_cache_array_fixups_arm.cc 50 if (load_string->GetLoadKind() == HLoadString::LoadKind::kDexCachePcRelative) {
pc_relative_fixups_x86.cc 86 load_kind == HLoadString::LoadKind::kDexCachePcRelative) {
nodes.cc     [all...]
nodes.h     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86_64.cc 787 case HInvokeStaticOrDirect::MethodLoadKind::kDexCachePcRelative: {
    [all...]
code_generator_mips.cc     [all...]

Completed in 695 milliseconds