/external/clang/test/ARCMT/ |
D | check-api.m | 10 - (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/ |
D | CachedCall.h | 53 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
|
D | CallFrameClosure.h | 42 void setArgument(int arg, JSValue value) in setArgument() function
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ArrayPrototype.cpp | 676 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 …]
|
D | StringPrototype.cpp | 351 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()
|
D | JSArray.cpp | 1042 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/ |
D | objc_instance.mm | 240 [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/ |
D | CSSParserValues.h | 109 void setArgument(const AtomicString& value) { m_selector->setArgument(value); } in setArgument() function
|
D | CSSSelector.h | 249 void setArgument(const AtomicString&);
|
D | CSSGrammar.y | 1163 $$->setArgument($4); 1174 $$->setArgument(String::number($4 * $5)); 1185 $$->setArgument($4);
|
D | CSSSelector.cpp | 699 void CSSSelector::setArgument(const AtomicString& value) in setArgument() function in WebCore::CSSSelector
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebUndoManager.idl | 252 - (void)setArgument:(void *)buffer atIndex:(int)index 254 [local] HRESULT setArgument([in] void* buffer, [in] int atIndex);
|
/external/clang/test/Analysis/ |
D | self-init.m | 31 - (void)setArgument:(void *)argumentLocation atIndex:(NSInteger)idx; 235 [invocation_ setArgument:&self atIndex:2];
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | EventSendingController.mm | 207 [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/ |
D | MemCpyOptimizer.cpp | 700 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/ |
D | CallSite.h | 117 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument() function
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGByteCodeParser.cpp | 102 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/ |
D | Template.h | 86 void setArgument(unsigned Depth, unsigned Index, in setArgument() function
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 378 CS.setArgument(ArgNo, UndefValue::get(Arg->getType())); in RemoveDeadArgumentsFromCallers()
|
D | GlobalOpt.cpp | 894 CS.setArgument(i, NewV); in OptimizeAwayTrappingUsesOfValue()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 737 TemplateArgs.setArgument(Depth, Index, TemplateArgument()); in ForgetPartiallySubstitutedPack() 754 TemplateArgs.setArgument(Depth, Index, Arg); in RememberPartiallySubstitutedPack()
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | WKPrintingView.mm | 518 [invocation setArgument:&borderSize atIndex:2];
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 492 E->setArgument(Reader.ReadSubExpr()); in VisitUnaryExprOrTypeTraitExpr() 495 E->setArgument(GetTypeSourceInfo(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1993 void setArgument(Expr *E) { in setArgument() function 1997 void setArgument(TypeSourceInfo *TInfo) { in setArgument() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 6129 (JSC::CachedCall::setArgument): 6138 (JSC::CallFrameClosure::setArgument): 8582 (JSC::CallFrameClosure::setArgument): 8610 (JSC::CachedCall::setArgument): 8623 (JSC::Interpreter::CallFrameClosure::setArgument):
|