HomeSort by relevance Sort by last modified time
    Searched full:typed_array (Results 1 - 7 of 7) sorted by null

  /external/v8/src/builtins/
builtins-typedarray.cc 32 CHECK_RECEIVER(JSTypedArray, typed_array, "get TypedArray.prototype.buffer");
33 return *typed_array->GetBuffer();
  /external/v8/src/runtime/
runtime-typedarray.cc 258 Handle<JSTypedArray> typed_array(JSTypedArray::cast(*source));
260 if (typed_array->type() == holder->type()) {
262 static_cast<uint8_t*>(typed_array->GetBuffer()->backing_store());
263 size_t source_byte_offset = NumberToSize(typed_array->byte_offset());
  /external/v8/src/
value-serializer.cc 1591 Handle<JSTypedArray> typed_array = isolate_->factory()->NewJSTypedArray( local
    [all...]
bootstrapper.cc     [all...]
api.cc     [all...]
objects.h     [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 1799 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(m.Value()); local
    [all...]

Completed in 209 milliseconds