Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp657 …std::string tempOutput = panda::os::file::File::GetExtendedFilePath(inputFile + pid + outputSuffix… in OptimizeProgram() local
658 if (panda::pandasm::AsmEmitter::Emit(tempOutput, *prog, statp, mapsp, true)) { in OptimizeProgram()
659 panda::bytecodeopt::OptimizeBytecode(prog, mapsp, tempOutput, true, true); in OptimizeProgram()
662 std::remove(tempOutput.c_str()); in OptimizeProgram()