Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:byte_length

9873 HValue* HGraphBuilder::BuildAllocateEmptyArrayBuffer(HValue* byte_length) {
9878 byte_length = AddUncasted<HForceRepresentation>(
9879 byte_length, byte_length_access.representation());
9903 Add<HStoreNamedField>(result, byte_length_access, byte_length);
9928 HValue* byte_length) {
9945 byte_length);
9998 ElementsKind fixed_elements_kind, HValue* byte_length, HValue* length,
10008 byte_length, FixedTypedArrayBase::kHeaderSize);
10010 total_size = AddUncasted<HAdd>(byte_length,
10119 HValue* byte_length = Pop();
10148 allocated_buffer = BuildAllocateEmptyArrayBuffer(byte_length);
10151 byte_offset, byte_length);
10154 HInstruction* length = AddUncasted<HDiv>(byte_length,
10170 fixed_elements_kind, byte_length,
10184 Push(byte_length);