Home | History | Annotate | Download | only in dex

Lines Matching refs:unit_

42       unit_(unit),
51 return *unit_.GetDexFile();
57 return *const_cast<DexFile*>(unit_.GetDexFile());
92 const DexCompilationUnit& unit_;
100 const DexFile::CodeItem* code_item = unit_.GetCodeItem();
164 if (!unit_.IsConstructor() || unit_.IsStatic()) {
168 if (!driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
169 unit_.GetClassDefIndex())) {
176 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
184 MethodReference referrer(&GetDexFile(), unit_.GetDexMethodIndex());
197 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
219 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, field_offset,
227 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
249 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, invoke_type,
262 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);