Searched refs:ByteLength (Results 1 – 12 of 12) 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/wasm/ |
D | wasm-js.cc | 49 end = start + contents.ByteLength(); in GetRawBufferSource() 63 end = start + array->ByteLength(); in GetRawBufferSource()
|
/external/v8/src/ |
D | d8.cc | 1641 contents.ByteLength()); in ~SerializationData() 2166 if (contents.ByteLength() > i::kMaxInt) { in SerializeValue() 2171 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 | 6779 size_t v8::ArrayBuffer::ByteLength() const { in ByteLength() function in v8::v8::ArrayBuffer 6864 size_t v8::ArrayBufferView::ByteLength() { in ByteLength() function in v8::v8::ArrayBufferView 6968 size_t v8::SharedArrayBuffer::ByteLength() const { in ByteLength() function in v8::v8::SharedArrayBuffer
|
/external/v8/test/cctest/heap/ |
D | test-array-buffer-tracker.cc | 184 contents.ByteLength()); in TEST()
|
/external/v8/src/runtime/ |
D | runtime-typedarray.cc | 284 BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length) in BUFFER_VIEW_GETTER() argument
|
/external/v8/include/ |
D | v8.h | 3531 size_t ByteLength() const { return byte_length_; } in ByteLength() function 3544 size_t ByteLength() const; 3641 size_t ByteLength(); 3894 size_t ByteLength() const { return byte_length_; } in ByteLength() function 3907 size_t ByteLength() const;
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 2696 CHECK_EQ(1024, static_cast<int>(ab->ByteLength())); in TEST() 2701 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength())); in TEST() 2705 v8::ArrayBuffer::New(isolate, data, ab_contents.ByteLength()); in TEST()
|
D | test-api.cc | 3324 size_t ByteLength() const { return contents_.ByteLength(); } in ByteLength() function in ScopedArrayBufferContents 3348 CHECK_EQ(1024, static_cast<int>(ab->ByteLength())); in THREADED_TEST() 3355 CHECK_EQ(1024, static_cast<int>(ab_contents.ByteLength())); in THREADED_TEST() 3391 CHECK_EQ(2, static_cast<int>(ab1->ByteLength())); in THREADED_TEST() 3410 CHECK_EQ(2, static_cast<int>(ab1_contents.ByteLength())); in THREADED_TEST() 3431 CHECK_EQ(100, static_cast<int>(ab3->ByteLength())); in THREADED_TEST() 3473 CHECK_EQ(0, static_cast<int>(dv->ByteLength())); in CheckDataViewIsNeutered() 3479 CHECK_EQ(0, static_cast<int>(ta->ByteLength())); in CheckIsNeutered() 3504 CHECK_EQ(length * kElementSize, static_cast<int>(ta->ByteLength())); in CreateAndCheck() 3541 CHECK_EQ(1023, static_cast<int>(dv->ByteLength())); in THREADED_TEST() [all …]
|