Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 155) sorted by relevance

1234567

/external/webkit/Source/JavaScriptCore/jit/
DJITStubCall.h167 JIT::Call call() in call() function
175 JIT::Call call = m_jit->call(); in call() local
192 JIT::Call call(unsigned dst) // dst is a virtual register. in call() function
195 JIT::Call call = this->call(); in call() local
203 JIT::Call call(unsigned dst) // dst is a virtual register. in call() function
206 JIT::Call call = this->call(); in call() local
212 JIT::Call call(JIT::RegisterID dst) // dst is a machine register. in call() function
219 JIT::Call call = this->call(); in call() local
/external/webkit/Source/JavaScriptCore/wtf/mac/
DMainThreadMac.mm40 - (void)call; method
46 {
/external/qemu/telephony/
Dremote_call.c123 remote_call_done( RemoteCall call ) in remote_call_done()
146 remote_call_free( RemoteCall call ) in remote_call_free()
223 remote_call_set_sms_pdu( RemoteCall call, in remote_call_set_sms_pdu()
256 remote_call_add( RemoteCall call, in remote_call_add()
271 RemoteCall call = opaque; in remote_call_event() local
368 RemoteCall call; in remote_call_generic() local
398 RemoteCall call = remote_call_generic( REMOTE_CALL_DIAL, number, from ); in remote_call_dial() local
420 RemoteCall call = remote_call_generic( REMOTE_CALL_SMS, number, from ); in remote_call_sms() local
/external/icu4c/test/perf/ubrkperf/
Dubrkperf.h72 virtual void call(UErrorCode *status) in call() function
96 virtual void call(UErrorCode *status) in call() function
109 virtual void call(UErrorCode *status) {}; in call() function
/external/webkit/Source/JavaScriptCore/assembler/
DMacroAssemblerSH4.cpp65 void MacroAssemblerSH4::linkCall(void* code, Call call, FunctionPtr function) in linkCall()
70 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
75 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
DMacroAssemblerX86.h123 Call call() in call() function
176 static void linkCall(void* code, Call call, FunctionPtr function) in linkCall()
181 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
186 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
DLinkBuffer.h93 void link(Call call, FunctionPtr function) in link()
126 CodeLocationCall locationOf(Call call) in locationOf()
133 CodeLocationNearCall locationOfNearCall(Call call) in locationOfNearCall()
157 unsigned returnAddressOffset(Call call) in returnAddressOffset()
/external/webkit/Source/WebCore/bindings/js/
DScriptFunctionCall.cpp124 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) in call() function in WebCore::ScriptFunctionCall
156 ScriptValue ScriptFunctionCall::call() in call() function in WebCore::ScriptFunctionCall
200 ScriptValue ScriptCallback::call() in call() function in WebCore::ScriptCallback
206 ScriptValue ScriptCallback::call(bool& hadException) in call() function in WebCore::ScriptCallback
/external/webkit/Source/WebCore/bindings/v8/
DScriptFunctionCall.cpp115 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) in call() function in WebCore::ScriptFunctionCall
142 ScriptValue ScriptFunctionCall::call() in call() function in WebCore::ScriptFunctionCall
181 ScriptValue ScriptCallback::call() in call() function in WebCore::ScriptCallback
187 ScriptValue ScriptCallback::call(bool& hadException) in call() function in WebCore::ScriptCallback
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DCallable.java25 V call() throws Exception; in call() method
/external/webkit/Source/WebCore/loader/
DPolicyCallback.cpp100 void PolicyCallback::call(bool shouldContinue) in call() function in WebCore::PolicyCallback
109 void PolicyCallback::call(PolicyAction action) in call() function in WebCore::PolicyCallback
/external/icu4c/test/perf/convperf/
Dconvperf.h55 virtual void call(UErrorCode* status){ in call() function
101 virtual void call(UErrorCode* status){ in call() function
131 virtual void call(UErrorCode* status){ in call() function
192 virtual void call(UErrorCode* status){ in call() function
246 virtual void call(UErrorCode* status){ in call() function
315 virtual void call(UErrorCode* status){ in call() function
372 virtual void call(UErrorCode* status){ in call() function
423 virtual void call(UErrorCode* status){ in call() function
479 virtual void call(UErrorCode* status){ in call() function
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
Dregress-23346.js37 function call() function
/external/llvm/include/llvm/Support/
DManagedStatic.h32 static void call(void * Ptr) { delete (T*)Ptr; } in call() function
/external/clang/test/CodeGenCXX/
Dinstantiate-temporaries.cpp17 void call() { in call() function
/external/llvm/test/Object/Inputs/
Delfver.S15 call _puts@PLT label
/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.cpp122 virtual void call(UErrorCode* pErrorCode) { in call() function in CheckFCD
190 virtual void call(UErrorCode* pErrorCode) { in call() function in ToNFC
214 virtual void call(UErrorCode* pErrorCode) { in call() function in GetBiDiClass
/external/webkit/Source/JavaScriptCore/runtime/
DCallData.cpp35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, … in call() function
/external/v8/test/mjsunit/regress/
Dregress-1650.js45 Fake.prototype.call = function () { method in Fake
/external/skia/src/gpu/gl/
DGrGLUtil.cpp19 const char* call) { in GrGLCheckErr()
/external/valgrind/main/memcheck/tests/x86/
Dtronical.S97 call set define
/external/mesa3d/src/glsl/
Dir_function_can_inline.cpp59 can_inline(ir_call *call) in can_inline()
Dhir_field_selection.cpp78 ast_expression *call = expr->subexpressions[1]; in _mesa_ast_field_selection_to_hir() local
/external/v8/src/
Dheap-profiler.h39 #define HEAP_PROFILE(heap, call) \ argument
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
DRmiSerializer.java178 … private void writeMethodCall(ByteBuffer buffer, RemoteMethodCallMessage call) throws IOException{ in writeMethodCall()
202 RemoteMethodCallMessage call = new RemoteMethodCallMessage(); in readMethodCall() local
257 RemoteMethodCallMessage call = (RemoteMethodCallMessage) object; in writeObject() local

1234567