Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp122 static inline bool UpdatePrimType(bool primType, int splitNo, uint32_t ch) in UpdatePrimType() argument
128 if (((ch == ';') || (ch == '(') || (ch == ')')) && (splitNo > 1)) { in UpdatePrimType()
158 int splitNo = 0; // split: class 0 | method 1 | signature 2 in DecodeName() local
213 splitNo++; in DecodeName()
216 primType = UpdatePrimType(primType, splitNo, asc); in DecodeName()
219 if (splitNo < 2) { // split: class 0 | method 1 | signature 2 in DecodeName()
224 primType = UpdatePrimType(primType, splitNo, c); in DecodeName()