Home
last modified time | relevance | path

Searched refs:length_index (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function-gen.cc62 const int length_index = JSFunction::kLengthDescriptorIndex; in TF_BUILTIN() local
64 descriptors, DescriptorArray::ToKeyIndex(length_index))); in TF_BUILTIN()
69 descriptors, DescriptorArray::ToValueIndex(length_index))); in TF_BUILTIN()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_type.cpp109 const auto length_index = 2; in ValidateTypeArray() local
110 const auto length_id = inst->GetOperandAs<uint32_t>(length_index); in ValidateTypeArray()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp120 const auto length_index = 2; in ValidateTypeArray() local
121 const auto length_id = inst->GetOperandAs<uint32_t>(length_index); in ValidateTypeArray()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1652 unsigned length_index = val - FIRST_LENGTH_CODE_INDEX; in writeLZ77data() local
1653 unsigned n_length_extra_bits = LENGTHEXTRA[length_index]; in writeLZ77data()
/external/v8/src/
Dcode-stub-assembler.cc2832 int length_index = JSArray::kLengthDescriptorIndex; in EnsureArrayLengthWritable() local
2835 descriptors, DescriptorArray::ToKeyIndex(length_index))); in EnsureArrayLengthWritable()
2841 descriptors, IntPtrConstant(DescriptorArray::ToKeyIndex(length_index))); in EnsureArrayLengthWritable()