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

  /art/runtime/
gc_map.h 86 size_t RegWidth() const {
103 return NativeOffsetWidth() + RegWidth();
thread.cc     [all...]
  /art/runtime/verifier/
dex_gc_map.h 75 size_t RegWidth() const {
106 return DexPcWidth() + RegWidth();
  /art/compiler/dex/
verified_method.cc 155 DCHECK_LT(j / 8, map.RegWidth());
157 } else if ((j / 8) < map.RegWidth()) {
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 813 template<int RegWidth, int Shift>
821 if (RegWidth == 32)
831 template<int RegWidth, int Shift>
845 if (RegWidth == 32)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 717 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
718 return (BitWidth + RegWidth - 1) / RegWidth;
    [all...]
  /art/compiler/optimizing/
code_generator.cc 289 GcMapBuilder builder(data, pc_infos_.Size(), max_native_offset, dex_gc_map.RegWidth());
  /art/oatdump/
oatdump.cc 751 DumpGcMapRegisters(os, oat_method, code_item, map.RegWidth() * 8, map.GetBitMap(entry));
760 DumpGcMapRegisters(os, oat_method, code_item, map.RegWidth() * 8, map.GetBitMap(entry));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 181 template<unsigned RegWidth>
183 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth);
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 752 max_native_offset, dex_gc_map.RegWidth());
    [all...]

Completed in 428 milliseconds