Home
last modified time | relevance | path

Searched refs:CompilerConstraintInstance (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTypeInference.cpp1173 class CompilerConstraintInstance : public CompilerConstraint class
1622 typedef CompilerConstraintInstance<ConstraintDataFreeze> T; in freeze()
1827 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectFlags> T; in hasFlags()
1877 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectFlags> T; in initialHeap()
1995 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectForInlinedCall> T; in watchStateChangeForInlinedCall()
2006 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectForTypedArrayData> T; in watchStateChangeForTypedArrayData()
2017 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectForUnboxedConvertedToNative> T; in watchStateChangeForUnboxedConvertedToNative()
2093 typedef CompilerConstraintInstance<ConstraintDataFreezePropertyState> T; in nonData()
2107 typedef CompilerConstraintInstance<ConstraintDataFreezePropertyState> T; in nonWritable()
2173 typedef CompilerConstraintInstance<ConstraintDataConstantProperty> T; in constant()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTypeInference.cpp1132 class CompilerConstraintInstance : public CompilerConstraint class
1569 typedef CompilerConstraintInstance<ConstraintDataFreeze> T; in freeze()
1772 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectFlags> T; in hasFlags()
1822 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectFlags> T; in initialHeap()
1932 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectForInlinedCall> T; in watchStateChangeForInlinedCall()
1943 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectForTypedArrayData> T; in watchStateChangeForTypedArrayData()
1954 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectForUnboxedConvertedToNative> T; in watchStateChangeForUnboxedConvertedToNative()
2028 typedef CompilerConstraintInstance<ConstraintDataFreezePropertyState> T; in nonData()
2042 typedef CompilerConstraintInstance<ConstraintDataFreezePropertyState> T; in nonWritable()
2106 typedef CompilerConstraintInstance<ConstraintDataConstantProperty> T; in constant()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTypeInference.cpp986 class CompilerConstraintInstance : public CompilerConstraint { class
990 CompilerConstraintInstance<T>(LifoAlloc* alloc,
1041 bool CompilerConstraintInstance<T>::generateTypeConstraint( in generateTypeConstraint()
1397 typedef CompilerConstraintInstance<ConstraintDataFreeze> T; in freeze()
1584 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectFlags> T; in hasFlags()
1627 typedef CompilerConstraintInstance<ConstraintDataFreezeObjectFlags> T; in initialHeap()
1709 typedef CompilerConstraintInstance< in watchStateChangeForTypedArrayData()
1722 typedef CompilerConstraintInstance< in watchStateChangeForUnboxedConvertedToNative()
1791 typedef CompilerConstraintInstance<ConstraintDataFreezePropertyState> T; in nonData()
1863 typedef CompilerConstraintInstance<ConstraintDataConstantProperty> T; in constant()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DTypeInference.cpp1231 class CompilerConstraintInstance : public CompilerConstraint { class
1235 CompilerConstraintInstance<T>(LifoAlloc* alloc,
1293 bool CompilerConstraintInstance<T>::generateTypeConstraint( in generateTypeConstraint()
1694 using T = CompilerConstraintInstance<ConstraintDataFreeze>; in freeze()
1896 using T = CompilerConstraintInstance<ConstraintDataFreezeObjectFlags>; in hasFlags()
1950 using T = CompilerConstraintInstance<ConstraintDataFreezeObjectFlags>; in initialHeap()
2011 CompilerConstraintInstance<ConstraintDataFreezeObjectForTypedArrayData>; in watchStateChangeForTypedArrayData()
2088 using T = CompilerConstraintInstance<ConstraintDataFreezePropertyState>; in nonData()
2103 using T = CompilerConstraintInstance<ConstraintDataFreezePropertyState>; in nonWritable()
2178 using T = CompilerConstraintInstance<ConstraintDataConstantProperty>; in constant()
[all …]