HomeSort by relevance Sort by last modified time
    Searched refs:EncodedJSValue (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 254 __declspec(naked) EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unused1*/, Profiler**, JSGlobalData*)
662 __asm EncodedJSValue ctiTrampoline(void*, RegisterFile*, CallFrame*, JSValue*, Profiler**, JSGlobalData*)
710 __asm EncodedJSValue ctiTrampoline(void*, RegisterFile*, CallFrame*, void* /*unused1*/, Profiler**, JSGlobalData*)
    [all...]
JITStubCall.h 86 JITStubCall(JIT* jit, EncodedJSValue (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
226 static const size_t stackIndexStep = sizeof(EncodedJSValue) == 2 * sizeof(void*) ? 2 : 1;
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.cpp 52 EncodedJSValue JSCallbackFunction::call(ExecState* exec)
APICast.h 75 return JSC::JSValue::decode(reinterpret_cast<JSC::EncodedJSValue>(const_cast<OpaqueJSValue*>(v)));
89 return JSC::JSValue::decode(reinterpret_cast<JSC::EncodedJSValue>(const_cast<OpaqueJSValue*>(v)));
JSCallbackObject.h 185 static EncodedJSValue JSC_HOST_CALL call(ExecState*);
186 static EncodedJSValue JSC_HOST_CALL construct(ExecState*);
JSCallbackConstructor.cpp 57 static EncodedJSValue JSC_HOST_CALL constructJSCallback(ExecState* exec)
  /external/webkit/Source/WebCore/bindings/js/
JSAudioConstructor.cpp 50 static EncodedJSValue JSC_HOST_CALL constructAudio(ExecState* exec)
JSDOMFormDataCustom.cpp 49 EncodedJSValue JSC_HOST_CALL JSDOMFormDataConstructor::constructJSDOMFormData(ExecState* exec)
JSImageConstructor.cpp 44 static EncodedJSValue JSC_HOST_CALL constructImage(ExecState* exec)
JSSharedWorkerCustom.cpp 54 EncodedJSValue JSC_HOST_CALL JSSharedWorkerConstructor::constructJSSharedWorker(ExecState* exec)
JSWebSocketCustom.cpp 47 EncodedJSValue JSC_HOST_CALL JSWebSocketConstructor::constructJSWebSocket(ExecState* exec)
JSOptionConstructor.cpp 46 static EncodedJSValue JSC_HOST_CALL constructHTMLOptionElement(ExecState* exec)
JSAudioContextCustom.cpp 42 EncodedJSValue JSC_HOST_CALL JSAudioContextConstructor::constructJSAudioContext(ExecState* exec)
JSNodeListCustom.cpp 78 static EncodedJSValue JSC_HOST_CALL callNodeList(ExecState* exec)
JSDataViewCustom.cpp 50 EncodedJSValue JSC_HOST_CALL JSDataViewConstructor::constructJSDataView(ExecState* exec)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 51 static EncodedJSValue JSC_HOST_CALL callMethod(ExecState* exec)
  /external/webkit/Source/JavaScriptCore/runtime/
WriteBarrier.h 142 EncodedJSValue* v;
154 EncodedJSValue m_value;
JSValueInlineMethods.h 176 inline EncodedJSValue JSValue::encode(JSValue value)
181 inline JSValue JSValue::decode(EncodedJSValue encodedJSValue)
184 v.u.asInt64 = encodedJSValue;
362 inline EncodedJSValue JSValue::encode(JSValue value)
367 inline JSValue JSValue::decode(EncodedJSValue ptr)
JSFunction.h 39 EncodedJSValue JSC_HOST_CALL callHostFunctionAsConstructor(ExecState*);
Error.cpp 176 static EncodedJSValue JSC_HOST_CALL constructThrowTypeError(ExecState* exec)
188 static EncodedJSValue JSC_HOST_CALL callThrowTypeError(ExecState* exec)
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp     [all...]
JSTestMediaQueryListListener.h 77 JSC::EncodedJSValue JSC_HOST_CALL jsTestMediaQueryListListenerPrototypeFunctionMethod(JSC::ExecState*);
JSTestInterface.cpp 78 static JSC::EncodedJSValue JSC_HOST_CALL constructJSTestInterface(JSC::ExecState*);
101 EncodedJSValue JSC_HOST_CALL JSTestInterfaceConstructor::constructJSTestInterface(ExecState* exec)
  /external/webkit/Source/WebCore/bridge/
runtime_method.cpp 89 static EncodedJSValue JSC_HOST_CALL callRuntimeMethod(ExecState* exec)
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 185 static EncodedJSValue JSC_HOST_CALL call(ExecState* exec);
206 static EncodedJSValue JSC_HOST_CALL call(ExecState* exec);

Completed in 866 milliseconds

1 23 4