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

123456

/external/clang/test/Analysis/diagnostics/
H A Dundef-value-callee.h2 void callee() { function
H A Dundef-value-caller.c4 #include "undef-value-callee.h"
10 callee();
/external/mesa3d/src/glsl/
H A Dir_function_can_inline.cpp62 const ir_function_signature *callee = call->get_callee(); local
63 if (!callee->is_defined)
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
H A Dlink_functions.cpp69 * shader callee will point to an ir_function_signature in the original
74 const ir_function_signature *const callee = ir->get_callee(); local
75 assert(callee != NULL);
76 const char *const name = callee->function_name();
82 find_matching_signature(name, &callee->parameters, &linked, 1);
110 f->exact_matching_signature(&callee->parameters);
112 linked_sig = new(linked) ir_function_signature(callee->return_type);
117 * ir_call from linked then linked_sig and callee will be
H A Dir_constant_expression.cpp965 if (!this->callee->is_builtin)
994 const char *callee = this->callee_name();
995 if (strcmp(callee, "abs") == 0) {
997 } else if (strcmp(callee, "all") == 0) {
1004 } else if (strcmp(callee, "any") == 0) {
1011 } else if (strcmp(callee, "acos") == 0) {
1015 } else if (strcmp(callee, "acosh") == 0) {
1019 } else if (strcmp(callee, "asin") == 0) {
1023 } else if (strcmp(callee, "asinh") == 0) {
1027 } else if (strcmp(callee, "ata
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-3185905.js29 var a = arguments.callee;
37 var a = arguments.callee;
45 var a = arguments.callee;
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerCallFrame.cpp44 if (!m_callFrame->callee())
47 JSObject* function = m_callFrame->callee();
58 JSObject* function = m_callFrame->callee();
67 if (m_callFrame->callee())
/external/webkit/Source/JavaScriptCore/jit/
H A DJITCall32_64.cpp51 // regT0 holds callee, regT1 holds argCount
66 int callee = instruction[1].u.operand; local
70 emitLoad(callee, regT1, regT0);
74 emitJumpSlowCaseIfNotJSCell(callee, regT1);
93 int callee = instruction[1].u.operand; local
95 linkSlowCaseIfNotJSCell(iter, callee);
192 int callee = instruction[1].u.operand; local
199 stubCall.addArgument(callee);
206 emitLoad(callee, regT1, regT0);
208 emitJumpSlowCaseIfNotJSCell(callee, regT
227 int callee = instruction[1].u.operand; local
249 int callee = instruction[1].u.operand; local
304 int callee = instruction[1].u.operand; local
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSArrayBufferCustom.cpp39 JSArrayBufferConstructor* jsConstructor = static_cast<JSArrayBufferConstructor*>(exec->callee());
H A DJSWebKitCSSMatrixCustom.cpp37 JSWebKitCSSMatrixConstructor* jsConstructor = static_cast<JSWebKitCSSMatrixConstructor*>(exec->callee());
H A DJSWebKitPointCustom.cpp37 JSWebKitPointConstructor* jsConstructor = static_cast<JSWebKitPointConstructor*>(exec->callee());
H A DJSEventSourceCustom.cpp56 JSEventSourceConstructor* jsConstructor = static_cast<JSEventSourceConstructor*>(exec->callee());
H A DJSFloat32ArrayCustom.cpp53 JSFloat32ArrayConstructor* jsConstructor = static_cast<JSFloat32ArrayConstructor*>(exec->callee());
H A DJSFloat64ArrayCustom.cpp53 JSFloat64ArrayConstructor* jsConstructor = static_cast<JSFloat64ArrayConstructor*>(exec->callee());
H A DJSInt16ArrayCustom.cpp53 JSInt16ArrayConstructor* jsConstructor = static_cast<JSInt16ArrayConstructor*>(exec->callee());
H A DJSInt32ArrayCustom.cpp53 JSInt32ArrayConstructor* jsConstructor = static_cast<JSInt32ArrayConstructor*>(exec->callee());
/external/webkit/Source/WebCore/fileapi/
H A DFileThreadTask.h170 T* const callee,
175 T* const callee,
179 callee,
185 T* const callee,
190 callee,
197 T* const callee,
203 callee,
211 T* const callee,
218 callee,
174 createFileThreadTask( T* const callee, void (T::*method)()) argument
184 createFileThreadTask( T* const callee, void (T::*method)(MP1), const P1& parameter1) argument
196 createFileThreadTask( T* const callee, void (T::*method)(MP1, MP2), const P1& parameter1, const P2& parameter2) argument
210 createFileThreadTask( T* const callee, void (T::*method)(MP1, MP2, MP3), const P1& parameter1, const P2& parameter2, const P3& parameter3) argument
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCMainThreadTask.h163 T* const callee,
168 T* const callee,
172 callee,
178 T* const callee,
183 callee,
190 T* const callee,
196 callee,
204 T* const callee,
211 callee,
167 createMainThreadTask( T* const callee, void (T::*method)()) argument
177 createMainThreadTask( T* const callee, void (T::*method)(MP1), const P1& parameter1) argument
189 createMainThreadTask( T* const callee, void (T::*method)(MP1, MP2), const P1& parameter1, const P2& parameter2) argument
203 createMainThreadTask( T* const callee, void (T::*method)(MP1, MP2, MP3), const P1& parameter1, const P2& parameter2, const P3& parameter3) argument
/external/v8/src/
H A Dapiutils.h46 internal::JSFunction* callee,
49 implicit_args[v8::Arguments::kCalleeIndex] = callee;
44 PrepareArgumentsData(internal::Object** implicit_args, internal::Object* data, internal::JSFunction* callee, internal::Object* holder) argument
/external/webkit/Source/JavaScriptCore/runtime/
H A DErrorConstructor.cpp45 Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure();
58 Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure();
H A DArguments.h52 WriteBarrier<JSFunction> callee; member in struct:JSC::ArgumentsData
131 function = asFunction(callFrame->callee());
151 JSFunction* callee; local
155 getArgumentsData(callFrame, callee, firstParameterIndex, argv, numArguments);
157 d->numParameters = callee->jsExecutable()->parameterCount();
178 d->callee.set(callFrame->globalData(), this, callee);
192 ASSERT(!asFunction(callFrame->callee())->jsExecutable()->parameterCount());
211 d->callee.set(callFrame->globalData(), this, asFunction(callFrame->callee()));
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml34 | Ast.Call (callee, args) ->
36 let callee =
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml34 | Ast.Call (callee, args) ->
36 let callee =
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml22 let callee = "unary" ^ (String.make 1 op) in
23 let callee =
24 match lookup_function callee the_module with
25 | Some callee -> callee
28 build_call callee [|operand|] "unop" builder
44 let callee = "binary" ^ (String.make 1 op) in
45 let callee =
46 match lookup_function callee the_module with
47 | Some callee
[all...]
/external/libffi/testsuite/libffi.call/
H A Dproblem1.c16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2) function
39 *(my_ffi_struct *)resp = callee(a1, a2);
85 ffi_call(&cif, FFI_FN(callee), &res, args);

Completed in 420 milliseconds

123456