Home
last modified time | relevance | path

Searched refs:CHECK_LT (Results 1 – 25 of 65) sorted by relevance

123

/art/runtime/
Dimage.cc54 CHECK_LT(image_begin, image_roots); in ImageHeader()
55 CHECK_LT(image_roots, oat_file_begin); in ImageHeader()
57 CHECK_LT(oat_data_begin, oat_data_end); in ImageHeader()
132 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount); in GetImageMethod()
137 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount); in SetImageMethod()
142 CHECK_LT(static_cast<size_t>(index), kSectionCount); in GetImageSection()
Dvmap_table.h39 CHECK_LT(n, size);
108 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(POPCOUNT(spill_mask))); in ComputeRegister()
Ddex_method_iterator.h129 CHECK_LT(dex_file_index_, dex_files_.size()); in GetDexFileInternal()
Doat_file.cc632 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
635 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
638 CHECK_LT(status, mirror::Class::kStatusMax); in GetOatClass()
641 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
643 CHECK_LT(type, kOatClassMax); in GetOatClass()
Ddex_file.h482 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId()
533 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation(); in GetIndexForTypeId()
572 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation(); in GetIndexForFieldId()
612 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()
662 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation(); in GetIndexForClassDef()
724 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()
/art/runtime/arch/mips/
Dcontext_mips.h48 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters)); in IsAccessibleGPR()
58 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters)); in GetGPR()
66 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters)); in IsAccessibleFPR()
71 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters)); in GetFPR()
Dcontext_mips.cc59 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters)); in SetGPR()
66 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters)); in SetFPR()
/art/runtime/arch/mips64/
Dcontext_mips64.h58 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfGpuRegisters)); in GetGPR()
66 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFpuRegisters)); in IsAccessibleFPR()
71 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFpuRegisters)); in GetFPR()
Dcontext_mips64.cc59 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfGpuRegisters)); in SetGPR()
66 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFpuRegisters)); in SetFPR()
/art/compiler/
Dgc_map_builder.h40 CHECK_LT(native_offset_width_, 1U << 3); in GcMapBuilder()
42 CHECK_LT(references_width_, 1U << 13); in GcMapBuilder()
45 CHECK_LT(entries, 1U << 16); in GcMapBuilder()
/art/compiler/utils/arm/
Dmanaged_register_arm.h212 CHECK_LT(r, kNumberOfPairRegIds); in FromCoreRegisterPair()
224 CHECK_LT(r, kNumberOfOverlappingDRegIds); in FromSRegisterPair()
245 CHECK_LT(r, kNumberOfAllocIds); in AllocId()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc236 CHECK_LT(itr_float_and_doubles_, 8u); in CurrentParamRegister()
244 CHECK_LT(static_cast<unsigned int>(gp_reg), 8u); in CurrentParamRegister()
259 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
/art/runtime/arch/x86/
Dcontext_x86.cc77 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters)); in SetGPR()
84 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFloatRegisters)); in SetFPR()
/art/compiler/utils/x86/
Dmanaged_register_x86.h94 CHECK_LT(AsCpuRegister(), ESP); // ESP, EBP, ESI and EDI cannot be encoded as byte registers. in AsByteRegister()
196 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()
/art/runtime/arch/x86_64/
Dcontext_x86_64.cc90 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters)); in SetGPR()
97 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFloatRegisters)); in SetFPR()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc190 CHECK_LT(itr_slots_, 4u); in CurrentParamRegister()
204 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
/art/compiler/jni/quick/
Djni_compiler.cc140 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal()
159 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal()
384 CHECK_LT(return_save_location.Uint32Value(), frame_size + main_out_arg_size); in ArtJniCompileMethodInternal()
523 CHECK_LT(handle_scope_offset.Uint32Value(), (frame_size + out_arg_size)); in CopyParameter()
566 CHECK_LT(out_off.Uint32Value(), frame_size); in CopyParameter()
/art/runtime/base/
Dlogging.h132 #define CHECK_LT(x, y) CHECK_OP(x, y, <) macro
181 #define DCHECK_LT(x, y) if (::art::kEnableDChecks) CHECK_LT(x, y)
Dstringpiece.cc28 CHECK_LT(i, length_); in operator []()
/art/compiler/utils/mips64/
Dmanaged_register_mips64.h92 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc299 CHECK_LT(itr_slots_, 4u); in CurrentParamRegister()
313 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
/art/runtime/jit/
Djit_code_cache.cc30 CHECK_LT(capacity, kMaxCapacity); in Create()
/art/runtime/verifier/
Dregister_line.h323 CHECK_LT(depth, 32u); in SetRegToLockDepth()
337 CHECK_LT(depth, 32u); in ClearRegToLockDepth()
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.h182 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()
/art/compiler/utils/mips/
Dmanaged_register_mips.h199 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()

123