Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dsource-position-table.cc121 base::Vector<const byte> VectorFromByteArray(ByteArray byte_array) { in VectorFromByteArray() argument
122 return base::Vector<const byte>(byte_array.GetDataStartAddress(), in VectorFromByteArray()
123 byte_array.length()); in VectorFromByteArray()
232 ByteArray byte_array, IterationFilter iteration_filter, in SourcePositionTableIterator() argument
234 : raw_table_(VectorFromByteArray(byte_array)), in SourcePositionTableIterator()
241 Handle<ByteArray> byte_array, IterationFilter iteration_filter, in SourcePositionTableIterator() argument
243 : table_(byte_array), in SourcePositionTableIterator()
Dsource-position-table.h103 Handle<ByteArray> byte_array,
111 ByteArray byte_array, IterationFilter iteration_filter = kJavaScriptOnly,
Dhandler-table.cc35 HandlerTable::HandlerTable(ByteArray byte_array) in HandlerTable() argument
36 : HandlerTable(reinterpret_cast<Address>(byte_array.GetDataStartAddress()), in HandlerTable()
37 byte_array.length(), kRangeBasedEncoding) {} in HandlerTable()
Dhandler-table.h56 explicit HandlerTable(ByteArray byte_array);
/third_party/rust/crates/unicode-width/scripts/
Dunicode.py300 byte_array = []
305 byte_array.append(byte)
306 return byte_array
439 byte_array = table.to_bytes()
445 for (j, byte) in enumerate(byte_array):
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental.cc53 Handle<ByteArray> byte_array = isolate->factory()->NewByteArray(byte_length); in VectorToByteArray() local
55 MemCopy(byte_array->GetDataStartAddress(), data.begin(), byte_length); in VectorToByteArray()
56 return byte_array; in VectorToByteArray()
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc343 void StringStream::PrintByteArray(ByteArray byte_array) { in PrintByteArray() argument
344 unsigned int limit = byte_array.length(); in PrintByteArray()
346 byte b = byte_array.get(i); in PrintByteArray()
/third_party/skia/third_party/sfntly/
DBUILD.gn25 "$_src/sfntly/data/byte_array.cc",
/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py876 byte_array = bytearray(value_list)
877 message.float_value = struct.unpack('<f', byte_array)[0]
/third_party/skia/platform_tools/libraries/include/
Darcore_c_api.h2249 void ArByteArray_release(uint8_t *byte_array);
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc416 ALLOCATE_VARSIZE_MAP(BYTE_ARRAY_TYPE, byte_array) in CreateInitialMaps()
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch9452 @@ -199,5 +199,9 @@ size_t Hex2ByteArray(const std::string &hex_str, unsigned char *byte_array, size
9469 size_t Hex2ByteArray(const std::string &hex_str, unsigned char *byte_array, size_t max_len);