Searched refs:Call (Results 51 - 75 of 445) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Doutput_protection_resource.cc50 Call<PpapiPluginMsg_OutputProtection_QueryStatusReply>(
89 Call<PpapiPluginMsg_OutputProtection_EnableProtectionReply>(
H A Dfile_ref_resource.cc134 Call<PpapiPluginMsg_FileRef_MakeDirectoryReply>(
144 Call<PpapiPluginMsg_FileRef_TouchReply>(
153 Call<PpapiPluginMsg_FileRef_DeleteReply>(
162 Call<PpapiPluginMsg_FileRef_RenameReply>(
174 Call<PpapiPluginMsg_FileRef_QueryReply>(
184 Call<PpapiPluginMsg_FileRef_ReadDirectoryEntriesReply>(
H A Dtcp_socket_resource_base.cc83 Call<PpapiPluginMsg_TCPSocket_BindReply>(
106 Call<PpapiPluginMsg_TCPSocket_ConnectReply>(
128 Call<PpapiPluginMsg_TCPSocket_ConnectReply>(
171 Call<PpapiPluginMsg_TCPSocket_SSLHandshakeReply>(
236 Call<PpapiPluginMsg_TCPSocket_ReadReply>(
263 Call<PpapiPluginMsg_TCPSocket_WriteReply>(
285 Call<PpapiPluginMsg_TCPSocket_ListenReply>(
307 Call<PpapiPluginMsg_TCPSocket_AcceptReply>(
370 Call<PpapiPluginMsg_TCPSocket_SetOptionReply>(
H A Dtcp_server_socket_private_resource.cc44 Call<PpapiPluginMsg_TCPServerSocket_ListenReply>(
64 Call<PpapiPluginMsg_TCPServerSocket_AcceptReply>(
H A Dtruetype_font_singleton_resource.cc38 Call<PpapiPluginMsg_TrueTypeFontSingleton_GetFontFamiliesReply>(BROWSER,
55 Call<PpapiPluginMsg_TrueTypeFontSingleton_GetFontsInFamilyReply>(BROWSER,
H A Dvideo_source_resource.cc53 Call<PpapiPluginMsg_VideoSource_OpenReply>(RENDERER,
69 Call<PpapiPluginMsg_VideoSource_GetFrameReply>(RENDERER,
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp225 Instruction* Call = CS.getInstruction(); local
229 if (!Call || !CS.isCallee(UI))
232 // Call result not used?
233 if (Call->use_empty())
244 Call->replaceAllUsesWith(New);
248 for (Value::use_iterator I = Call->use_begin(), E = Call->use_end();
H A DPruneEH.cpp180 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); local
181 Call->takeName(II);
182 Call->setCallingConv(II->getCallingConv());
183 Call->setAttributes(II->getAttributes());
184 Call->setDebugLoc(II->getDebugLoc());
190 II->replaceAllUsesWith(Call);
H A DArgumentPromotion.cpp634 Instruction *Call = CS.getInstruction(); local
666 Call);
668 Args.push_back(new LoadInst(Idx, Idx->getName()+".val", Call));
695 V = GetElementPtrInst::Create(V, Ops, V->getName()+".idx", Call);
701 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call);
723 AttributesVec.push_back(AttributeSet::get(Call->getContext(),
727 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) {
729 Args, "", Call);
734 New = CallInst::Create(NF, Args, "", Call);
738 if (cast<CallInst>(Call)
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h279 const CallEvent *Call);
474 /// Call PointerEscape callback when a value escapes as a result of bind.
477 /// Call PointerEscape callback when a value escapes as a result of
485 const CallEvent *Call,
512 ProgramStateRef bindReturnValue(const CallEvent &Call,
519 const CallEvent &Call);
523 const CallEvent &Call);
548 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
551 bool inlineCall(const CallEvent &Call, const Decl *D, NodeBuilder &Bldr,
556 void conservativeEvalCall(const CallEvent &Call, NodeBuilde
[all...]
H A DSubEngine.h119 const CallEvent *Call) = 0;
136 const CallEvent *Call,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp184 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
188 void checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const;
199 const CallEvent *Call,
203 const CallEvent *Call,
292 bool mayFreeAnyEscapedMemoryOrIsModeledExplicitly(const CallEvent *Call,
299 const CallEvent *Call,
685 static bool isKnownDeallocObjCMethodName(const ObjCMethodCall &Call) { argument
691 StringRef FirstSlot = Call.getSelector().getNameForSlot(0);
700 static Optional<bool> getFreeWhenDoneArg(const ObjCMethodCall &Call) { argument
701 Selector S = Call
711 checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const argument
1682 checkPreCall(const CallEvent &Call, CheckerContext &C) const argument
1851 mayFreeAnyEscapedMemoryOrIsModeledExplicitly( const CallEvent *Call, ProgramStateRef State, SymbolRef &EscapingSymbol) const argument
2010 checkPointerEscape(ProgramStateRef State, const InvalidatedSymbols &Escaped, const CallEvent *Call, PointerEscapeKind Kind) const argument
2017 checkConstPointerEscape(ProgramStateRef State, const InvalidatedSymbols &Escaped, const CallEvent *Call, PointerEscapeKind Kind) const argument
2025 checkPointerEscapeAux(ProgramStateRef State, const InvalidatedSymbols &Escaped, const CallEvent *Call, PointerEscapeKind Kind, bool(*CheckRefState)(const RefState*)) const argument
[all...]
/external/v8/test/cctest/
H A Dtest-compiler.cc142 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
163 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
183 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
204 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
225 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
258 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
273 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
298 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
308 Execution::Call(Handle<JSFunction>::cast(fun1),
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h66 class Call;
135 void OnCallCreate(cricket::Call* call);
136 void OnCallDestroy(cricket::Call* call);
137 void OnSessionState(cricket::Call* call,
179 cricket::Call* call_;
/external/v8/src/
H A Dtype-info.h222 class Call;
246 bool CallIsMonomorphic(Call* expr);
261 void CallReceiverTypes(Call* expr,
272 CheckType GetCallCheckType(Call* expr);
275 Handle<JSFunction> GetCallTarget(Call* expr);
H A Dsplay-tree.h174 void Call(Node* node) { function in class:v8::internal::SplayTree::BASE_EMBEDDED
175 callback_->Call(node->key(), node->value());
187 void Call(Node* node) { delete node; } function in class:v8::internal::SplayTree::BASE_EMBEDDED
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcurrentspeakermonitor.cc42 CurrentSpeakerMonitor::CurrentSpeakerMonitor(Call* call, BaseSession* session)
83 void CurrentSpeakerMonitor::OnAudioMonitor(Call* call, const AudioInfo& info) {
190 void CurrentSpeakerMonitor::OnMediaStreamsUpdate(Call* call,
/external/chromium_org/v8/src/
H A Dsplay-tree.h195 void Call(Node* node) { function in class:v8::internal::SplayTree::BASE_EMBEDDED
196 callback_->Call(node->key(), node->value());
208 void Call(Node* node) { AllocationPolicy::Delete(node); } function in class:v8::internal::SplayTree::BASE_EMBEDDED
/external/chromium_org/gin/
H A Drunner.cc77 v8::Handle<v8::Value> Runner::Call(v8::Handle<v8::Function> function, function in class:gin::Runner
84 v8::Handle<v8::Value> result = function->Call(receiver, argc, argv);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml17 | Call of string * expr array Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml17 | Call of string * expr array Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml17 | Call of string * expr array Constructor in type:expr
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-function.js111 assertEquals(42, %Call(o, 11, 31, f))
114 assertEquals(42, %Call(null, 11, 31, f))
141 assertEquals(23, %Call({}, 11, ff))
144 assertEquals(23, %Call({}, 11, 3, ff))
171 assertEquals(42, %Call({}, fff))
174 assertEquals(42, %Call({}, 11, 3, fff))
216 assertEquals(23, %Call(o, 11, 12, f))
285 assertThrows(function(){ %Call({}, f) }, "myexn")
286 assertThrows(function(){ %Call({}, 1, 2, f) }, "myexn")
298 assertThrows(function(){ %Call({},
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp865 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
870 GetPairElements(Call, Lo, Hi);
875 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
880 GetPairElements(Call, Lo, Hi);
885 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
892 GetPairElements(Call, Lo, Hi);
897 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
902 GetPairElements(Call, Lo, Hi);
908 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), local
916 GetPairElements(Call, L
921 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
931 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
941 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
951 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
961 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
971 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
982 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), local
996 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), local
1009 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1037 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1047 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1057 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1067 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1077 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1087 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1098 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), local
1111 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
[all...]
/external/v8/test/mjsunit/harmony/
H A Dproxies-function.js111 assertEquals(42, %Call(o, 11, 31, f))
114 assertEquals(42, %Call(null, 11, 31, f))
141 assertEquals(23, %Call({}, 11, ff))
144 assertEquals(23, %Call({}, 11, 3, ff))
171 assertEquals(42, %Call({}, fff))
174 assertEquals(42, %Call({}, 11, 3, fff))
216 assertEquals(23, %Call(o, 11, 12, f))
285 assertThrows(function(){ %Call({}, f) }, "myexn")
286 assertThrows(function(){ %Call({}, 1, 2, f) }, "myexn")
298 assertThrows(function(){ %Call({},
[all...]

Completed in 3320 milliseconds

1234567891011>>