Searched refs:fClearInstructions (Results 1 – 5 of 5) sorted by relevance
75 BlockInst* fClearInstructions; member in CodeContainer422 if (fClearInstructions->fCode.size() > 0) { in generateClear()423 fClearInstructions->accept(visitor); in generateClear()494 fClearInstructions->pushBackInst(inst); in pushClearMethod()
54 fClearInstructions(InstBuilder::genBlockInst()), in CodeContainer()406 global_block->merge(fClearInstructions); in flattenFIR()626 block->pushBackInst(fClearInstructions); in generateInstanceClear()691 init_block->pushBackInst(fClearInstructions); in generateInstanceInitFun()
127 if (fClearInstructions->fCode.size() > 0) { in dumpGlobalsAndInit()129 fClearInstructions->accept(&firvisitor); in dumpGlobalsAndInit()
145 BlockInst* renamed = DspRenamer().getCode(fClearInstructions); in generateInstanceClear()210 init_block->pushBackInst(MoveVariablesInFront3().getCode(fClearInstructions)); in generateInstanceInitFun()
140 init_block->pushBackInst(MoveVariablesInFront3().getCode(fClearInstructions)); in generateInstanceInitFun()252 generateWASTBlock(DspRenamer().getCode(fClearInstructions)); in produceClass()