Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h609 return fileInfoIsString; in GetFileInfoIsString()
613 fileInfoIsString = fileInfoIsStr; in SetFileInfoIsString()
617 fileInfoIsString.push_back(isString); in PushFileInfoIsString()
904 MapleVector<bool> fileInfoIsString; // tells if an entry has string value variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp41 fileInfoIsString(memPoolAllocator.Adapter()), in MIRModule()
193 if (!fileInfoIsString[i]) { in DumpGlobals()