Searched defs:callee (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLLIntCallLinkInfo.h58 WriteBarrier<JSFunction> callee; member in struct:JSC::LLIntCallLinkInfo
H A DCallLinkInfo.h79 JITWriteBarrier<JSFunction> callee; member in struct:JSC::CallLinkInfo
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml36 let callee = var
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml36 let callee = var
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonSlowPaths.h48 JSFunction* callee = jsCast<JSFunction*>(exec->callee()); local
H A DArguments.h233 JSFunction* callee = jsCast<JSFunction*>(callFrame->callee()); local
262 JSFunction* callee = inlineCallFrame->calleeForCallFrame(callFrame); local
/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
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileThreadTask.h174 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/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
/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
/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
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DJSStackInlines.h53 pushFrame(CallFrame* callerFrame, class CodeBlock* codeBlock, JSScope* scope, int argsCount, JSObject* callee) argument
H A DInterpreter.h79 Strong<JSObject> callee; member in struct:JSC::StackFrame
H A DCallFrame.h44 JSObject* callee() const { return this[JSStack::Callee].function(); } function in class:JSC::ExecState
236 void setCallee(JSObject* callee) { static_cast<Register*>(this)[JSStack::Callee] = Register::withCallee(callee); } argument
172 init(CodeBlock* codeBlock, Instruction* vPC, JSScope* scope, CallFrame* callerFrame, int argc, JSObject* callee) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall.cpp149 int callee = instruction[1].u.operand; local
H A DJIT.cpp805 void JIT::linkFor(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JIT::CodePtr code, CallLinkInfo* callLinkInfo, VM* vm, CodeSpecializationKind kind) argument
H A DJITCall32_64.cpp225 int callee = instruction[1].u.operand; local
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml36 let callee = var
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml44 let callee = "binary" ^ (String.make 1 op) in var
45 let callee = var
54 let callee = var
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml73 let callee = "binary" ^ (String.make 1 op) in var
74 let callee = var
84 let callee = var
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp112 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.h364 void addJSCall(Call fastCall, Call slowCall, DataLabelPtr targetToCheck, CallLinkInfo::CallType callType, GPRReg callee, CodeOrigin codeOrigin) argument
449 JSCallRecord(Call fastCall, Call slowCall, DataLabelPtr targetToCheck, CallLinkInfo::CallType callType, GPRReg callee, CodeOrigin codeOrigin) argument
H A DDFGRepatch.cpp1128 void dfgLinkFor(ExecState* exec, CallLinkInfo& callLinkInfo, CodeBlock* calleeCodeBlock, JSFunction* callee, MacroAssemblerCodePtr codePtr, CodeSpecializationKind kind) argument
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp121 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp128 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args) argument

Completed in 265 milliseconds

12