Searched +defs:function +defs:call (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DCachedCall.h38 CachedCall(CallFrame* callFrame, JSFunction* function, int argumentCount) argument
48 JSValue call() function in class:JSC::CachedCall
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptFunctionCall.cpp118 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
124 JSValue function = thisObject->get(m_exec, Identifier(m_exec, m_name)); local
155 ScriptValue ScriptFunctionCall::call() function in class:WebCore::ScriptFunctionCall
193 ScriptCallback::ScriptCallback(ScriptState* state, const ScriptValue& function) argument
199 ScriptValue ScriptCallback::call() function in class:WebCore::ScriptCallback
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyCallback.cpp88 void PolicyCallback::set(ContentPolicyDecisionFunction function, void* argument) argument
100 void PolicyCallback::call(bool shouldContinue) function in class:WebCore::PolicyCallback
109 void PolicyCallback::call(PolicyAction action) function in class:WebCore::PolicyCallback
61 set(const ResourceRequest& request, PassRefPtr<FormState> formState, NavigationPolicyDecisionFunction function, void* argument) argument
74 set(const ResourceRequest& request, PassRefPtr<FormState> formState, const String& frameName, const NavigationAction& navigationAction, NewWindowPolicyDecisionFunction function, void* argument) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackFunction.cpp61 JSCallbackFunction* function = new (NotNull, allocateCell<JSCallbackFunction>(*exec->heap())) JSCallbackFunction(globalObject, globalObject->callbackFunctionStructure(), callback); local
66 EncodedJSValue JSCallbackFunction::call(ExecState* exec) function in class:JSC::JSCallbackFunction
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dprofile.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl-indent.el[all...]
H A Delp.el[all...]
H A Dcl-specs.el[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h66 void relink(CodeLocationCall call, CodeLocationLabel destination) argument
71 void relink(CodeLocationCall call, FunctionPtr destination) argument
111 void relinkCallerToFunction(ReturnAddressPtr returnAddress, FunctionPtr function) argument
H A DLinkBuffer.h112 void link(Call call, FunctionPtr function) argument
116 MacroAssembler::linkCall(code(), call, function); local
145 CodeLocationCall locationOf(Call call) argument
152 locationOfNearCall(Call call) argument
191 returnAddressOffset(Call call) argument
[all...]
H A DMacroAssemblerX86.h182 Call call() function in class:JSC::MacroAssemblerX86
250 static FunctionPtr readCallTarget(CodeLocationCall call) argument
294 static void linkCall(void* code, Call call, FunctionPtr function) argument
299 repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
304 repatchCall(CodeLocationCall call, FunctionPtr destination) argument
[all...]
H A DMacroAssemblerX86_64.h125 Call call() function in class:JSC::MacroAssemblerX86_64
581 static FunctionPtr readCallTarget(CodeLocationCall call) argument
619 static void linkCall(void* code, Call call, FunctionPtr function) argument
627 repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
632 repatchCall(CodeLocationCall call, FunctionPtr destination) argument
[all...]
H A DMacroAssemblerARM.h836 Call call(RegisterID target) function in class:JSC::MacroAssemblerARM
841 void call(Address address) function in class:JSC::MacroAssemblerARM
964 Call call() function in class:JSC::MacroAssemblerARM
1292 static FunctionPtr readCallTarget(CodeLocationCall call) argument
1371 static void linkCall(void* code, Call call, FunctionPtr function) argument
1376 static void repatchCall(CodeLocationCall call, CodeLocationLabe argument
1381 repatchCall(CodeLocationCall call, FunctionPtr destination) argument
[all...]
H A DMacroAssemblerARMv7.h1603 ALWAYS_INLINE Call call() function in class:JSC::MacroAssemblerARMv7
1609 ALWAYS_INLINE Call call(RegisterID target) function in class:JSC::MacroAssemblerARMv7
1614 ALWAYS_INLINE Call call(Address address) function in class:JSC::MacroAssemblerARMv7
1771 readCallTarget(CodeLocationCall call) argument
1900 linkCall(void* code, Call call, FunctionPtr function) argument
1905 repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
1910 repatchCall(CodeLocationCall call, FunctionPtr destination) argument
[all...]
H A DMacroAssemblerMIPS.h1941 Call call() function in class:JSC::MacroAssemblerMIPS
1950 Call call(RegisterID target) function in class:JSC::MacroAssemblerMIPS
1958 Call call(Address address) function in class:JSC::MacroAssemblerMIPS
2701 static FunctionPtr readCallTarget(CodeLocationCall call) argument
2749 static void linkCall(void* code, Call call, FunctionPtr function) argument
2754 repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
2759 repatchCall(CodeLocationCall call, FunctionPtr destination) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSlowPathGenerator.h62 virtual MacroAssembler::Call call() const function in class:JSC::DFG::SlowPathGenerator
113 virtual MacroAssembler::Call call() const function in class:JSC::DFG::CallSlowPathGenerator
128 void recordCall(MacroAssembler::Call call) argument
101 CallSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result) argument
154 CallResultAndNoArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result) argument
177 CallResultAndOneArgumentSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1) argument
203 CallResultAndTwoArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2) argument
232 CallResultAndThreeArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3) argument
267 CallResultAndFourArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4) argument
304 CallResultAndFiveArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4, ArgumentType5 argument5) argument
338 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, SpillRegistersMode spillMode = NeedToSpill) argument
351 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, SpillRegistersMode spillMode = NeedToSpill) argument
365 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, SpillRegistersMode spillMode = NeedToSpill) argument
379 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, SpillRegistersMode spillMode = NeedToSpill) argument
396 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4, SpillRegistersMode spillMode = NeedToSpill) argument
414 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4, ArgumentType5 argument5, SpillRegistersMode spillMode = NeedToSpill) argument
[all...]
H A DDFGJITCompiler.h68 CallLinkRecord(MacroAssembler::Call call, FunctionPtr function) argument
143 CallExceptionRecord(MacroAssembler::Call call, CodeOrigi argument
149 CallExceptionRecord(MacroAssembler::Call call, MacroAssembler::Jump exceptionCheck, CodeOrigin codeOrigin) argument
314 appendCall(const FunctionPtr& function) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dkmacro.el[all...]
H A Dx-dnd.el[all...]
H A Dvc-hooks.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-services.el
H A Derc-backend.el[all...]
/macosx-10.9.5/groff-38/groff/src/devices/xditview/
H A Dxditview.c123 Syntax(const char *call) argument
149 XtCallbackProc function; member in struct:menuEntry
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Ddcl-mode.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dccl.el[all...]

Completed in 181 milliseconds

12