Home
last modified time | relevance | path

Searched refs:getSetToken (Results 1 – 12 of 12) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DSWSB_G4IR.cpp970 Acc.Token = Acc.Inst->getSetToken(); in updateRegAccess()
1091 auto T = Inst->getSetToken(); in updateTokenSet()
1146 Acc.Token = Acc.Inst->getSetToken(); in genSWSBPatchInfo()
1848 unsigned short token = inst->getSetToken(); in assignDepTokens()
4084 dstTokens.set(inst->getSetToken(), false); in insertTest()
4089 unsigned short token = inst->getSetToken(); in insertTest()
4105 dstTokens.set(inst->getSetToken(), false); in insertTest()
4106 srcTokens.set(inst->getSetToken(), false); in insertTest()
4119 dstTokens.set(inst->getSetToken(), false); in insertTest()
4120 srcTokens.set(inst->getSetToken(), false); in insertTest()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DParser.java2277 final long getSetToken = propertyToken; in propertyAssignment() local
2281 … final PropertyFunction getter = propertyGetterFunction(getSetToken, functionLine); in propertyAssignment()
2285 … final PropertyFunction setter = propertySetterFunction(getSetToken, functionLine); in propertyAssignment()
2307 … private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine) { in propertyGetterFunction() argument
2313 …final FunctionNode functionNode = functionBody(getSetToken, getNameNode, new ArrayList<IdentNode>(… in propertyGetterFunction()
2318 … private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine) { in propertySetterFunction() argument
2337 …final FunctionNode functionNode = functionBody(getSetToken, setNameNode, parameters, FunctionNode.… in propertySetterFunction()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DParser.java2277 final long getSetToken = propertyToken; in propertyAssignment() local
2281 … final PropertyFunction getter = propertyGetterFunction(getSetToken, functionLine); in propertyAssignment()
2285 … final PropertyFunction setter = propertySetterFunction(getSetToken, functionLine); in propertyAssignment()
2307 … private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine) { in propertyGetterFunction() argument
2313 …final FunctionNode functionNode = functionBody(getSetToken, getNameNode, new ArrayList<IdentNode>(… in propertyGetterFunction()
2318 … private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine) { in propertySetterFunction() argument
2337 …final FunctionNode functionNode = functionBody(getSetToken, setNameNode, parameters, FunctionNode.… in propertySetterFunction()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java3179 final long getSetToken = propertyToken; in propertyAssignment() local
3183 … final PropertyFunction getter = propertyGetterFunction(getSetToken, functionLine); in propertyAssignment()
3187 … final PropertyFunction setter = propertySetterFunction(getSetToken, functionLine); in propertyAssignment()
3236 … private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine) { in propertyGetterFunction() argument
3237 return propertyGetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertyGetterFunction()
3240 …private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine, fi… in propertyGetterFunction() argument
3266 getSetToken, in propertyGetterFunction()
3276 … private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine) { in propertySetterFunction() argument
3277 return propertySetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertySetterFunction()
3280 …private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine, fi… in propertySetterFunction() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java3179 final long getSetToken = propertyToken; in propertyAssignment() local
3183 … final PropertyFunction getter = propertyGetterFunction(getSetToken, functionLine); in propertyAssignment()
3187 … final PropertyFunction setter = propertySetterFunction(getSetToken, functionLine); in propertyAssignment()
3236 … private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine) { in propertyGetterFunction() argument
3237 return propertyGetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertyGetterFunction()
3240 …private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine, fi… in propertyGetterFunction() argument
3266 getSetToken, in propertyGetterFunction()
3276 … private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine) { in propertySetterFunction() argument
3277 return propertySetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertySetterFunction()
3280 …private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine, fi… in propertySetterFunction() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java3179 final long getSetToken = propertyToken; in propertyAssignment() local
3183 … final PropertyFunction getter = propertyGetterFunction(getSetToken, functionLine); in propertyAssignment()
3187 … final PropertyFunction setter = propertySetterFunction(getSetToken, functionLine); in propertyAssignment()
3236 … private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine) { in propertyGetterFunction() argument
3237 return propertyGetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertyGetterFunction()
3240 …private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine, fi… in propertyGetterFunction() argument
3266 getSetToken, in propertyGetterFunction()
3276 … private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine) { in propertySetterFunction() argument
3277 return propertySetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertySetterFunction()
3280 …private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine, fi… in propertySetterFunction() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java3179 final long getSetToken = propertyToken; in propertyAssignment() local
3183 … final PropertyFunction getter = propertyGetterFunction(getSetToken, functionLine); in propertyAssignment()
3187 … final PropertyFunction setter = propertySetterFunction(getSetToken, functionLine); in propertyAssignment()
3236 … private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine) { in propertyGetterFunction() argument
3237 return propertyGetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertyGetterFunction()
3240 …private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine, fi… in propertyGetterFunction() argument
3266 getSetToken, in propertyGetterFunction()
3276 … private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine) { in propertySetterFunction() argument
3277 return propertySetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertySetterFunction()
3280 …private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine, fi… in propertySetterFunction() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java3179 final long getSetToken = propertyToken; in propertyAssignment() local
3183 … final PropertyFunction getter = propertyGetterFunction(getSetToken, functionLine); in propertyAssignment()
3187 … final PropertyFunction setter = propertySetterFunction(getSetToken, functionLine); in propertyAssignment()
3236 … private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine) { in propertyGetterFunction() argument
3237 return propertyGetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertyGetterFunction()
3240 …private PropertyFunction propertyGetterFunction(final long getSetToken, final int functionLine, fi… in propertyGetterFunction() argument
3266 getSetToken, in propertyGetterFunction()
3276 … private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine) { in propertySetterFunction() argument
3277 return propertySetterFunction(getSetToken, functionLine, FunctionNode.ES6_IS_METHOD); in propertySetterFunction()
3280 …private PropertyFunction propertySetterFunction(final long getSetToken, final int functionLine, fi… in propertySetterFunction() argument
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljsparser.cpp888 node->getSetToken = loc(1); in parse()
899 node->getSetToken = loc(1); in parse()
H A Dqmljsast_p.h690 { return getSetToken; } in firstSourceLocation()
697 SourceLocation getSetToken; variable
H A Dqmljs.g1421 node->getSetToken = loc(1);
1435 node->getSetToken = loc(1);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp406 …unsigned short getSetToken() const { if (swsb.tokenType == SB_SET) return swsb.SBToken; else retur… in getSetToken() function in vISA::G4_INST