Searched refs:SetDataAt (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | js-regexp-inl.h | 82 SetDataAt(JSRegExp::kIrregexpCaptureNameMapIndex, Smi::zero()); in set_capture_name_map() 84 SetDataAt(JSRegExp::kIrregexpCaptureNameMapIndex, *capture_name_map); in set_capture_name_map() 93 void JSRegExp::SetDataAt(int index, Object value) { in SetDataAt() function 120 SetDataAt(kIrregexpLatin1CodeIndex, uninitialized); in DiscardCompiledCodeForSerialization() 121 SetDataAt(kIrregexpUC16CodeIndex, uninitialized); in DiscardCompiledCodeForSerialization() 122 SetDataAt(kIrregexpLatin1BytecodeIndex, uninitialized); in DiscardCompiledCodeForSerialization() 123 SetDataAt(kIrregexpUC16BytecodeIndex, uninitialized); in DiscardCompiledCodeForSerialization()
|
D | js-regexp.cc | 168 SetDataAt(code_index(is_latin1), ToCodeT(*code)); in set_code() 179 SetDataAt(kIrregexpLatin1BytecodeIndex, *bytecode); in set_bytecode_and_trampoline() 180 SetDataAt(kIrregexpUC16BytecodeIndex, *bytecode); in set_bytecode_and_trampoline() 184 SetDataAt(JSRegExp::kIrregexpLatin1CodeIndex, *trampoline); in set_bytecode_and_trampoline() 185 SetDataAt(JSRegExp::kIrregexpUC16CodeIndex, *trampoline); in set_bytecode_and_trampoline()
|
D | js-regexp.h | 248 inline void SetDataAt(int index, Object value);
|