/dalvik/vm/mterp/portable/ |
stubdefs.cpp | 73 #define GOTO_bail() goto bail;
|
/dalvik/vm/mterp/x86-atom/ |
OP_AGET_WIDE.S | 39 jnc common_errArrayIndex # handle index >= length, bail
|
OP_APUT_WIDE.S | 39 jnc common_errArrayIndex # handle index >= length, bail
|
footer.S | 62 3: # debugger/profiler enabled, bail out 67 jmp common_gotoBail # bail 104 3: # debugger/profiler enabled, bail out 108 jmp common_gotoBail # bail 111 * The equivalent of "goto bail", this calls through the "bail handler". 116 * other interpreter or just bail all the way out 373 3: # debugger/profiler enabled, bail out 376 jmp common_gotoBail # bail 387 je common_gotoBail # bail if break fram [all...] |
OP_AGET.S | 44 jnc common_errArrayIndex # handle index >= length, bail
|
OP_APUT.S | 45 jnc common_errArrayIndex # handle index >= length, bail
|
/external/v8/test/mjsunit/regress/ |
regress-3218530.js | 29 // an expression which will bail out.
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
rgb24-hacks.txt | 7 * anywhere at the moment, so just bail and use the fallback
|
/frameworks/base/libs/utils/ |
AssetDir.cpp | 52 /* match, bail */
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DateSortedDownloadAdapter.java | 50 // Bail early if the Cursor is closed.
|
/bootable/recovery/mtdutils/ |
mounts.c | 91 goto bail; 96 goto bail; 157 bail:
|
/build/tools/acp/ |
acp.c | 89 goto bail; 100 goto bail; 164 bail:
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 830 goto bail; 836 goto bail; 841 goto bail; 846 goto bail; 851 goto bail; 856 goto bail; 861 goto bail; 866 goto bail; 871 goto bail; 876 goto bail; [all...] |
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCompiler.cpp | 189 // Iterators to walk over the set of bail outs & corresponding entry points. 197 // For every bail out from the speculative path, we must have provided an entry point 201 // There may be multiple bail outs that map to the same entry point! 254 // bail-outs from the speculative path jump to the corresponding point on 270 // to allow it to check which nodes in the graph may bail out, and may need to reenter the 277 // Link the bail-outs from the speculative path to the corresponding entry points into the non-speculative one.
|
/dalvik/vm/ |
SignalCatcher.cpp | 81 goto bail; 88 goto bail; 93 bail:
|
Exception.cpp | 146 * and we need to bail out. 149 goto bail; 177 goto bail; 183 bail: 275 goto bail; 376 goto bail; 404 goto bail; 414 goto bail; 436 goto bail; 447 bail [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 31 bxne r12 @ bail to the interpreter
|
TEMPLATE_RETURN.S | 29 beq 1f @ bail to interpreter
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_ARRAY.S | 19 bmi common_errNegativeArraySize @ negative length, bail - len in r1
|
OP_NEW_ARRAY_JUMBO.S | 21 bmi common_errNegativeArraySize @ negative length, bail - len in r1
|
/dalvik/vm/mterp/x86/ |
OP_NEW_INSTANCE.S | 32 je common_exceptionThrown # no, bail out
|
OP_NEW_INSTANCE_JUMBO.S | 32 je common_exceptionThrown # no, bail out
|
/external/chromium/chrome/browser/net/ |
connect_interceptor.cc | 58 // referring host, so we can bail out here.
|
/external/dropbear/libtomcrypt/src/modes/lrw/ |
lrw_setiv.c | 50 /* we have accelerators, let's bail since they don't use lrw->pad anyways */
|
/external/icu4c/layout/ |
MarkToLigaturePosnSubtables.cpp | 70 // should really just bail at this point...
|