Searched refs:ByteLength (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/extensions/ |
D | free-buffer-extension.cc | 25 V8::ArrayBufferAllocator()->Free(contents.Data(), contents.ByteLength()); in FreeBuffer()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIADataStream.cpp | 30 Name16.ByteLength()); in getName()
|
D | DIASourceFile.cpp | 29 FileName16.ByteLength()); in getFileName()
|
D | DIARawSymbol.cpp | 103 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); in PrivateGetDIAValue()
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 2647 CHECK_EQ(1024, static_cast<int>(ab->ByteLength())); in TEST() 2652 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength())); in TEST() 2656 v8::ArrayBuffer::New(isolate, data, ab_contents.ByteLength()); in TEST()
|
D | test-api.cc | 3074 size_t ByteLength() const { return contents_.ByteLength(); } in ByteLength() function in ScopedArrayBufferContents 3095 CHECK_EQ(1024, static_cast<int>(ab->ByteLength())); in THREADED_TEST() 3102 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength())); in THREADED_TEST() 3137 CHECK_EQ(2, static_cast<int>(ab1->ByteLength())); in THREADED_TEST() 3155 CHECK_EQ(2, static_cast<int>(ab1_contents.ByteLength())); in THREADED_TEST() 3176 CHECK_EQ(100, static_cast<int>(ab3->ByteLength())); in THREADED_TEST() 3199 CHECK_EQ(0, static_cast<int>(dv->ByteLength())); in CheckDataViewIsNeutered() 3205 CHECK_EQ(0, static_cast<int>(ta->ByteLength())); in CheckIsNeutered() 3231 CHECK_EQ(length * kElementSize, static_cast<int>(ta->ByteLength())); in CreateAndCheck() 3268 CHECK_EQ(1023, static_cast<int>(dv->ByteLength())); in THREADED_TEST() [all …]
|
/external/v8/include/ |
D | v8.h | 2884 size_t ByteLength() const { return byte_length_; } in ByteLength() function 2897 size_t ByteLength() const; 2976 size_t ByteLength();
|
/external/v8/src/ |
D | d8.cc | 1104 size_t byte_length = data.GetValue()->ByteLength(); in ReadBufferWeakCallback()
|
D | api.cc | 6004 size_t v8::ArrayBuffer::ByteLength() const { in ByteLength() function in v8::v8::ArrayBuffer 6054 size_t v8::ArrayBufferView::ByteLength() { in ByteLength() function in v8::v8::ArrayBufferView
|
D | runtime.cc | 1163 BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length) in BUFFER_VIEW_GETTER() argument
|