Searched refs:CheckIndex (Results 1 – 2 of 2) sorted by relevance
/art/libdexfile/dex/ |
D | bytecode_utils.h | 45 void CheckIndex(size_t index) const { in CheckIndex() function 56 CheckIndex(index); in GetEntryAt() 61 CheckIndex(index); in GetDexPcForIndex()
|
D | dex_file_verifier.cc | 236 ALWAYS_INLINE bool CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex() function in art::dex::DexFileVerifier 815 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) { in CheckAndGetHandlerOffsets() 890 if (!CheckIndex(string_idx, header_->string_ids_size_, "method flags verification")) { in CheckClassDataItemMethod() 993 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) { in CheckEncodedValue() 1004 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_value type")) { in CheckEncodedValue() 1016 if (!CheckIndex(idx, header_->field_ids_size_, "encoded_value field")) { in CheckEncodedValue() 1027 if (!CheckIndex(idx, header_->method_ids_size_, "encoded_value method")) { in CheckEncodedValue() 1068 if (!CheckIndex(idx, header_->proto_ids_size_, "method_type value")) { in CheckEncodedValue() 1079 if (!CheckIndex(idx, dex_file_->NumMethodHandles(), "method_handle value")) { in CheckEncodedValue() 1106 if (!CheckIndex(anno_idx, header_->type_ids_size_, "encoded_annotation type_idx")) { in CheckEncodedAnnotation() [all …]
|