Searched full:lda_type (Results 1 – 6 of 6) sorted by relevance
118 def lda_type?119 sig.include?('lda_type')
52 if instr.newobj? || instr.lda_type?
134 …BuildLoadFromPool<Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(instructio…
172 …BuildLoadFromPool<Opcode::<%= inst.opcode =~ /lda_type/ ? 'LoadType' : 'LoadString' %>>(instructio…
593 LOG(ERROR, VERIFIER) << "LDA_TYPE type must be Class."; in HandleLdaType()
2 …LDA_TYPE:return"lda.type";case c.LDA_NULL:return"lda.null";case c.STA:return"sta";case c.STA_64:re…