HomeSort by relevance Sort by last modified time
    Searched refs:Callee (Results 1 - 7 of 7) sorted by null

  /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; }
RegisterFile.h 107 Callee = -2,
  /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...]
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/WebCore/bindings/v8/
V8Binding.cpp 484 v8::Handle<v8::Value> value = args.Callee()->Get(getToStringName());
  /external/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1754 milliseconds