Searched refs:CheckIndex (Results 1 – 3 of 3) 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 | 247 ALWAYS_INLINE bool CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex() function in art::dex::DexFileVerifier 886 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) { in CheckAndGetHandlerOffsets() 960 if (!CheckIndex(string_idx, header_->string_ids_size_, "method flags verification")) { in CheckClassDataItemMethod() 1086 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) { in CheckEncodedValue() 1100 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_value type")) { in CheckEncodedValue() 1115 if (!CheckIndex(idx, header_->field_ids_size_, "encoded_value field")) { in CheckEncodedValue() 1129 if (!CheckIndex(idx, header_->method_ids_size_, "encoded_value method")) { in CheckEncodedValue() 1173 if (!CheckIndex(idx, header_->proto_ids_size_, "method_type value")) { in CheckEncodedValue() 1187 if (!CheckIndex(idx, dex_file_->NumMethodHandles(), "method_handle value")) { in CheckEncodedValue() 1217 if (!CheckIndex(anno_idx, header_->type_ids_size_, "encoded_annotation type_idx")) { in CheckEncodedAnnotation() [all …]
|
/art/runtime/ |
D | class_linker.cc | 7552 void CheckIndex(uint32_t index) const { in CheckIndex() function in art::ClassLinker::LinkMethodsHelper::VTableIndexCheckerDebug 7563 void CheckIndex([[maybe_unused]] uint32_t index) const {} in CheckIndex() function in art::ClassLinker::LinkMethodsHelper::VTableIndexCheckerRelease 7577 this->CheckIndex(index); in GetVTableEntry()
|