Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdrecord.cpp93 RecordType MDClassRange::GetStrTyByIdx(size_t curIdx) in GetStrTyByIdx()
99 const std::string &MDClassRange::GetStrByIdx(size_t curIdx) in GetStrByIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/include/
Dmdrecord.h118 explicit StringElement(unsigned int curIdx) : strElemntIdx(curIdx) in StringElement()
208 MDObject(unsigned int curIdx, MDClass &pClass, maple::MemPool &memPool) in MDObject()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dlexer.h91 uint32 curIdx = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp156 int curIdx = static_cast<int>(lexer.GetCurIdx()) - static_cast<int>(lexName.length()) + 1; in Error() local
180 int curIdx = static_cast<int>(lexer.GetCurIdx()) - static_cast<int>(lexName.length()) + 1; in Warning() local