Home
last modified time | relevance | path

Searched refs:setArgument (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/ARCMT/
Dcheck-api.m10 - (void)setArgument:(void *)argumentLocation atIndex:(int)idx;
38 …[invok setArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's setArgument is not sa…
39 …[invok setArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's setArgument is not safe…
40 [invok setArgument:&unsafe_id atIndex:0];
41 [invok setArgument:&arg atIndex:0];
/external/webkit/Source/JavaScriptCore/interpreter/
DCachedCall.h53 void setThis(JSValue v) { m_closure.setArgument(0, v); } in setThis()
54 void setArgument(int n, JSValue v) { m_closure.setArgument(n + 1, v); } in setArgument() function
DCallFrameClosure.h42 void setArgument(int arg, JSValue value) in setArgument() function
/external/webkit/Source/JavaScriptCore/runtime/
DArrayPrototype.cpp676 cachedCall.setArgument(0, v); in arrayProtoFuncFilter()
677 cachedCall.setArgument(1, jsNumber(k)); in arrayProtoFuncFilter()
678 cachedCall.setArgument(2, thisObj); in arrayProtoFuncFilter()
734 cachedCall.setArgument(0, array->getIndex(k)); in arrayProtoFuncMap()
735 cachedCall.setArgument(1, jsNumber(k)); in arrayProtoFuncMap()
736 cachedCall.setArgument(2, thisObj); in arrayProtoFuncMap()
797 cachedCall.setArgument(0, array->getIndex(k)); in arrayProtoFuncEvery()
798 cachedCall.setArgument(1, jsNumber(k)); in arrayProtoFuncEvery()
799 cachedCall.setArgument(2, thisObj); in arrayProtoFuncEvery()
853 cachedCall.setArgument(0, array->getIndex(k)); in arrayProtoFuncForEach()
[all …]
DStringPrototype.cpp351 cachedCall.setArgument(i, jsUndefined()); in stringProtoFuncReplace()
353 cachedCall.setArgument(i, jsSubstring(exec, source, matchStart, matchLen)); in stringProtoFuncReplace()
356 cachedCall.setArgument(i++, jsNumber(completeMatchStart)); in stringProtoFuncReplace()
357 cachedCall.setArgument(i++, sourceVal); in stringProtoFuncReplace()
DJSArray.cpp1042 m_cachedCall->setArgument(0, va); in compare_key_key()
1043 m_cachedCall->setArgument(1, vb); in compare_key_key()
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_instance.mm240 [invocation setArgument:&jsName atIndex:2];
248 [invocation setArgument:&objcArgs atIndex:3];
264 [invocation setArgument:&value.objectValue atIndex:i];
268 [invocation setArgument:&value.charValue atIndex:i];
272 [invocation setArgument:&value.shortValue atIndex:i];
276 [invocation setArgument:&value.intValue atIndex:i];
280 [invocation setArgument:&value.longValue atIndex:i];
284 [invocation setArgument:&value.longLongValue atIndex:i];
287 [invocation setArgument:&value.floatValue atIndex:i];
290 [invocation setArgument:&value.doubleValue atIndex:i];
[all …]
/external/webkit/Source/WebCore/css/
DCSSParserValues.h109 void setArgument(const AtomicString& value) { m_selector->setArgument(value); } in setArgument() function
DCSSSelector.h249 void setArgument(const AtomicString&);
DCSSGrammar.y1163 $$->setArgument($4);
1174 $$->setArgument(String::number($4 * $5));
1185 $$->setArgument($4);
DCSSSelector.cpp699 void CSSSelector::setArgument(const AtomicString& value) in setArgument() function in WebCore::CSSSelector
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUndoManager.idl252 - (void)setArgument:(void *)buffer atIndex:(int)index
254 [local] HRESULT setArgument([in] void* buffer, [in] int atIndex);
/external/clang/test/Analysis/
Dself-init.m31 - (void)setArgument:(void *)argumentLocation atIndex:(NSInteger)idx;
235 [invocation_ setArgument:&self atIndex:2];
/external/webkit/Tools/DumpRenderTree/mac/
DEventSendingController.mm207 [invocation setArgument:&milliseconds atIndex:2];
378 [invocation setArgument:&buttonNumber atIndex:2];
379 [invocation setArgument:&modifiers atIndex:3];
438 [invocation setArgument:&x atIndex:2];
439 [invocation setArgument:&y atIndex:3];
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp700 CS.setArgument(i, Dest); in performCallSlotOptzn()
702 CS.setArgument(i, CastInst::CreatePointerCast(Dest, in performCallSlotOptzn()
955 CS.setArgument(ArgNo, TmpCast); in processByValArgument()
/external/llvm/include/llvm/Support/
DCallSite.h117 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument() function
/external/webkit/Source/JavaScriptCore/dfg/
DDFGByteCodeParser.cpp102 setArgument(operand, value); in set()
176 void setArgument(int operand, NodeIndex value) in setArgument() function in JSC::DFG::ByteCodeParser
319 setArgument(m_codeBlock->thisRegister(), value); in setThis()
/external/clang/include/clang/Sema/
DTemplate.h86 void setArgument(unsigned Depth, unsigned Index, in setArgument() function
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp378 CS.setArgument(ArgNo, UndefValue::get(Arg->getType())); in RemoveDeadArgumentsFromCallers()
DGlobalOpt.cpp894 CS.setArgument(i, NewV); in OptimizeAwayTrappingUsesOfValue()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp737 TemplateArgs.setArgument(Depth, Index, TemplateArgument()); in ForgetPartiallySubstitutedPack()
754 TemplateArgs.setArgument(Depth, Index, Arg); in RememberPartiallySubstitutedPack()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm518 [invocation setArgument:&borderSize atIndex:2];
/external/clang/lib/Serialization/
DASTReaderStmt.cpp492 E->setArgument(Reader.ReadSubExpr()); in VisitUnaryExprOrTypeTraitExpr()
495 E->setArgument(GetTypeSourceInfo(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr()
/external/clang/include/clang/AST/
DExpr.h1993 void setArgument(Expr *E) { in setArgument() function
1997 void setArgument(TypeSourceInfo *TInfo) { in setArgument() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-166129 (JSC::CachedCall::setArgument):
6138 (JSC::CallFrameClosure::setArgument):
8582 (JSC::CallFrameClosure::setArgument):
8610 (JSC::CachedCall::setArgument):
8623 (JSC::Interpreter::CallFrameClosure::setArgument):

12