Searched defs:type_idx_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_common.cc849 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont), type_idx_(type_idx),
856 m2l_->CallRuntimeHelperImmReg(kQuickInitializeType, type_idx_, rl_method_.reg, true);
862 const int type_idx_; member in class:art::SlowPath
1093 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, cont), type_idx_(type_idx),
1100 m2l_->CallRuntimeHelperImm(kQuickInitializeType, type_idx_, true);
1107 uint32_t type_idx_; member in class:art::InitTypeSlowPath
1238 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont), type_idx_(type_idx),
1247 m2l_->CallRuntimeHelperImmReg(kQuickInitializeType, type_idx_,
1254 const int type_idx_; member in class:art::SlowPath
/art/runtime/
H A Ddex_file.h163 uint16_t type_idx_; // index into type_ids_ array for field type member in struct:art::DexFile::FieldId
228 uint16_t type_idx_; // index into type_ids section member in struct:art::DexFile::TypeItem
569 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
1017 return type_list_->GetTypeItem(pos_).type_idx_;
1307 return handler_.type_idx_;
1327 uint16_t type_idx_; // type index of the caught exception type member in struct:art::CatchHandlerIterator::CatchHandlerItem

Completed in 257 milliseconds