Home
last modified time | relevance | path

Searched defs:byte_array (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dsource-position-table.cc121 base::Vector<const byte> VectorFromByteArray(ByteArray byte_array) { in VectorFromByteArray()
232 ByteArray byte_array, IterationFilter iteration_filter, in SourcePositionTableIterator()
241 Handle<ByteArray> byte_array, IterationFilter iteration_filter, in SourcePositionTableIterator()
Dhandler-table.cc35 HandlerTable::HandlerTable(ByteArray byte_array) in HandlerTable()
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc343 void StringStream::PrintByteArray(ByteArray byte_array) { in PrintByteArray()
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental.cc53 Handle<ByteArray> byte_array = isolate->factory()->NewByteArray(byte_length); in VectorToByteArray() local
/third_party/python/Lib/test/
Dtest_long.py1345 def equivalent_python(byte_array, byteorder, signed=False): argument