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

12345

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLLIntCallLinkInfo.h48 bool isLinked() { return callee; }
52 callee.clear();
58 WriteBarrier<JSFunction> callee; member in struct:JSC::LLIntCallLinkInfo
H A DCodeOrigin.cpp80 return callee.get();
82 return jsCast<JSFunction*>((exec + stackOffset)->callee());
108 if (callee)
109 out.print(", known callee: ", JSValue(callee.get()));
H A DCallLinkInfo.h79 JITWriteBarrier<JSFunction> callee; member in struct:JSC::CallLinkInfo
89 bool isLinked() { return stub || callee; }
H A DCallLinkInfo.cpp50 callee.clear();
53 // It will be on a list if the callee has a code block.
H A DCodeOrigin.h104 WriteBarrier<JSFunction> callee; // This may be null, indicating that this is a closure call and that the JSFunction and JSScope are already on the stack.
112 bool isClosureCall() const { return !callee; }
114 // Get the callee given a machine call frame to which this InlineCallFrame belongs.
/macosx-10.9.5/dtrace-118.1/test/tst/common/vars/
H A Dtst.ucaller.ksh38 callee=__cxa_finalize
43 callee=malloc
52 pid\$target:$dylib:$callee:entry
/macosx-10.9.5/JavaScriptCore-7537.78.1/debugger/
H A DDebuggerCallFrame.cpp45 if (!m_callFrame->callee())
48 JSObject* function = m_callFrame->callee();
59 JSObject* function = m_callFrame->callee();
69 if (m_callFrame->callee())
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonSlowPaths.h48 JSFunction* callee = jsCast<JSFunction*>(exec->callee()); local
49 ASSERT(!callee->isHostFunction());
50 CodeBlock* newCodeBlock = &callee->jsExecutable()->generatedBytecodeFor(kind);
H A DErrorConstructor.cpp53 Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure();
66 Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure();
H A DNativeErrorConstructor.cpp55 Structure* errorStructure = static_cast<NativeErrorConstructor*>(exec->callee())->errorStructure();
69 Structure* errorStructure = static_cast<NativeErrorConstructor*>(exec->callee())->errorStructure();
H A DArguments.h233 JSFunction* callee = jsCast<JSFunction*>(callFrame->callee()); local
236 m_callee.set(callFrame->vm(), this, callee);
253 if (m_isStrictMode || !callee->jsExecutable()->parameterCount())
262 JSFunction* callee = inlineCallFrame->calleeForCallFrame(callFrame); local
265 m_callee.set(callFrame->vm(), this, callee);
274 if (m_isStrictMode || !callee->jsExecutable()->parameterCount())
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSArrayBufferCustom.cpp39 JSArrayBufferConstructor* jsConstructor = jsCast<JSArrayBufferConstructor*>(exec->callee());
H A DJSWebKitPointCustom.cpp37 JSWebKitPointConstructor* jsConstructor = jsCast<JSWebKitPointConstructor*>(exec->callee());
H A DJSWorkerCustom.cpp50 JSWorkerConstructor* jsConstructor = jsCast<JSWorkerConstructor*>(exec->callee());
/macosx-10.9.5/WebCore-7537.78.1/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
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml34 | Ast.Call (callee, args) ->
36 let callee = var
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
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml34 | Ast.Call (callee, args) ->
36 let callee = var
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
/macosx-10.9.5/llvmCore-3425.0.33/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 var
45 let callee = var
46 match lookup_function callee the_module with
47 | Some callee
54 let callee = var
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dproblem1.c16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2) function
38 *(my_ffi_struct *)resp = callee(a1, a2);
84 ffi_call(&cif, FFI_FN(callee), &res, args);
/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dproblem1.c16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2) function
38 *(my_ffi_struct *)resp = callee(a1, a2);
84 ffi_call(&cif, FFI_FN(callee), &res, args);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dproblem1.c16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2) function
38 *(my_ffi_struct *)resp = callee(a1, a2);
84 ffi_call(&cif, FFI_FN(callee), &res, args);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dproblem1.c16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2) function
38 *(my_ffi_struct *)resp = callee(a1, a2);
84 ffi_call(&cif, FFI_FN(callee), &res, args);
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml31 let callee = "unary" ^ (String.make 1 op) in
32 let callee =
33 match lookup_function callee the_module with
34 | Some callee -> callee
37 build_call callee [|operand|] "unop" builder
73 let callee = "binary" ^ (String.make 1 op) in var
74 let callee = var
75 match lookup_function callee the_module with
76 | Some callee
84 let callee = var
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DCallFrame.cpp80 if (!callee())
82 JSCell* calleeAsFunctionCell = getJSFunction(callee());
151 JSFunction* calleeAsFunction = inlineCallFrame->callee.get();
178 // this -> The callee; this is either an inlined callee in which case it already has
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRepatch.h43 void dfgLinkFor(ExecState*, CallLinkInfo&, CodeBlock*, JSFunction* callee, MacroAssemblerCodePtr, CodeSpecializationKind);

Completed in 306 milliseconds

12345