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

  /art/compiler/dex/
mir_method_info.h 155 art::InvokeType GetSharpType() const {
mir_optimization.cc     [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 584 (method_info.GetSharpType() == kDirect || method_info.GetSharpType() == kStatic) &&
586 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType());
  /art/compiler/dex/quick/arm/
call_arm.cc 752 (method_info.GetSharpType() == kDirect || method_info.GetSharpType() == kStatic) &&
754 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType());
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
  /art/compiler/dex/quick/
ralloc_util.cc     [all...]
gen_invoke.cc     [all...]

Completed in 60 milliseconds