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

  /art/compiler/dex/quick/arm64/
codegen_arm64.h 32 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref) = 0;
40 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref);
target_arm64.cc 789 RegStorage Arm64Mir2Lir::InToRegStorageArm64Mapper::GetNextReg(bool is_double_or_float,
838 RegStorage reg = mapper->GetNextReg(arg_locs[in_position].fp,
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 31 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref) = 0;
39 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref);
    [all...]
target_x86.cc     [all...]

Completed in 51 milliseconds