Home
last modified time | relevance | path

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

/external/v8/src/extensions/
Dfree-buffer-extension.cc25 V8::ArrayBufferAllocator()->Free(contents.Data(), 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/test/cctest/
Dtest-heap-profiler.cc2647 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()
Dtest-api.cc3074 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/
Dv8.h2884 size_t ByteLength() const { return byte_length_; } in ByteLength() function
2897 size_t ByteLength() const;
2976 size_t ByteLength();
/external/v8/src/
Dd8.cc1104 size_t byte_length = data.GetValue()->ByteLength(); in ReadBufferWeakCallback()
Dapi.cc6004 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
Druntime.cc1163 BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length) in BUFFER_VIEW_GETTER() argument