Home
last modified time | relevance | path

Searched defs:valStart (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dlexer.cpp143 int valStart = curIdx; in GetConstVal() local
204 TokenKind MIRLexer::GetHexConst(uint32 valStart, bool negative) in GetHexConst()
231 TokenKind MIRLexer::GetIntConst(uint32 valStart, bool negative) in GetIntConst()
277 TokenKind MIRLexer::GetFloatConst(uint32 valStart, uint32 startIdx, bool negative) in GetFloatConst()
362 int valStart = curIdx - 1; in GetTokenWithPrefixPercent() local