Home | History | Annotate | Download | only in x86

Lines Matching full:opcode

25     je        .L${opcode}_resolve       # no, go do it
26 .L${opcode}_resolved: # on entry, ecx<- class
28 jne .L${opcode}_needinit
29 .L${opcode}_initialized: # on entry, ecx<- class
43 jne .L${opcode}_jitCheck
45 .L${opcode}_end:
58 .L${opcode}_jitCheck:
60 jne .L${opcode}_end # yes, finish
80 .L${opcode}_needinit:
86 jne .L${opcode}_initialized # success, continue
93 .L${opcode}_resolve:
104 jne .L${opcode}_resolved # good to go