Searched refs:byte_array (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | source-position-table.cc | 121 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()
|
D | source-position-table.h | 103 Handle<ByteArray> byte_array, 111 ByteArray byte_array, IterationFilter iteration_filter = kJavaScriptOnly,
|
D | handler-table.cc | 35 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()
|
D | handler-table.h | 56 explicit HandlerTable(ByteArray byte_array);
|
/third_party/rust/crates/unicode-width/scripts/ |
D | unicode.py | 300 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/ |
D | experimental.cc | 53 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/ |
D | string-stream.cc | 343 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/ |
D | BUILD.gn | 25 "$_src/sfntly/data/byte_array.cc",
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 876 byte_array = bytearray(value_list) 877 message.float_value = struct.unpack('<f', byte_array)[0]
|
/third_party/skia/platform_tools/libraries/include/ |
D | arcore_c_api.h | 2249 void ArByteArray_release(uint8_t *byte_array);
|
/third_party/node/deps/v8/src/heap/ |
D | setup-heap-internal.cc | 416 ALLOCATE_VARSIZE_MAP(BYTE_ARRAY_TYPE, byte_array) in CreateInitialMaps()
|
/third_party/mindspore/patches/ |
D | 0005-micro-for-ohos.patch | 9452 @@ -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);
|