HomeSort by relevance Sort by last modified time
    Searched refs:callee (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 230 return new StackTraceV8(stackTraceLimit, topMostFunctionToIgnore || arguments.callee);
268 Error.captureStackTrace(holder, topMostFunctionToIgnore || arguments.callee);
1014 call.setStackTrace(StackTrace.create(1, arguments.callee));
1037 var stackTrace = StackTrace.create(1, arguments.callee);
1063 var stackTrace = StackTrace.create(1, arguments.callee);
    [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/third_party/x86inc/
x86inc.asm 123 ; %2 = number of registers used. pushes callee-saved regs if needed.
124 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed.
  /external/chromium_org/v8/src/
factory.h 291 Handle<JSObject> NewArgumentsObject(Handle<Object> callee, int length);
ic.cc 519 void CallICBase::ReceiverToObjectIfRequired(Handle<Object> callee,
521 while (callee->IsJSFunctionProxy()) {
522 callee = Handle<Object>(JSFunctionProxy::cast(*callee)->call_trap(),
526 if (callee->IsJSFunction()) {
527 Handle<JSFunction> function = Handle<JSFunction>::cast(callee);
611 // Make receiver an object if the callee requires it. Strict mode or builtin
853 // Make receiver an object if the callee requires it. Strict mode or builtin
    [all...]
factory.cc     [all...]
  /external/v8/src/
bootstrapper.cc 1128 Handle<AccessorPair> callee = factory->NewAccessorPair(); local
    [all...]
factory.h 251 Handle<JSObject> NewArgumentsObject(Handle<Object> callee, int length);
ic.h 241 void ReceiverToObjectIfRequired(Handle<Object> callee, Handle<Object> object);
factory.cc     [all...]
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 453 IRCallee *callee, IRExpr **args, HReg dst)
478 vex_printf("calling %s: argument #%d has type ", callee->name, i);
525 target = Ptr_to_ULong(callee->addr);
529 callee->name, dst));
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 196 callee. */
273 /* Set once the function has been instantiated and its callee
411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node
438 callee. */
485 /* Set once the variable has been instantiated and its callee
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 196 callee. */
273 /* Set once the function has been instantiated and its callee
411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node
438 callee. */
485 /* Set once the variable has been instantiated and its callee
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 196 callee. */
273 /* Set once the function has been instantiated and its callee
411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node
438 callee. */
485 /* Set once the variable has been instantiated and its callee
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 196 callee. */
273 /* Set once the function has been instantiated and its callee
411 struct cgraph_node *callee; variable in typeref:struct:cgraph_node
438 callee. */
485 /* Set once the variable has been instantiated and its callee
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 320 ; Win64 ABI requires that XMM6:XMM15 are callee saved
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 178 std::string Callee;
181 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
182 : Callee(callee), Args(args) {}
1085 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 202 std::string Callee;
205 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
206 : Callee(callee), Args(args) {}
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 263 if (obj.callee) return 'arguments';
310 return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925));
430 doc.window.detachEvent('onunload', arguments.callee);
1110 this.caller = current; this._current = arguments.callee;
    [all...]
prototype-1.6.0.3.js 345 replacement = arguments.callee.prepareReplacement(replacement);
406 var self = arguments.callee;
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 201 ; %2 = number of registers used. pushes callee-saved regs if needed.
202 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed.
872 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
  /external/clang/lib/AST/
ItaniumMangle.cpp 2497 const Expr *callee = call->getCallee(); local
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 28 llvm::Value *Callee,
62 Callee, ReturnValue, Args, MD);
170 const Expr *callee = CE->getCallee()->IgnoreParens(); local
172 if (isa<BinaryOperator>(callee))
175 const MemberExpr *ME = cast<MemberExpr>(callee);
180 llvm::Value *Callee = CGM.GetAddrOfFunction(MD);
181 return EmitCall(getContext().getPointerType(MD->getType()), Callee,
272 llvm::Value *Callee;
285 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty);
287 Callee = CGM.GetAddrOfCXXDestructor(Dtor, Dtor_Complete, FInfo, Ty)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 672 milliseconds

1 2 3 4 56 7 8 9