Home | History | Annotate | Download | only in src

Lines Matching defs:backing_store

763     free(phantom_array_buffer->backing_store());
775 phantom_array_buffer->backing_store(),
900 uint8_t* source_data = reinterpret_cast<uint8_t*>(source->backing_store());
901 uint8_t* target_data = reinterpret_cast<uint8_t*>(target->backing_store());
919 if (array_buffer->backing_store() == NULL) {
924 void* backing_store = array_buffer->backing_store();
928 V8::ArrayBufferAllocator()->Free(backing_store, byte_length);
1026 static_cast<uint8_t*>(buffer->backing_store()) + byte_offset);
1129 static_cast<uint8_t*>(buffer->backing_store()));
1138 uint8_t* backing_store =
1140 typed_array->GetBuffer()->backing_store());
1144 buffer->backing_store(),
1145 backing_store + source_byte_offset,
1228 target->GetBuffer()->backing_store()) + target_offset;
1231 source->GetBuffer()->backing_store()) + source_offset;
1247 target->GetBuffer()->backing_store() ==
1248 source->GetBuffer()->backing_store());
1362 static_cast<uint8_t*>(buffer->backing_store()) + buffer_offset;
1407 static_cast<uint8_t*>(buffer->backing_store()) + buffer_offset;
3195 explicit FixedArrayBuilder(Handle<FixedArray> backing_store)
3196 : array_(backing_store),
3201 DCHECK(backing_store->length() > 0);