Searched refs:callee (Results 126 - 147 of 147) sorted by relevance

123456

/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc2264 Expression* callee = expr->expression(); local
2265 VariableProxy* proxy = callee->AsVariableProxy();
2266 Property* property = callee->AsProperty();
2275 VisitForStackValue(callee);
2359 VisitForStackValue(callee);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc2343 Expression* callee = expr->expression(); local
2344 VariableProxy* proxy = callee->AsVariableProxy();
2345 Property* property = callee->AsProperty();
2356 VisitForStackValue(callee);
2443 VisitForStackValue(callee);
2955 // Save the new heap number in callee-saved register s0, since
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2160 Expression* callee = expr->expression(); local
2161 VariableProxy* proxy = callee->AsVariableProxy();
2162 Property* property = callee->AsProperty();
2171 VisitForStackValue(callee);
2253 VisitForStackValue(callee);
2778 // The fresh HeapNumber is in rbx, which is callee-save on both x64 ABIs.
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js2468 jQuery.event.handle.apply(arguments.callee.elem, arguments) :
3055 document.removeEventListener( "DOMContentLoaded", arguments.callee, false );
3065 document.detachEvent( "onreadystatechange", arguments.callee );
3080 setTimeout( arguments.callee, 0 );
3193 div.detachEvent("onclick", arguments.callee);
4639 if (obj.callee) return 'arguments';
4686 return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925));
4806 doc.window.detachEvent('onunload', arguments.callee);
5486 this.caller = current; this._current = arguments.callee;
7267 })) ? domready() : arguments.callee
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp5917 llvm::Value *callee = CGF.Builder.CreateStructGEP(mref, 0); local
5918 callee = CGF.Builder.CreateLoad(callee, "msgSend_fn");
5920 callee = CGF.Builder.CreateBitCast(callee, MSI.MessengerType);
5922 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args);
H A DCGObjC.cpp1030 if (const FunctionDecl *callee
1032 if (callee->isTrivial())
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1415 QtRuntimeMetaMethodData* d = static_cast<QtRuntimeMetaMethod *>(exec->callee())->d_func();
1550 QtRuntimeConnectionMethodData* d = static_cast<QtRuntimeConnectionMethod *>(exec->callee())->d_func();
/external/v8/src/
H A Dparser.cc3391 VariableProxy* callee = result->AsVariableProxy(); local
3392 if (callee != NULL &&
3393 callee->IsVariable(isolate()->factory()->eval_symbol())) {
H A Dheap.cc3591 MaybeObject* Heap::AllocateArgumentsObject(Object* callee, int length) { argument
3597 bool strict_mode_callee = callee->IsJSFunction() &&
3598 !JSFunction::cast(callee)->shared()->is_classic_mode();
3637 // Set the callee property for non-strict mode arguments object only.
3640 callee);
H A Dheap.h171 V(callee_symbol, "callee") \
858 // Strict mode arguments has no callee so it is smaller.
863 // callee is only valid in non-strict mode.
871 Object* callee, int length);
H A Druntime.cc7593 Handle<JSFunction> callee = args.at<JSFunction>(0);
7598 isolate->factory()->NewArgumentsObject(callee, argument_count);
7600 int parameter_count = callee->shared()->formal_parameter_count();
7634 Handle<ScopeInfo> scope_info(callee->shared()->scope_info());
7689 JSFunction* callee = JSFunction::cast(args[0]);
7695 isolate->heap()->AllocateArgumentsObject(callee, length);
9206 Handle<Object> callee = args.at<Object>(0);
9213 if (*callee != isolate->global_context()->global_eval_fun() ||
9215 return MakePair(*callee, isolate->heap()->the_hole_value());
H A Dhydrogen.cc5724 Expression* callee = expr->expression(); local
5725 Property* prop = callee->AsProperty();
5805 Expression* callee = expr->expression(); local
5809 Property* prop = callee->AsProperty();
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s40 ; "callee save" registers: fr12-fr21
46 ; "callee save" registers: r3-r18
923 ; using them because they are callee save registers
H A Dpa-risc2W.s34 ; "callee save" registers: fr12-fr21
40 ; "callee save" registers: r3-r18
910 ; using them because they are callee save registers
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp343 printf("%lu m_instructions; %lu bytes at %p; %d parameter(s); %d callee register(s)\n\n",
1473 markStack.append(&callLinkInfo(i).callee);
/external/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm1507 GET_GOT rbx ; save callee-saved reg
/external/v8/benchmarks/
H A Dearley-boyer.js2060 var fun = o.args.callee;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js2054 var fun = o.args.callee;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js2054 var fun = o.args.callee;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js2054 var fun = o.args.callee;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli111 callee-save. *)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 441 milliseconds

123456