Home
last modified time | relevance | path

Searched refs:length (Results 451 – 475 of 494) sorted by relevance

1...<<11121314151617181920

/art/compiler/optimizing/
Dcode_generator_vector_arm64_sve.cc1415 Register length = temps.AcquireW(); in VisitVecLoad() local
1416 __ Ldr(length, HeapOperand(InputRegisterAt(instruction, 0), count_offset)); in VisitVecLoad()
1417 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitVecLoad()
1418 temps.Release(length); // no longer needed in VisitVecLoad()
Dcode_generator_vector_arm64_neon.cc1415 Register length = temps.AcquireW(); in VisitVecLoad() local
1416 __ Ldr(length, HeapOperand(InputRegisterAt(instruction, 0), count_offset)); in VisitVecLoad()
1417 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitVecLoad()
1418 temps.Release(length); // no longer needed in VisitVecLoad()
Dregister_allocator_graph_color.cc169 size_t length = interval->GetLength(); in ComputeSpillWeight() local
170 if (length == 1) { in ComputeSpillWeight()
196 return static_cast<float>(use_weight) / static_cast<float>(length); in ComputeSpillWeight()
Dcode_generator_arm64.cc2536 Register length; in VisitArrayGet() local
2539 length = temps.AcquireW(); in VisitArrayGet()
2549 __ Ldr(length, MemOperand(obj.X(), adjusted_offset)); in VisitArrayGet()
2551 __ Ldr(length, HeapOperand(obj, count_offset)); in VisitArrayGet()
2561 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitArrayGet()
2591 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitArrayGet()
2829 HInstruction* length = instruction->InputAt(1); in VisitBoundsCheck() local
2830 bool both_const = index->IsConstant() && length->IsConstant(); in VisitBoundsCheck()
2835 ? Location::ConstantLocation(length->AsConstant()) in VisitBoundsCheck()
2836 : ARM64EncodableConstantOrRegister(length, instruction)); in VisitBoundsCheck()
[all …]
Dcode_generator.cc1752 HIntConstant* length = invoke->InputAt(4)->AsIntConstant(); in CreateSystemArrayCopyLocationSummary() local
1753 if (length != nullptr) { in CreateSystemArrayCopyLocationSummary()
1754 int32_t len = length->GetValue(); in CreateSystemArrayCopyLocationSummary()
Dcode_generator_arm_vixl.cc6319 vixl32::Register length; in VisitArrayGet() local
6321 length = RegisterFrom(locations->GetTemp(0)); in VisitArrayGet()
6325 GetAssembler()->LoadFromOffset(kLoadWord, length, obj, count_offset); in VisitArrayGet()
6333 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet()
6378 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet()
6887 HInstruction* length = instruction->InputAt(1); in VisitBoundsCheck() local
6892 bool both_const = index->IsConstant() && length->IsConstant(); in VisitBoundsCheck()
6897 ? Location::ConstantLocation(length->AsConstant()) in VisitBoundsCheck()
6898 : ArmEncodableConstantOrRegister(length, CMP)); in VisitBoundsCheck()
6907 int32_t length = Int32ConstantFrom(length_loc); in VisitBoundsCheck() local
[all …]
Dcode_generator_x86_64.cc209 HArrayLength* length = array_length->AsArrayLength(); in EmitNativeCode() local
210 uint32_t len_offset = CodeGenerator::GetArrayLengthOffset(length); in EmitNativeCode()
220 if (mirror::kUseStringCompression && length->IsStringLength()) { in EmitNativeCode()
5632 HInstruction* length = instruction->InputAt(1); in VisitBoundsCheck() local
5633 if (!length->IsEmittedAtUseSite()) { in VisitBoundsCheck()
5634 locations->SetInAt(1, Location::RegisterOrConstant(length)); in VisitBoundsCheck()
5646 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck() local
5650 if (index < 0 || index >= length) { in VisitBoundsCheck()
5662 __ cmpl(index_reg, Immediate(length)); in VisitBoundsCheck()
/art/runtime/interpreter/mterp/
Dmterp.cc521 int32_t length = shadow_frame->GetVReg(inst->VRegB_22c(inst_data)); in MterpNewArray() local
523 dex::TypeIndex(inst->VRegC_22c()), length, shadow_frame->GetMethod(), self, in MterpNewArray()
/art/test/100-reflect2/
Dexpected.txt36 …ng.String.lastIndexOf(java.lang.String,int), public int java.lang.String.length(), public int java…
/art/tools/signal_dumper/
Dsignal_dumper.cc317 if (!android::base::WriteFully(pipe_ptr->out.get(), hex_offset.data(), hex_offset.length())) { in Addr2line()
/art/runtime/mirror/
Dclass.cc753 uint32_t length, other_length; // UTF16 length. in FindClassMethod() local
754 name = dex_file.GetMethodName(method_id, &length); in FindClassMethod()
759 if (length == other_length && name == other_name && signature == method.GetSignature()) { in FindClassMethod()
Dobject_test.cc80 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray() argument
83 self, GetClassRoot(ClassRoot::kObjectArrayClass, class_linker_), length); in AllocObjectArray()
/art/
DTEST_MAPPING678 "name": "art-run-test-499-bce-phi-array-length"
921 "name": "art-run-test-582-checker-bce-length"
/art/test/530-checker-lse/src/
DMain.java776 for (int i = 0; i < array.length; i++) { in sumWithFilter()
/art/profman/
Dprofman.cc717 if (!out_fd.WriteFully(dump.c_str(), dump.length())) { in DumpProfileInfo()
848 if (!out_fd.WriteFully(dump.c_str(), dump.length())) { in DumpClassesAndMethods()
/art/dex2oat/
Ddex2oat_image_test.cc78 EXPECT_TRUE(file->WriteFully(&line[0], line.length())); in WriteLine()
/art/runtime/
Dclass_loader_context_test.cc166 expected_location.length() - opened_location.length(), in VerifyOpenDexFiles()
167 opened_location.length(), in VerifyOpenDexFiles()
Dinstrumentation.cc1521 uint32_t length; in PopInstrumentationStackFrame() local
1548 return_shorty = method->GetInterfaceMethodIfProxy(pointer_size)->GetShorty(&length)[0]; in PopInstrumentationStackFrame()
/art/runtime/gc/collector/
Dconcurrent_copying.cc3269 int32_t length = (byte_size - data_offset) / component_size; in FillWithFakeObject() local
3271 fake_arr->SetLength(length); in FillWithFakeObject()
3272 CHECK_EQ(fake_arr->GetLength(), length) in FillWithFakeObject()
3273 << "byte_size=" << byte_size << " length=" << length in FillWithFakeObject()
3276 << "byte_size=" << byte_size << " length=" << length in FillWithFakeObject()
/art/libdexfile/dex/
Ddex_file.h397 const char* GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) const;
/art/perfetto_hprof/
Dperfetto_hprof.cc124 return str.compare(0, prefix.length(), prefix) == 0; in StartsWith()
/art/dex2oat/linker/
Dimage_writer.cc186 for (int32_t i = 0, length = integer_cache->GetLength(); i != length; ++i) { in AllocateBootImageLiveObjects() local
946 const size_t length = RoundUp(image_info.CreateImageSections().first, kPageSize); in AllocMemory() local
950 length, in AllocMemory()
960 CHECK_LE(image_info.image_end_, length); in AllocMemory()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h760 int32_t length = GetVReg(B()); in NEW_ARRAY() local
763 length, in NEW_ARRAY()
/art/test/439-npe/src/
DMain.java714 for (i = 0; i < array.length; ++i) { in $opt$noinline$testRegisterRetrieval()
/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java275 ByteBuffer bb = ByteBuffer.wrap(bytes, offset, bytes.length - offset); in doTest()

1...<<11121314151617181920