Home
last modified time | relevance | path

Searched refs:byte_array (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A 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()
234 : raw_table_(VectorFromByteArray(byte_array)), in SourcePositionTableIterator()
241 Handle<ByteArray> byte_array, IterationFilter iteration_filter, in SourcePositionTableIterator()
243 : table_(byte_array), in SourcePositionTableIterator()
231 SourcePositionTableIterator( ByteArray byte_array, IterationFilter iteration_filter, FunctionEntryFilter function_entry_filter) SourcePositionTableIterator() argument
240 SourcePositionTableIterator( Handle<ByteArray> byte_array, IterationFilter iteration_filter, FunctionEntryFilter function_entry_filter) SourcePositionTableIterator() argument
H A Dsource-position-table.h103 Handle<ByteArray> byte_array,
111 ByteArray byte_array, IterationFilter iteration_filter = kJavaScriptOnly,
H A 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()
H A Dhandler-table.h56 explicit HandlerTable(ByteArray byte_array);
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py300 byte_array = []
305 byte_array.append(byte)
306 return byte_array
439 byte_array = table.to_bytes()
443 static TABLES_{i}: [u8; {len(byte_array)}] = ["""
445 for (j, byte) in enumerate(byte_array):
/third_party/node/deps/v8/src/regexp/experimental/
H A 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/
H A 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/platform_tools/libraries/include/
H A Darcore_c_api.h2249 void ArByteArray_release(uint8_t *byte_array);
/third_party/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py876 byte_array = bytearray(value_list)
877 message.float_value = struct.unpack('<f', byte_array)[0]
/third_party/python/Lib/test/
H A Dtest_long.py1345 def equivalent_python(byte_array, byteorder, signed=False):
1347 little_ordered = list(byte_array)
1349 little_ordered = list(reversed(byte_array))
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc416 ALLOCATE_VARSIZE_MAP(BYTE_ARRAY_TYPE, byte_array) in CreateInitialMaps()

Completed in 12 milliseconds