Home
last modified time | relevance | path

Searched refs:CheckIndex (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Dbytecode_utils.h45 void CheckIndex(size_t index) const { in CheckIndex() function
56 CheckIndex(index); in GetEntryAt()
61 CheckIndex(index); in GetDexPcForIndex()
Ddex_file_verifier.cc236 ALWAYS_INLINE bool CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex() function in art::dex::DexFileVerifier
811 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) { in CheckAndGetHandlerOffsets()
886 if (!CheckIndex(string_idx, header_->string_ids_size_, "method flags verification")) { in CheckClassDataItemMethod()
989 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) { in CheckEncodedValue()
1000 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_value type")) { in CheckEncodedValue()
1012 if (!CheckIndex(idx, header_->field_ids_size_, "encoded_value field")) { in CheckEncodedValue()
1023 if (!CheckIndex(idx, header_->method_ids_size_, "encoded_value method")) { in CheckEncodedValue()
1064 if (!CheckIndex(idx, header_->proto_ids_size_, "method_type value")) { in CheckEncodedValue()
1075 if (!CheckIndex(idx, dex_file_->NumMethodHandles(), "method_handle value")) { in CheckEncodedValue()
1102 if (!CheckIndex(anno_idx, header_->type_ids_size_, "encoded_annotation type_idx")) { in CheckEncodedAnnotation()
[all …]