Home
last modified time | relevance | path

Searched refs:NewBackingStore (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8.h5319 static std::unique_ptr<BackingStore> NewBackingStore(Isolate* isolate,
5329 static std::unique_ptr<BackingStore> NewBackingStore(
5802 static std::unique_ptr<BackingStore> NewBackingStore(Isolate* isolate,
5812 static std::unique_ptr<BackingStore> NewBackingStore(
/external/v8/src/api/
Dapi.cc7638 std::unique_ptr<v8::BackingStore> v8::ArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::ArrayBuffer
7641 LOG_API(i_isolate, ArrayBuffer, NewBackingStore); in NewBackingStore()
7655 std::unique_ptr<v8::BackingStore> v8::ArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::ArrayBuffer
7967 std::unique_ptr<v8::BackingStore> v8::SharedArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::SharedArrayBuffer
7970 LOG_API(i_isolate, SharedArrayBuffer, NewBackingStore); in NewBackingStore()
7984 std::unique_ptr<v8::BackingStore> v8::SharedArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::SharedArrayBuffer
/external/v8/src/d8/
Dd8.cc2661 ArrayBuffer::NewBackingStore( in ReadBuffer()