HomeSort by relevance Sort by last modified time
    Searched full:callee (Results 576 - 600 of 1069) sorted by null

<<21222324252627282930>>

  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 579 /* Spill core callee saves */
617 /* Need to restore any FP callee saves? */
  /bionic/libc/arch-arm/bionic/
memcpy.a9.S 493 /* Save the remaining bytes and restore the callee-saved regs. */
599 /* Save the remaining bytes and restore the callee-saved regs. */
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 32 if (arguments.callee.done) return;
34 arguments.callee.done = true;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 32 if (arguments.callee.done) return;
34 arguments.callee.done = true;
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
  /external/chromium_org/v8/src/
ic.cc 578 void CallICBase::ReceiverToObjectIfRequired(Handle<Object> callee,
580 while (callee->IsJSFunctionProxy()) {
581 callee = Handle<Object>(JSFunctionProxy::cast(*callee)->call_trap(),
585 if (callee->IsJSFunction()) {
586 Handle<JSFunction> function = Handle<JSFunction>::cast(callee);
670 // Make receiver an object if the callee requires it. Strict mode or builtin
843 // Make receiver an object if the callee requires it. Strict mode or builtin
    [all...]
typing.cc 473 Expression* callee = expr->expression(); local
474 Property* prop = callee->AsProperty();
  /external/clang/include/clang/Analysis/
ProgramPoint.h 590 /// - Run Remove dead bindings (to clean up the dead symbols from the callee).
594 // CallExitBegin uses the callee's location context.
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 372 // Set the evaluation function by switching on the callee name.
394 // If the callee isn't defined, it is not of security concern.
  /external/clang/tools/scan-build/
sorttable.js 24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
  /external/llvm/include/llvm/IR/
Attributes.h 70 Builtin, ///< Callee is recognized as a builtin, despite
80 NoBuiltin, ///< Callee isn't recognized as a builtin
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 53 /// callee-saved registers, in bytes.
348 /// getCalleeSaveStackSlotSize - Get the callee-saved register stack slot
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 133 // Create a bitmask with all callee saved registers for CPU or Floating Point
143 // size of stack area to which FP callee-saved regs are saved.
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 431 llvm_unreachable("Expected to see callee-save register restore code");
500 // The ABI requires us to allocate 160 bytes of stack space for the callee,
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86JITInfo.cpp 83 // callee saved registers, for the fastcc calling convention.
129 // JIT callee
X86RegisterInfo.td 307 // List call-clobbered registers before callee-save registers. RBX, RBP, (and
308 // R12, R13, R14, and R15 for X86-64) are callee-save registers.
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/v8/src/
ic.cc 473 void CallICBase::ReceiverToObjectIfRequired(Handle<Object> callee,
475 while (callee->IsJSFunctionProxy()) {
476 callee = Handle<Object>(JSFunctionProxy::cast(*callee)->call_trap());
479 if (callee->IsJSFunction()) {
480 Handle<JSFunction> function = Handle<JSFunction>::cast(callee);
557 // Make receiver an object if the callee requires it. Strict mode or builtin
789 // Make receiver an object if the callee requires it. Strict mode or builtin
    [all...]
  /frameworks/base/tools/preload/
sorttable.js 24 if (arguments.callee.done) return;
26 arguments.callee.done = true;

Completed in 1553 milliseconds

<<21222324252627282930>>