Home
last modified time | relevance | path

Searched refs:set_uint16 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc155 range_array->set_uint16(i * 2 + 0, r.from()); in MakeRangeArray()
162 range_array->set_uint16(i * 2 + 1, to + 1); // Exclusive. in MakeRangeArray()
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h541 inline void set_uint16(int index, uint16_t value);
H A Dfixed-array-inl.h635 void ByteArray::set_uint16(int index, uint16_t value) { in set_uint16() function in v8::internal::ByteArray

Completed in 4 milliseconds