HomeSort by relevance Sort by last modified time
    Searched defs:callee (Results 1 - 16 of 16) sorted by null

  /external/libffi/testsuite/libffi.call/
problem1.c 16 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);
  /external/webkit/JavaScriptCore/jit/
JITCall.cpp 52 // regT0 holds callee, regT1 holds argCount
58 storePtr(regT0, Address(callFrameRegister, RegisterFile::Callee * static_cast<int>(sizeof(Register)))); // callee
96 int callee = instruction[2].u.operand; local
100 emitLoad(callee, regT1, regT0);
106 emitJumpSlowCaseIfNotJSCell(callee, regT1);
127 int callee = instruction[2].u.operand; local
129 linkSlowCaseIfNotJSCell(iter, callee);
133 stubCall.call(dst); // In the interpreter, the callee puts the return value in dst.
235 int callee = instruction[2].u.operand local
283 int callee = instruction[2].u.operand; local
301 int callee = instruction[2].u.operand; local
375 int callee = instruction[2].u.operand; local
    [all...]
JITStubs.cpp 1309 JSFunction* callee = (JSFunction*)specific; local
1652 JSFunction* callee = asFunction(stackFrame.args[0].jsValue()); local
1698 JSFunction* callee = asFunction(stackFrame.args[0].jsValue()); local
    [all...]
JITOpcodes.cpp 72 // regT0 holds callee, regT1 holds argCount. regT2 will hold the FunctionExecutable.
87 // Check argCount matches callee arity.
111 // regT0 holds callee, regT1 holds argCount. regT2 will hold the FunctionExecutable.
126 // Check argCount matches callee arity.
162 * convention which results in the callee popping its arguments off the stack, but
174 JSObject* callee; member in struct:JSC::NativeCallFrameStructure
181 JSObject* callee; member in struct:JSC::NativeFunctionCalleeSignature
191 // JSObject* callee; // passed in EDX
234 // Plant callee
235 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, X86Registers::eax)
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Arguments.h 50 JSFunction* callee; member in struct:JSC::ArgumentsData
122 function = callFrame->callee();
140 JSFunction* callee; local
144 getArgumentsData(callFrame, callee, firstParameterIndex, argv, numArguments);
146 d->numParameters = callee->jsExecutable()->parameterCount();
168 d->callee = callee;
177 ASSERT(!callFrame->callee()->jsExecutable()->parameterCount());
197 d->callee = callFrame->callee();
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 40 JSFunction* callee() const { return this[RegisterFile::Callee].function(); } function in class:JSC::ExecState
144 void setCallee(JSFunction* callee) { static_cast<Register*>(this)[RegisterFile::Callee] = callee; }
  /dalvik/vm/compiler/
Frontend.c 60 const Method **callee)
90 *callee = calleeMethod;
102 *callee = calleeMethod;
114 *callee = calleeMethod;
125 *callee = calleeMethod;
251 * If so, don't inline the callee as there is no stack frame for the
298 /* This method is invoked as a callee and has been analyzed - just return */
351 /* Uncomment the following to explore various callee patterns */
638 const Method *callee = NULL; local
641 &targetOffset, &isInvoke, &callee);
1104 const Method *callee; local
1235 const Method *callee = NULL; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 185 /* Set once the function has been instantiated and its callee
205 struct cgraph_node *callee; local
258 /* Set once the variable has been instantiated and its callee
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 187 /* Set once the function has been instantiated and its callee
207 struct cgraph_node *callee; local
260 /* Set once the variable has been instantiated and its callee
  /external/v8/src/
builtins.cc 764 v8::Local<v8::Function> callee = v8::Utils::ToLocal(function); local
771 callee,
844 v8::Local<v8::Function> callee = v8::Utils::ToLocal(function); local
852 callee,
916 v8::Local<v8::Function> callee = v8::Utils::ToLocal(callee_handle); local
921 callee,
    [all...]
parser.cc 3078 VariableProxy* callee = result->AsVariableProxy(); local
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 105 : callee(0)
114 CodeBlock* callee; member in struct:JSC::CallLinkInfo
117 void setUnlinked() { callee = 0; }
118 bool isLinked() { return callee; }
307 caller->callee = this;
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 391 SipProfile callee = local
393 SipConnection c = new SipConnection(this, callee,
428 SipProfile callee = sipAudioCall.getPeerProfile(); local
429 SipConnection c = new SipConnection(this, callee);
685 public SipConnection(SipCall owner, SipProfile callee,
689 mPeer = callee;
693 public SipConnection(SipCall owner, SipProfile callee) {
694 this(owner, callee, getUriString(callee));
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 536 milliseconds