Home
last modified time | relevance | path

Searched refs:ByteLength (Results 1 – 11 of 11) 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/
Dd8.cc1632 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()
Dapi.cc6589 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/
Dwasm-js.cc50 const byte* end = start + contents.ByteLength(); in GetRawBufferArgument()
/external/v8/src/runtime/
Druntime-typedarray.cc276 BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length) in BUFFER_VIEW_GETTER() argument
/external/v8/include/
Dv8.h3473 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/
Dtest-heap-profiler.cc2698 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()
Dtest-api.cc3016 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 …]