Lines Matching refs:ByteArray
735 ByteArray* translations = input_data->TranslationByteArray();
1839 MaybeHandle<ByteArray>(), MaybeHandle<DeoptimizationData>(), kImmovable);
1890 TranslationIterator::TranslationIterator(ByteArray* buffer, int index)
1913 Handle<ByteArray> TranslationBuffer::CreateByteArray(Factory* factory) {
1914 Handle<ByteArray> result = factory->NewByteArray(CurrentIndex(), TENURED);
3636 Handle<ByteArray> object_storage = AllocateStorageFor(properties_slot);
3655 Handle<ByteArray> TranslatedState::AllocateStorageFor(TranslatedValue* slot) {
3657 ByteArray::LengthFor(slot->GetChildrenCount() * kPointerSize);
3660 Handle<ByteArray> object_storage =
3672 Handle<ByteArray> object_storage = AllocateStorageFor(slot);