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

<<11121314151617181920>>

  /dalvik/vm/compiler/template/armv5te/
header.S 39 Callee must save/restore r4+ (except r12) if it modifies them.
  /dalvik/vm/interp/
InterpDefs.h 29 * Size of save area for callee-save FP regs, which are not automatically
  /dalvik/vm/mterp/x86/
entry.S 39 /* Spill callee save regs */
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.h 83 // object is owned and deleted by callee.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.h 63 // Creates a new instance of the SuggestionsCombiner (owned by the callee),
  /external/chromium_org/content/public/browser/
web_ui_data_source.h 69 // If the callee doesn't want to handle the data, false is returned. Otherwise
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.h 63 // to identify it in the command buffer. Callee dups the handle until
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
named-evals.html 10 " var thisFunc = arguments.callee;\n" +
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CallbackPromiseAdapter.h 62 // in and it is up to the callee to free the WebCallbacks instace.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.h 82 * it will have to be freed after calling this function by the callee.
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_constant_folding.cpp 125 exec_list_iterator sig_iter = ir->callee->parameters.iterator();
opt_dead_functions.cpp 107 signature_entry *entry = this->get_signature_entry(ir->callee);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_nop.c 56 * callee making the number/type of arguments significant.
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java 59 * decides the types of the {@code Message} objects, not the callee. The
  /external/chromium_org/v8/test/webkit/
preventExtensions-expected.txt 56 PASS Object.getOwnPropertyDescriptor(args, "callee").writable is false
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 105 std::string Callee;
108 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
109 : Callee(callee), Args(args) {}
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 57 /// given on the comand line. It is higher if the callee is marked with the
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 163 Value *Callee = CS.getCalledValue();
165 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
166 Pointers.insert(Callee);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 153 // callee's register window. This function translates registers to the
265 // Integer return values must be sign or zero extended by the callee.
661 SDValue Callee = CLI.Callee;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.td 48 // Callee save
  /external/llvm/test/CodeGen/AArch64/
tail-call.ll 55 ; callee will not deallocate the space, even in fastcc.
  /external/llvm/test/CodeGen/ARM/
2011-04-26-SchedTweak.ll 4 ; more callee-saved registers and introduce copies.
struct_byval.ll 49 ; We can't do tail call since address of s is passed to the callee and part of
  /external/llvm/test/CodeGen/X86/
2010-02-19-TailCallRetAddrBug.ll 6 ; caller frame is replaced by the callee frame. This can require that arguments are
force-align-stack-alloca.ll 50 ; zone with callee-saved registers to pop them.

Completed in 1294 milliseconds

<<11121314151617181920>>