Home
last modified time | relevance | path

Searched defs:typed_array (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/runtime/
Druntime-typedarray.cc258 Handle<JSTypedArray> typed_array(JSTypedArray::cast(*source)); in RUNTIME_FUNCTION() local
/external/v8/src/compiler/
Djs-native-context-specialization.cc1799 Handle<JSTypedArray> typed_array = Handle<JSTypedArray>::cast(m.Value()); in BuildElementAccess() local
/external/v8/src/
Dvalue-serializer.cc1591 Handle<JSTypedArray> typed_array = isolate_->factory()->NewJSTypedArray( in ReadJSArrayBufferView() local
Dapi.cc7700 i::Handle<i::JSTypedArray> typed_array(i::JSTypedArray::cast(*self)); in CopyContents() local
Dobjects.cc19324 Handle<JSTypedArray> typed_array) { in MaterializeArrayBuffer()