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

  /art/compiler/dex/quick/
mir_to_lir.h 441 class RegisterPool {
443 RegisterPool(Mir2Lir* m2l, ArenaAllocator* arena,
454 ~RegisterPool() {}
    [all...]
ralloc_util.cc 58 Mir2Lir::RegisterPool::RegisterPool(Mir2Lir* m2l, ArenaAllocator* arena,
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 432 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs, empty_pool /* core64 */, sp_regs,
  /art/compiler/dex/quick/arm/
target_arm.cc 570 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs, empty_pool /* core64 */, sp_regs,
  /art/compiler/dex/quick/arm64/
target_arm64.cc 598 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs, core64_regs, sp_regs, dp_regs,
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 615 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs_64, core_regs_64q, sp_regs_64,
619 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs_32, empty_pool, sp_regs_32,
    [all...]

Completed in 62 milliseconds