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

  /art/compiler/dex/
mir_method_info.h 126 bool FastPath() const {
mir_optimization.cc     [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 583 if (method_info.FastPath() && Arm64UseRelativeCall(cu_, method_info.GetTargetMethod()) &&
  /art/compiler/dex/quick/arm/
call_arm.cc 751 if (method_info.FastPath() && ArmUseRelativeCall(cu_, method_info.GetTargetMethod()) &&
  /art/compiler/dex/quick/
ralloc_util.cc     [all...]
gen_invoke.cc     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]

Completed in 238 milliseconds