HomeSort by relevance Sort by last modified time
    Searched defs:CheckIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.cc 146 if (!CheckIndex()) {
338 // We verify this again on CheckIndex() but it's easier to make sure now
357 bool BackendImpl::CheckIndex() {
backend_impl_v3.cc 1047 if (!CheckIndex()) {
    [all...]
backend_impl.cc 233 if (!CheckIndex()) {
    [all...]
  /art/runtime/
dex_file_verifier.cc 70 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumStringIds(), error_string))) {
77 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) {
86 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumFieldIds(), error_string))) {
93 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
221 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) {
424 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) {
449 if (!CheckIndex(idx, header_->field_ids_size_, "class_data_item field_idx")) {
469 if (!CheckIndex(idx, header_->method_ids_size_, "class_data_item method_idx")) {
564 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) {
575 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_value type"))
    [all...]

Completed in 252 milliseconds