/art/runtime/ |
D | image.cc | 55 CHECK_LT(image_begin, image_roots); in ImageHeader() 56 CHECK_LT(image_roots, oat_file_begin); in ImageHeader() 58 CHECK_LT(oat_data_begin, oat_data_end); in ImageHeader()
|
D | vmap_table.h | 39 CHECK_LT(n, size); 108 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(POPCOUNT(spill_mask))); in ComputeRegister()
|
D | utils.h | 116 CHECK_LT(0, N); in IsInt() 117 CHECK_LT(N, kBitsPerWord); in IsInt() 123 CHECK_LT(0, N); in IsUint() 124 CHECK_LT(N, kBitsPerWord); in IsUint() 130 CHECK_LT(0, N); in IsAbsoluteUint() 131 CHECK_LT(N, kBitsPerWord); in IsAbsoluteUint()
|
D | oat_file.cc | 472 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass() 475 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass() 478 CHECK_LT(status, mirror::Class::kStatusMax); in GetOatClass() 481 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass() 483 CHECK_LT(type, kOatClassMax); in GetOatClass()
|
D | dex_method_iterator.h | 129 CHECK_LT(dex_file_index_, dex_files_.size()); in GetDexFileInternal()
|
D | dex_file.h | 465 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId() 516 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation(); in GetIndexForTypeId() 555 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation(); in GetIndexForFieldId() 595 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId() 645 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation(); in GetIndexForClassDef() 707 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()
|
D | method_helper.h | 88 CHECK_LT(param, NumArgs()); in GetParamPrimitiveType()
|
/art/compiler/ |
D | gc_map_builder.h | 38 CHECK_LT(native_offset_width_, 1U << 3); in GcMapBuilder() 40 CHECK_LT(references_width_, 1U << 13); in GcMapBuilder() 43 CHECK_LT(entries, 1U << 16); in GcMapBuilder()
|
D | elf_patcher.cc | 138 CHECK_LT(ret, reinterpret_cast<uintptr_t>(elf_file_->End())); in GetPatchLocation() 185 CHECK_LT(loc, oat_file_->Size() - oat_header_->GetExecutableOffset()); in SetPatchLocation()
|
/art/runtime/arch/mips/ |
D | context_mips.h | 54 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters)); in GetGPR() 67 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters)); in GetFPR()
|
D | context_mips.cc | 72 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters)); in SetGPR() 83 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters)); in SetFPR()
|
/art/compiler/utils/arm/ |
D | managed_register_arm.h | 211 CHECK_LT(r, kNumberOfPairRegIds); in FromCoreRegisterPair() 223 CHECK_LT(r, kNumberOfOverlappingDRegIds); in FromSRegisterPair() 244 CHECK_LT(r, kNumberOfAllocIds); in AllocId()
|
D | assembler_thumb2.cc | 331 CHECK_LT(reg, 16); in ldm() 354 CHECK_LT(reg, 16); in stm() 987 CHECK_LT(immediate, (1 << 9)); in Emit16BitAddSub() 1001 CHECK_LT(immediate, (1 << 10)); in Emit16BitAddSub() 1038 CHECK_LT(immediate, (1 << 9)); in Emit16BitAddSub() 1093 CHECK_LT(amount, (1 << 5)); in EmitShift() 1324 CHECK_LT(offset, (1 << 10)); in EmitLoadStore() 1334 CHECK_LT(offset, (1 << 5)); in EmitLoadStore() 1337 CHECK_LT(offset, (1 << 6)); in EmitLoadStore() 1342 CHECK_LT(offset, (1 << 7)); in EmitLoadStore() [all …]
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 225 CHECK_LT(itr_float_and_doubles_, 8u); in CurrentParamRegister() 233 CHECK_LT(static_cast<unsigned int>(gp_reg), 8u); in CurrentParamRegister() 248 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
|
/art/compiler/utils/x86/ |
D | managed_register_x86.h | 93 CHECK_LT(AsCpuRegister(), ESP); // ESP, EBP, ESI and EDI cannot be encoded as byte registers. in AsByteRegister() 195 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()
|
/art/runtime/arch/x86_64/ |
D | context_x86_64.cc | 96 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters)); in SetGPR() 107 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFloatRegisters)); in SetFPR()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 186 CHECK_LT(itr_slots_, 4u); in CurrentParamRegister() 200 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
|
/art/runtime/base/ |
D | logging.h | 46 #define CHECK_LT(x, y) CHECK_OP(x, y, <) macro 85 #define DCHECK_LT(x, y) CHECK_LT(x, y) 112 CHECK_LT(val1, val2)
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.cc | 189 CHECK_LT(itr_slots_, 4u); in CurrentParamRegister() 203 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 134 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal() 151 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal() 337 CHECK_LT(return_save_location.Uint32Value(), frame_size + main_out_arg_size); in ArtJniCompileMethodInternal() 471 CHECK_LT(handle_scope_offset.Uint32Value(), (frame_size + out_arg_size)); in CopyParameter() 514 CHECK_LT(out_off.Uint32Value(), frame_size); in CopyParameter()
|
D | calling_convention.cc | 226 CHECK_LT(HandleScopeLinkOffset(), HandleScopeNumRefsOffset()); in CurrentParamHandleScopeEntryOffset()
|
/art/runtime/arch/x86/ |
D | context_x86.cc | 65 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters)); in SetGPR()
|
/art/runtime/verifier/ |
D | register_line.h | 312 CHECK_LT(depth, 32u); in SetRegToLockDepth() 323 CHECK_LT(depth, 32u); in ClearRegToLockDepth()
|
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.h | 181 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()
|
/art/compiler/utils/mips/ |
D | managed_register_mips.h | 198 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()
|