Home | History | Annotate | Download | only in runtime

Lines Matching refs:CodeItem

447 bool DexFileVerifier::CheckAndGetHandlerOffsets(const DexFile::CodeItem* code_item,
946 const DexFile::CodeItem* code_item = reinterpret_cast<const DexFile::CodeItem*>(ptr_);
947 if (!CheckListSize(code_item, 1, sizeof(DexFile::CodeItem), "code")) {