Home
last modified time | relevance | path

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

123

/art/runtime/
Dimage.cc55 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()
Dvmap_table.h39 CHECK_LT(n, size);
108 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(POPCOUNT(spill_mask))); in ComputeRegister()
Dutils.h116 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()
Doat_file.cc472 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()
Ddex_method_iterator.h129 CHECK_LT(dex_file_index_, dex_files_.size()); in GetDexFileInternal()
Ddex_file.h465 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()
Dmethod_helper.h88 CHECK_LT(param, NumArgs()); in GetParamPrimitiveType()
/art/compiler/
Dgc_map_builder.h38 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()
Delf_patcher.cc138 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/
Dcontext_mips.h54 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters)); in GetGPR()
67 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters)); in GetFPR()
Dcontext_mips.cc72 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/
Dmanaged_register_arm.h211 CHECK_LT(r, kNumberOfPairRegIds); in FromCoreRegisterPair()
223 CHECK_LT(r, kNumberOfOverlappingDRegIds); in FromSRegisterPair()
244 CHECK_LT(r, kNumberOfAllocIds); in AllocId()
Dassembler_thumb2.cc331 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/
Dcalling_convention_arm64.cc225 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/
Dmanaged_register_x86.h93 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/
Dcontext_x86_64.cc96 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/
Dcalling_convention_arm.cc186 CHECK_LT(itr_slots_, 4u); in CurrentParamRegister()
200 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
/art/runtime/base/
Dlogging.h46 #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/
Dcalling_convention_mips.cc189 CHECK_LT(itr_slots_, 4u); in CurrentParamRegister()
203 CHECK_LT(offset, OutArgSize()); in CurrentParamStackOffset()
/art/compiler/jni/quick/
Djni_compiler.cc134 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()
Dcalling_convention.cc226 CHECK_LT(HandleScopeLinkOffset(), HandleScopeNumRefsOffset()); in CurrentParamHandleScopeEntryOffset()
/art/runtime/arch/x86/
Dcontext_x86.cc65 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters)); in SetGPR()
/art/runtime/verifier/
Dregister_line.h312 CHECK_LT(depth, 32u); in SetRegToLockDepth()
323 CHECK_LT(depth, 32u); in ClearRegToLockDepth()
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.h181 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()
/art/compiler/utils/mips/
Dmanaged_register_mips.h198 CHECK_LT(id_, kNumberOfAllocIds); in AllocId()

123