Searched refs:RegWidth (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dgc_map.h86 size_t RegWidth() const { function in class:art::NativePcOffsetToReferenceMap
103 return NativeOffsetWidth() + RegWidth();
H A Dthread.cc2036 num_regs = std::min(dex_gc_map.RegWidth() * 8, num_regs);
2056 size_t num_regs = std::min(map.RegWidth() * 8,
/art/runtime/verifier/
H A Ddex_gc_map.h73 size_t RegWidth() const { function in class:art::verifier::DexPcToReferenceMap
104 return DexPcWidth() + RegWidth();
H A Dmethod_verifier.cc4061 CHECK_LT(j / 8, map.RegWidth());
4063 } else if ((j / 8) < map.RegWidth()) {
/art/oatdump/
H A Doatdump.cc452 size_t num_regs = map.RegWidth() * 8;
530 size_t num_regs = map.RegWidth() * 8;
/art/compiler/dex/quick/
H A Dcodegen_util.cc645 dex_gc_map.RegWidth());

Completed in 180 milliseconds