Searched full:buildloadfrompool (Results 1 – 9 of 9) sorted by relevance
24 void InstBuilder::BuildLoadFromPool(const BytecodeInst *bcInst) in BuildLoadFromPool() function
214 void BuildLoadFromPool(const BytecodeInst *bcInst);
25 void InstBuilder::BuildLoadFromPool(const BytecodeInstruction *bc_inst) in BuildLoadFromPool() function
224 void BuildLoadFromPool(const BytecodeInstruction *bc_inst);
134 …BuildLoadFromPool<Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(instructio…
109 …BuildLoadFromPool<compiler::Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(…
371 void BuildLoadFromPool(const BytecodeInstruction *bcInst);
197 …BuildLoadFromPool<Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(instructio…
1491 void InstBuilder::BuildLoadFromPool(const BytecodeInstruction *bcInst) in BuildLoadFromPool() function