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

  /art/compiler/dex/
mir_method_info.cc 75 MethodReference target_method(mUnit->GetDexFile(), it->MethodIndex());
78 &target_method, devirt_target, &it->direct_code_, &it->direct_method_);
87 it->target_dex_file_ = target_method.dex_file;
88 it->target_method_idx_ = target_method.dex_method_index;
dex_to_dex_compiler.cc 237 MethodReference target_method(&GetDexFile(), method_idx);
248 &target_method, &vtable_idx,
mir_dataflow.cc     [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 494 int state, const MethodReference& target_method,
507 cg->LoadCodeAddress(target_method, type, kInvokeTgt);
512 cg->LoadMethodAddress(target_method, type, kArg0);
535 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds());
536 cg->LoadCodeAddress(target_method, type, kInvokeTgt);
541 CHECK_EQ(cu->dex_file, target_method.dex_file);
543 ObjArray::OffsetOfElement(target_method.dex_method_index).Int32Value(),
571 int state, const MethodReference& target_method,
613 const MethodReference& target_method,
1778 MethodReference target_method = method_info.GetTargetMethod(); local
    [all...]
codegen_util.cc     [all...]
mir_to_lir.h 153 const MethodReference& target_method,
    [all...]
  /art/compiler/driver/
compiler_driver-inl.h 213 MethodReference* target_method, const MethodReference* devirt_target,
222 target_method->dex_method_index))) {
240 CHECK(target_method->dex_file == mUnit->GetDexFile());
242 CHECK(referrer_class->GetDexCache()->GetResolvedMethod(target_method->dex_method_index) ==
246 &stats_flags, target_method, direct_code, direct_method);
276 &stats_flags, target_method, direct_code, direct_method);
292 &stats_flags, target_method, direct_code, direct_method);
compiler_driver.cc     [all...]
compiler_driver.h 282 MethodReference* target_method, const MethodReference* devirt_target,
317 InvokeType* type, MethodReference* target_method, int* vtable_idx,
641 MethodReference* target_method,
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc     [all...]
codegen_arm64.h 239 const MethodReference& target_method,
246 const MethodReference& target_method,
  /art/compiler/dex/quick/x86/
codegen_x86.h 312 * @param target_method The MethodReference of the method to be invoked.
317 void LoadMethodAddress(const MethodReference& target_method, InvokeType type,
332 const MethodReference& target_method,
339 const MethodReference& target_method,
346 * @param target_method The MethodReference of the method to be invoked.
350 virtual LIR * CallWithLinkerFixup(const MethodReference& target_method, InvokeType type);
    [all...]
target_x86.cc 957 void X86Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type,
964 int target_method_idx = target_method.dex_method_index;
965 const DexFile* target_dex_file = target_method.dex_file;
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 825 art::MethodReference target_method(dex_compilation_unit_->GetDexFile(),
837 &invoke_type, &target_method,
845 EmitCallRuntimeForCalleeMethodObjectAddr(target_method.dex_method_index, invoke_type,
858 EmitLoadSDCalleeMethodObjectAddr(target_method.dex_method_index);
    [all...]

Completed in 2802 milliseconds