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

  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 59 // FunctionPtr:
61 // FunctionPtr should be used to wrap pointers to C/C++ functions in JSC
63 class FunctionPtr {
65 FunctionPtr()
71 explicit FunctionPtr(FunctionType* value)
110 explicit ReturnAddressPtr(FunctionPtr function)
RepatchBuffer.h 72 void relink(CodeLocationCall call, FunctionPtr destination)
112 void relinkCallerToFunction(ReturnAddressPtr returnAddress, FunctionPtr function)
MacroAssemblerX86.h 184 static void linkCall(void* code, Call call, FunctionPtr function)
194 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
LinkBuffer.h 82 void link(Call call, FunctionPtr function)
MacroAssemblerX86_64.h 429 static void linkCall(void* code, Call call, FunctionPtr function)
442 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
MacroAssemblerARM.h 911 static void linkCall(void* code, Call call, FunctionPtr function)
921 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
MacroAssemblerARMv7.h     [all...]
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 604 patchBuffer.link(failureCall, FunctionPtr(cti_op_put_by_id_fail));
608 patchBuffer.link(m_calls[0].from, FunctionPtr(cti_op_put_by_id_transition_realloc));
623 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(cti_op_get_by_id_self_fail));
656 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(cti_op_get_by_id));
665 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(cti_op_put_by_id_generic));
718 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(cti_op_get_by_id_array_fail));
    [all...]
JITStubs.cpp 792 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_put_by_id_generic));
800 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_put_by_id_generic));
806 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_put_by_id_generic));
815 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_put_by_id_generic));
840 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_get_by_id_generic));
860 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_get_by_id_generic));
868 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_get_by_id_generic));
883 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(cti_op_get_by_id_generic));
946 *stackFrame.returnAddressSlot() = ReturnAddressPtr(FunctionPtr(jscGeneratedNativeCode));
978 returnAddressSlot = ReturnAddressPtr(FunctionPtr(ctiVMThrowTrampoline))
    [all...]
JITOpcodes.cpp 335 move(ImmPtr(FunctionPtr(ctiVMThrowTrampoline).value()), regT2);
357 patchBuffer.link(string_failureCases1Call, FunctionPtr(cti_op_get_by_id_string_fail));
358 patchBuffer.link(string_failureCases2Call, FunctionPtr(cti_op_get_by_id_string_fail));
359 patchBuffer.link(string_failureCases3Call, FunctionPtr(cti_op_get_by_id_string_fail));
361 patchBuffer.link(callArityCheck1, FunctionPtr(cti_op_call_arityCheck));
362 patchBuffer.link(callJSFunction1, FunctionPtr(cti_op_call_JSFunction));
364 patchBuffer.link(callArityCheck2, FunctionPtr(cti_op_call_arityCheck));
365 patchBuffer.link(callJSFunction2, FunctionPtr(cti_op_call_JSFunction));
366 patchBuffer.link(callLazyLinkCall, FunctionPtr(cti_vm_lazyLinkCall));
    [all...]
JITStubCall.h 227 FunctionPtr m_stub;
JIT.cpp 68 void ctiPatchCallByReturnAddress(CodeBlock* codeblock, ReturnAddressPtr returnAddress, FunctionPtr newCalleeFunction)
523 patchBuffer.link(iter->from, FunctionPtr(iter->to));
JIT.h 173 void ctiPatchCallByReturnAddress(CodeBlock* codeblock, ReturnAddressPtr returnAddress, FunctionPtr newCalleeFunction);
    [all...]
  /external/clearsilver/csharp/
CS.cs 117 [MarshalAs(UnmanagedType.FunctionPtr)]

Completed in 174 milliseconds