Searched refs:tempOutput (Results 1 – 1 of 1) sorted by relevance
657 …std::string tempOutput = panda::os::file::File::GetExtendedFilePath(inputFile + pid + outputSuffix… in OptimizeProgram() local658 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()