HomeSort by relevance Sort by last modified time
    Searched defs:target_method (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
dex_cache_array_fixups_arm.cc 67 MethodReference target_method = invoke->GetTargetMethod(); variable
68 HArmDexCacheArraysBase* base = GetOrCreateDexCacheArrayBase(*target_method.dex_file);
70 DexCacheArraysLayout layout(kArmPointerSize, target_method.dex_file);
71 base->UpdateElementOffset(layout.MethodOffset(target_method.dex_method_index));
code_generator.h 455 MethodReference target_method) = 0;
473 explicit MethodPatchInfo(MethodReference m) : target_method(m), label() { }
475 MethodReference target_method; member in struct:art::CodeGenerator::MethodPatchInfo
code_generator_arm64.cc 3811 const MethodReference& target_method = entry.first; local
3818 const MethodReference& target_method = entry.first; local
    [all...]
code_generator_arm.cc 6491 const MethodReference& target_method = entry.first; local
6500 const MethodReference& target_method = entry.first; local
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 149 ArtMethod* target_method = local
151 if (kIsDebugBuild && target_method != nullptr) {
152 CHECK(!target_method->IsStatic());
153 CHECK(target_method->IsConstructor());
154 CHECK(target_method->GetDeclaringClass() == method->GetDeclaringClass() ||
155 target_method->GetDeclaringClass() == method->GetDeclaringClass()->GetSuperClass());
157 return target_method;
308 ArtMethod* target_method = GetTargetConstructor(method, instruction); local
309 if (target_method == nullptr) {
314 if (target_method->GetDeclaringClass() == method->GetDeclaringClass() &
    [all...]

Completed in 203 milliseconds