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

  /art/compiler/dex/quick/mips/
target_mips.cc 480 RegStorage MipsMir2Lir::LoadHelper(QuickEntrypointEnum trampoline) {
502 RegStorage r_tgt = LoadHelper(kQuickA64Load);
524 RegStorage r_tgt = LoadHelper(kQuickA64Store);
  /art/compiler/dex/quick/arm/
target_arm.cc 724 RegStorage ArmMir2Lir::LoadHelper(QuickEntrypointEnum trampoline) {
  /art/compiler/dex/quick/arm64/
target_arm64.cc 760 RegStorage Arm64Mir2Lir::LoadHelper(QuickEntrypointEnum trampoline) {
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 876 RegStorage X86Mir2Lir::LoadHelper(QuickEntrypointEnum trampoline) {
877 LOG(FATAL) << "Unexpected use of LoadHelper in x86";
    [all...]

Completed in 567 milliseconds