Home
last modified time | relevance | path

Searched defs:length (Results 126 – 143 of 143) sorted by relevance

123456

/art/compiler/optimizing/
Dcode_generator_vector_arm64_sve.cc1415 Register length = temps.AcquireW(); in VisitVecLoad() local
Dcode_generator_vector_arm64_neon.cc1415 Register length = temps.AcquireW(); in VisitVecLoad() local
Dloop_optimization.cc1659 bool HLoopOptimization::TrySetVectorLengthImpl(uint32_t length) { in TrySetVectorLengthImpl()
Dnodes.cc2037 size_t length = handlers1.size(); in HasSameExceptionHandlersAs() local
Dcode_generator_arm64.cc2536 Register length; in VisitArrayGet() local
2829 HInstruction* length = instruction->InputAt(1); in VisitBoundsCheck() local
2851 int64_t length = Int64FromLocation(length_loc); in VisitBoundsCheck() local
Dcode_generator_x86_64.cc209 HArrayLength* length = array_length->AsArrayLength(); in EmitNativeCode() local
5632 HInstruction* length = instruction->InputAt(1); in VisitBoundsCheck() local
5646 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck() local
Dcode_generator_x86.cc163 HArrayLength* length = array_length->AsArrayLength(); in EmitNativeCode() local
6291 HInstruction* length = instruction->InputAt(1); in VisitBoundsCheck() local
6311 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck() local
Dcode_generator_arm_vixl.cc6319 vixl32::Register length; in VisitArrayGet() local
6887 HInstruction* length = instruction->InputAt(1); in VisitBoundsCheck() local
6907 int32_t length = Int32ConstantFrom(length_loc); in VisitBoundsCheck() local
Dnodes.h4989 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift) in HNewArray()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h760 int32_t length = GetVReg(B()); in NEW_ARRAY() local
/art/profman/
Dprofile_assistant_test.cc269 int64_t length = file->GetLength(); in RunProfman() local
/art/runtime/gc/space/
Dimage_space.cc359 RelocationRange(uintptr_t source, uintptr_t dest, uintptr_t length) in RelocationRange()
495 int32_t length = pointer_array->GetLength<kVerifyNone>(); in VisitPointerArray() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc3269 int32_t length = (byte_size - data_offset) / component_size; in FillWithFakeObject() local
/art/runtime/
Dthread.cc3100 size_t length = dumper.stack_trace_elements_.size(); in CreateAnnotatedStackTrace() local
/art/openjdkjvmti/include/
Djvmti.h623 jint length; member
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java353 addOpcodeInfo(Opcode.ARRAY_LENGTH, "array-length", 0x21, new Format12x()); in addOpcodeInfo()
/art/compiler/utils/x86/
Dassembler_x86.cc3751 const int length = operand.length_; in EmitOperand() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc5134 const int length = operand.length_; in EmitOperand() local

123456