Home
last modified time | relevance | path

Searched refs:ByteLength (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/extensions/
Dfree-buffer-extension.cc26 contents.ByteLength()); in FreeBuffer()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIADataStream.cpp30 Name16.ByteLength()); in getName()
DDIASourceFile.cpp29 FileName16.ByteLength()); in getFileName()
DDIARawSymbol.cpp103 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); in PrivateGetDIAValue()
/external/v8/src/wasm/
Dwasm-js.cc49 end = start + contents.ByteLength(); in GetRawBufferSource()
63 end = start + array->ByteLength(); in GetRawBufferSource()
/external/v8/src/
Dd8.cc1641 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()
Dapi.cc6779 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/
Dtest-array-buffer-tracker.cc184 contents.ByteLength()); in TEST()
/external/v8/src/runtime/
Druntime-typedarray.cc284 BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length) in BUFFER_VIEW_GETTER() argument
/external/v8/include/
Dv8.h3531 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/
Dtest-heap-profiler.cc2696 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()
Dtest-api.cc3324 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 …]