HomeSort by relevance Sort by last modified time
    Searched refs:je (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/test/MC/ELF/
undef2.s 5 je .Lfoo
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 143 self.je = JetEdit(self, "JETOPEN_CTRLS", self)
145 self.je.ctrls[JetDefs.F_JLIST].AppendItems(fileList)
147 self.je.ctrls[JetDefs.F_JFILE].SetValue(fileList[0])
159 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
164 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
    [all...]
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 16 je .L${opcode}_errNullObject # go if so
25 je common_exceptionThrown # no, exception pending
OP_THROW.S 11 je common_errNullObject
OP_CONST_CLASS.S 12 je .L${opcode}_resolve
33 je common_exceptionThrown
OP_CONST_STRING.S 13 je .L${opcode}_resolve
32 je common_exceptionThrown
OP_CONST_STRING_JUMBO.S 13 je .L${opcode}_resolve
32 je common_exceptionThrown
OP_INVOKE_INTERFACE.S 20 je common_errNullObject # yes, fail
31 je common_exceptionThrown
OP_ARRAY_LENGTH.S 10 je common_errNullObject
OP_FILL_ARRAY_DATA.S 14 je common_exceptionThrown
OP_INSTANCE_OF.S 22 je .L${opcode}_store # null obj, not instance, store it
28 je .L${opcode}_resolve # not resolved, do it now
31 je .L${opcode}_trivial # yes, trivial finish
84 je common_exceptionThrown # no, handle exception
OP_MONITOR_ENTER.S 12 je common_errNullObject
OP_SHR_LONG.S 23 je 2f
alt_stub.S 16 je 1f # reload rIBASE & resume if not
  /external/llvm/test/MC/MachO/
relax-jumps.s 20 je L1
  /bionic/libm/i387/
e_exp.S 63 je 1f /* jump if mode is good */
78 je 1f
  /dalvik/vm/mterp/x86-atom/
OP_THROW.S 35 je common_errNullObject # handle null object
OP_MONITOR_EXIT.S 36 je common_errNullObject # handle null object
45 je common_exceptionThrown # handle exception
OP_EXECUTE_INLINE_RANGE.S 50 je 1f # handle one arg
53 je 3f # handle three args
74 je common_exceptionThrown # handle exception
OP_IPUT_OBJECT_QUICK.S 33 je common_errNullObject # handle null object
38 je 1f
binopD.S 39 je common_errDivideByZero # handle divide by zero
43 je .L${opcode}_break
  /bionic/libc/arch-x86/string/
index.S 20 je L2
bcmp.S 27 je L2
  /external/llvm/test/MC/COFF/
weak.s 18 je LBB0_2
  /external/libffi/src/x86/
sysv.S 199 je .Lcls_retint
209 je .Lcls_retfloat
211 je .Lcls_retdouble
213 je .Lcls_retldouble
215 je .Lcls_retllong
217 je .Lcls_retstruct
277 je .Lrcls_retint
287 je .Lrcls_retfloat
289 je .Lrcls_retdouble
291 je .Lrcls_retldoubl
    [all...]

Completed in 243 milliseconds

1 2 3 4 5 6 7 8 910