Searched refs:ByteLength (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/extensions/ |
D | free-buffer-extension.cc | 26 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/src/ |
D | d8.cc | 1632 contents.ByteLength()); in ~SerializationData() 2164 if (contents.ByteLength() > i::kMaxInt) { in SerializeValue() 2169 int32_t byte_length = static_cast<int32_t>(contents.ByteLength()); in SerializeValue() 2301 DCHECK(static_cast<size_t>(byte_length) == contents.ByteLength()); in DeserializeValue() 2309 result = ArrayBuffer::New(isolate, contents.Data(), contents.ByteLength(), in DeserializeValue() 2317 contents.ByteLength()); in DeserializeValue() 2353 Shell::array_buffer_allocator->Free(contents.Data(), contents.ByteLength()); in CleanupWorkers()
|
D | api.cc | 6589 size_t v8::ArrayBuffer::ByteLength() const { in ByteLength() function in v8::v8::ArrayBuffer 6674 size_t v8::ArrayBufferView::ByteLength() { in ByteLength() function in v8::v8::ArrayBufferView 6783 size_t v8::SharedArrayBuffer::ByteLength() const { in ByteLength() function in v8::v8::SharedArrayBuffer
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 50 const byte* end = start + contents.ByteLength(); in GetRawBufferArgument()
|
/external/v8/src/runtime/ |
D | runtime-typedarray.cc | 276 BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length) in BUFFER_VIEW_GETTER() argument
|
/external/v8/include/ |
D | v8.h | 3473 size_t ByteLength() const { return byte_length_; } in ByteLength() function 3486 size_t ByteLength() const; 3583 size_t ByteLength(); 3836 size_t ByteLength() const { return byte_length_; } in ByteLength() function 3849 size_t ByteLength() const;
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 2698 CHECK_EQ(1024, static_cast<int>(ab->ByteLength())); in TEST() 2703 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength())); in TEST() 2707 v8::ArrayBuffer::New(isolate, data, ab_contents.ByteLength()); in TEST()
|
D | test-api.cc | 3016 size_t ByteLength() const { return contents_.ByteLength(); } in ByteLength() function in ScopedArrayBufferContents 3040 CHECK_EQ(1024, static_cast<int>(ab->ByteLength())); in THREADED_TEST() 3047 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength())); in THREADED_TEST() 3083 CHECK_EQ(2, static_cast<int>(ab1->ByteLength())); in THREADED_TEST() 3102 CHECK_EQ(2, static_cast<int>(ab1_contents.ByteLength())); in THREADED_TEST() 3123 CHECK_EQ(100, static_cast<int>(ab3->ByteLength())); in THREADED_TEST() 3165 CHECK_EQ(0, static_cast<int>(dv->ByteLength())); in CheckDataViewIsNeutered() 3171 CHECK_EQ(0, static_cast<int>(ta->ByteLength())); in CheckIsNeutered() 3196 CHECK_EQ(length * kElementSize, static_cast<int>(ta->ByteLength())); in CreateAndCheck() 3233 CHECK_EQ(1023, static_cast<int>(dv->ByteLength())); in THREADED_TEST() [all …]
|