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

  /external/v8/src/runtime/
runtime-maths.cc 99 Handle<JSTypedArray> typed_array; local
102 typed_array = Handle<JSTypedArray>::cast(maybe_typed_array);
109 typed_array = isolate->factory()->NewJSTypedArray(
115 reinterpret_cast<double*>(typed_array->GetBuffer()->backing_store());
133 return *typed_array;
runtime-typedarray.cc 259 Handle<JSTypedArray> typed_array(JSTypedArray::cast(*source));
261 if (typed_array->type() == holder->type()) {
263 static_cast<uint8_t*>(typed_array->GetBuffer()->backing_store());
265 NumberToSize(isolate, typed_array->byte_offset());
  /external/v8/src/
type-cache.h 127 #define TYPED_ARRAY(TypeName, type_name, TYPE_NAME, ctype, size) \
129 TYPED_ARRAYS(TYPED_ARRAY)
130 #undef TYPED_ARRAY
typing-asm.cc     [all...]
builtins.cc     [all...]
api.cc     [all...]
objects.h     [all...]

Completed in 327 milliseconds