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

  /dalvik/vm/compiler/
CompilerIR.h 192 struct RegisterPool;
234 struct RegisterPool *regPool;
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 114 typedef struct RegisterPool {
122 } RegisterPool;
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 172 RegisterPool *pool = (RegisterPool *) dvmCompilerNew(sizeof(*pool), true);
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 196 RegisterPool *pool = (RegisterPool *) dvmCompilerNew(sizeof(*pool), true);
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 143 typedef struct RegisterPool {
151 } RegisterPool;
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 143 RegisterPool *pool = (RegisterPool *)dvmCompilerNew(sizeof(*pool), true);
  /art/compiler/dex/quick/x86/
target_x86.cc 441 reg_pool_ = static_cast<RegisterPool*>(arena_->Alloc(sizeof(*reg_pool_),
  /art/compiler/dex/quick/
mir_to_lir.h 212 struct RegisterPool {
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 541 reg_pool_ = static_cast<RegisterPool*>(arena_->Alloc(sizeof(*reg_pool_),
  /art/compiler/dex/quick/mips/
target_mips.cc 465 reg_pool_ = static_cast<RegisterPool*>(arena_->Alloc(sizeof(*reg_pool_),

Completed in 61 milliseconds