/external/chromium_org/v8/test/webkit/ |
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype-expected.txt | 24 Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered, and was a dictionary all along.
|
/external/llvm/include/llvm/CodeGen/ |
MachineRegisterInfo.h | 87 /// current function. It doesn't include registers clobbered by function 92 /// This bit vector represents all the registers clobbered by function calls. 376 /// function. Also check for clobbered aliases and registers clobbered by
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_query.c | 152 * may be reused for other purposes and clobbered by the host when it
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
file_util.py | 77 ruthlessly clobbered.) If 'preserve_mode' is true (the default),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
file_util.py | 77 ruthlessly clobbered.) If 'preserve_mode' is true (the default),
|
/external/llvm/lib/Target/PowerPC/ |
PPCJITInfo.cpp | 107 // Save all call-clobbered FP regs. 172 // Save all call-clobbered FP regs. 249 // Save all call-clobbered FP regs.
|
/external/llvm/lib/CodeGen/ |
LiveVariables.cpp | 423 // Call HandlePhysRegKill() for all live registers clobbered by Mask. 424 // Clobbered registers are always dead, sp there is no need to use 433 // Kill the largest clobbered super-register.
|
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 549 // Get the memory clobbered by the instruction we depend on. MemDep will 824 // If all of the allocas were clobbered by the call then we're not going 856 // If all of the allocas were clobbered by the access then we're not going
|
/art/compiler/dex/quick/ |
gen_loadstore.cc | 28 * register is clobbered, and marked in_use.
|
/build/tools/ |
warn.py | 203 'description':'Variable might be clobbered by longjmp or vfork', 204 'patterns':[r".*: warning: variable '.+' might be clobbered by 'longjmp' or 'vfork'"] }, 206 'description':'Argument might be clobbered by longjmp or vfork', 207 'patterns':[r".*: warning: argument '.+' might be clobbered by 'longjmp' or 'vfork'"] }, [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenCommon.cpp | 444 /* Mark all resources as being clobbered */
|
/dalvik/vm/compiler/codegen/mips/ |
CodegenCommon.cpp | 407 /* Mark all resources as being clobbered */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAState.java | 131 ErrorManager.internalError("Clobbered incident edge");
|
/external/bison/lib/ |
spawni.c | 153 "variable 'flags' might be clobbered by 'longjmp' or 'vfork'" */
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
HistoryController.cpp | 251 // a back/forward navigation. Also, it is clobbered when a new history navigation begins,
|
/external/chromium_org/v8/src/arm/ |
lithium-codegen-arm.h | 353 // All registers are clobbered.
|
/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.h | 378 // All registers are clobbered.
|
/external/elfutils/libdw/ |
dwarf_getaranges.c | 257 The buffers overlap, so we've clobbered the early elements
|
/external/llvm/include/llvm/IR/ |
InlineAsm.h | 226 Kind_Clobber = 4, // Clobbered register, "~r".
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.td | 85 // clobbered by the epilogue.
|
/external/llvm/test/CodeGen/SystemZ/ |
frame-04.ll | 160 ; This function should use all call-clobbered FPRs but no call-saved ones.
|
frame-05.ll | 188 ; This function should use all call-clobbered GPRs but no call-saved ones.
|
frame-06.ll | 185 ; This function should use all call-clobbered GPRs but no call-saved ones.
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Util.java | 259 * the caller's buffer for consistency checks like CRC could be clobbered by
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimationDrawable.java | 229 // Unscheduling may have clobbered this value; restore it to record that we're animating
|