/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 584 * p2p_wps_success_cb(). The callee is responsible for timing out group [all...] |
/dalvik/vm/compiler/codegen/x86/ |
Lower.h | 521 #define C_SCRATCH_3 scratchRegs[2] //scratch reg inside callee [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 75 * invocation. Check if the translation exists for the callee, but don't [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 227 var n = arguments.callee.call(this, c, elemId);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 227 var n = arguments.callee.call(this, c, elemId);
|
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxKbExplorerScript.js | 19 goog.base=function(a,b,c){var d=arguments.callee.caller;if(goog.DEBUG&&!d)throw Error("arguments.caller not defined. goog.base() expects not to be running in strict mode. See http://www.ecma-international.org/ecma-262/5.1/#sec-C");if(d.superClass_)return d.superClass_.constructor.apply(a,Array.prototype.slice.call(arguments,1));for(var e=Array.prototype.slice.call(arguments,2),h=!1,f=a.constructor;f;f=f.superClass_&&f.superClass_.constructor)if(f.prototype[b]===d)h=!0;else if(h)return f.prototype[b].apply(a,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
Platform.h | 272 // The callback ownership is passed to the callee.
|
/external/llvm/docs/ |
TableGenFundamentals.rst | 712 // All calls clobber the non-callee saved registers...
|
/external/llvm/docs/tutorial/ |
LangImpl3.rst | 203 Function *CalleeF = TheModule->getFunction(Callee);
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 625 // ensure that the callee's frame or the alloca data is suitably aligned; [all...] |
TailDuplication.cpp | 580 // A return may expand into a lot more instructions (e.g. reload of callee [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.td | 415 // allowed to use callee-saved registers since they must be scheduled 416 // after callee-saved register are popped. 426 // allowed to use callee-saved registers since they must be scheduled 427 // after callee-saved register are popped. [all...] |
X86MCInstLower.cpp | 450 // off all but the first operand (the callee). FIXME: Change isel.
|
/external/qemu/tcg/x86_64/ |
tcg-target.c | [all...] |
/external/v8/src/arm/ |
deoptimizer-arm.cc | 751 // callee saved registers in JavaScript frames, so all registers are [all...] |
/external/v8/src/x64/ |
deoptimizer-x64.cc | 726 // callee saved registers in JavaScript frames, so all registers are [all...] |
macro-assembler-x64.cc | 695 // Allocate HandleScope in callee-save registers. 827 // R12 to r15 are callee save on all platforms. [all...] |
/external/valgrind/main/VEX/priv/ |
host_ppc_defs.h | 82 extern HReg hregPPC_GPR31 ( Bool mode64 ); // GuestStatePtr (callee-saved) [all...] |
/external/valgrind/main/coregrind/ |
m_debuglog.c | 114 "pushq %%r15\n" /* r15 is callee-save */
|
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 120 // callee should delete[] the results from these [all...] |
/frameworks/base/services/jni/ |
com_android_server_input_InputManagerService.cpp | 766 // The callee is responsible for recycling the event. [all...] |
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaOverload.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCasts.cpp | [all...] |