Searched
full:callee (Results
376 -
400 of
1069) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8PerIsolateData.cpp | 162 v8::Handle<v8::Value> value = info.Callee()->Get(v8AtomicString(info.GetIsolate(), "toString"));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.h | 152 const char *next(); /* Return a null-terminated c-string. The buffer is owned by callee. */
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectionendtoend_unittest.cc | 124 "callee")) {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
peerconnectiontestwrapper.h | 48 PeerConnectionTestWrapper* callee);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_constant_variable.cpp | 135 exec_list_iterator sig_iter = ir->callee->parameters.iterator();
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
mesadef.py | 59 print '; callee is responsible for popping this data'
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
mesa.def | 17 ; callee is responsible for popping this data
|
/external/chromium_org/v8/src/ia32/ |
frames-ia32.h | 46 1 << 7; // edi - callee function
|
/external/chromium_org/v8/src/x64/ |
frames-x64.h | 40 1 << 7; // rdi - callee function
|
/external/chromium_org/v8/test/webkit/ |
preventExtensions.js | 142 shouldBeFalse('Object.getOwnPropertyDescriptor(args, "callee").writable')
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
PathDiagnostic.h | 546 : PathDiagnosticPiece(Call), Caller(callerD), Callee(0), 550 : PathDiagnosticPiece(Call), Caller(caller), Callee(0), 554 const Decl *Callee; 574 const Decl *getCallee() const { return Callee; }
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SubEngine.h | 97 // Generate the entry node of the callee.
|
/external/icu4c/test/intltest/ |
wbnf.h | 152 const char *next(); /* Return a null-terminated c-string. The buffer is owned by callee. */
|
/external/libffi/src/pa/ |
ffi.c | 100 the callee. Instead, the general and floating registers replace 112 This allows the callee to save its arguments on the stack if 298 z += 1; /* pass by ptr, callee will copy */ 431 /* If returning via structure, callee will write to our pointer. */
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 33 /* For ARM NEON, d8-d15 are callee-saved registers, and need to be saved. */
|
/external/llvm/include/llvm/Target/ |
TargetCallingConv.td | 137 /// CalleeSavedRegs - A list of callee saved registers for a given calling
|
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 263 // Look through call (skipping callee) 274 // Look through invoke (skipping BB, BB, Callee) 488 // not profitable. Also, if the callee is a special function (e.g. 542 // Nothing's actually returned, it doesn't matter what the callee put there
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.cpp | 94 // callee-saved register, or whether it's a more generic
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.h | 165 unsigned getArgumentAlignment(SDValue Callee, const ImmutableCallSite *CS,
|
/external/llvm/lib/Target/R600/ |
AMDGPUISelLowering.h | 62 CLI.Callee.dump();
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.h | 125 unsigned getSRetArgSize(SelectionDAG &DAG, SDValue Callee) const;
|
/external/llvm/lib/Target/X86/ |
X86MachineFunctionInfo.h | 32 /// CalleeSavedFrameSize - Size of the callee-saved register portion of the
|
X86RegisterInfo.h | 99 /// callee-save registers on this target.
|
/external/llvm/test/CodeGen/ARM/ |
atomic-op.ll | 164 ; This function should not need to use callee-saved registers.
|
domain-conv-vmovs.ll | 76 ; This call forces a move from a callee-saved register to the return-reg. That
|
Completed in 1244 milliseconds
<<11121314151617181920>>