Home
last modified time | relevance | path

Searched refs:PseudoHandle (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-shim.cc99 PseudoHandle<void> ptr; in allocatePseudoHandle()
111 PseudoHandle<T> Isolate::takeOwnership(void* ptr) { in takeOwnership()
115 PseudoHandle<T> result; in takeOwnership()
123 PseudoHandle<ByteArrayData> ByteArray::takeOwnership(Isolate* isolate) { in takeOwnership()
124 PseudoHandle<ByteArrayData> result = in takeOwnership()
H A Dregexp-macro-assembler-arch.h279 js::Vector<PseudoHandle<ByteArrayData>, 4, js::SystemAllocPolicy>;
284 void AddTable(PseudoHandle<ByteArrayData> table) { in AddTable()
H A Dregexp-shim.h451 using PseudoHandle = mozilla::UniquePtr<T, JS::FreePolicy>; variable
606 PseudoHandle<ByteArrayData> takeOwnership(Isolate* isolate);
1060 mozilla::SegmentedVector<PseudoHandle<void>> uniquePtrArena_;
1066 PseudoHandle<T> takeOwnership(void* ptr);
H A Dregexp-native-macro-assembler.cc229 PseudoHandle<ByteArrayData> rawTable = table->takeOwnership(isolate()); in CheckBitInTable()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/
H A DRegExpShim.cpp103 PseudoHandle<void> ptr; in allocatePseudoHandle()
115 PseudoHandle<T> Isolate::takeOwnership(void* ptr) { in takeOwnership()
119 PseudoHandle<T> result; in takeOwnership()
127 PseudoHandle<ByteArrayData> ByteArray::takeOwnership(Isolate* isolate) { in takeOwnership()
128 PseudoHandle<ByteArrayData> result = in takeOwnership()
H A DRegExpNativeMacroAssembler.h283 js::Vector<PseudoHandle<ByteArrayData>, 4, js::SystemAllocPolicy>;
288 void AddTable(PseudoHandle<ByteArrayData> table) { in AddTable()
H A DRegExpShim.h466 using PseudoHandle = mozilla::UniquePtr<T, JS::FreePolicy>; variable
641 PseudoHandle<ByteArrayData> takeOwnership(Isolate* isolate);
1094 mozilla::SegmentedVector<PseudoHandle<void>, 256> uniquePtrArena_;
1100 PseudoHandle<T> takeOwnership(void* ptr);
H A DRegExpNativeMacroAssembler.cpp240 PseudoHandle<ByteArrayData> rawTable = table->takeOwnership(isolate()); in CheckBitInTable()
/dports/www/firefox/firefox-99.0/js/src/irregexp/
H A DRegExpShim.cpp103 PseudoHandle<void> ptr; in allocatePseudoHandle()
115 PseudoHandle<T> Isolate::takeOwnership(void* ptr) { in takeOwnership()
119 PseudoHandle<T> result; in takeOwnership()
127 PseudoHandle<ByteArrayData> ByteArray::takeOwnership(Isolate* isolate) { in takeOwnership()
128 PseudoHandle<ByteArrayData> result = in takeOwnership()
H A DRegExpNativeMacroAssembler.h283 js::Vector<PseudoHandle<ByteArrayData>, 4, js::SystemAllocPolicy>;
288 void AddTable(PseudoHandle<ByteArrayData> table) { in AddTable()
H A DRegExpShim.h466 using PseudoHandle = mozilla::UniquePtr<T, JS::FreePolicy>; variable
641 PseudoHandle<ByteArrayData> takeOwnership(Isolate* isolate);
1094 mozilla::SegmentedVector<PseudoHandle<void>, 256> uniquePtrArena_;
1100 PseudoHandle<T> takeOwnership(void* ptr);
H A DRegExpNativeMacroAssembler.cpp240 PseudoHandle<ByteArrayData> rawTable = table->takeOwnership(isolate()); in CheckBitInTable()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/
H A DRegExpShim.cpp103 PseudoHandle<void> ptr; in allocatePseudoHandle()
115 PseudoHandle<T> Isolate::takeOwnership(void* ptr) { in takeOwnership()
119 PseudoHandle<T> result; in takeOwnership()
127 PseudoHandle<ByteArrayData> ByteArray::takeOwnership(Isolate* isolate) { in takeOwnership()
128 PseudoHandle<ByteArrayData> result = in takeOwnership()
H A DRegExpNativeMacroAssembler.h283 js::Vector<PseudoHandle<ByteArrayData>, 4, js::SystemAllocPolicy>;
288 void AddTable(PseudoHandle<ByteArrayData> table) { in AddTable()
H A DRegExpShim.h466 using PseudoHandle = mozilla::UniquePtr<T, JS::FreePolicy>; variable
641 PseudoHandle<ByteArrayData> takeOwnership(Isolate* isolate);
1094 mozilla::SegmentedVector<PseudoHandle<void>, 256> uniquePtrArena_;
1100 PseudoHandle<T> takeOwnership(void* ptr);
H A DRegExpNativeMacroAssembler.cpp240 PseudoHandle<ByteArrayData> rawTable = table->takeOwnership(isolate()); in CheckBitInTable()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dtonecurvefield.cpp281 enum pointType { Handle = 0, ControlPoint, PseudoHandle } closestPointType; in getClosestPointIndex() enumerator
291 : (visiblePoint == m_points.at(i)) ? Handle : PseudoHandle; in getClosestPointIndex()