Searched full:buildloadfrompool (Results 1 – 6 of 6) sorted by relevance
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…
323 void BuildLoadFromPool(const BytecodeInstruction *bcInst);
172 …BuildLoadFromPool<Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(instructio…
1462 void InstBuilder::BuildLoadFromPool(const BytecodeInstruction *bcInst) in BuildLoadFromPool() function