Searched refs:getDirect (Results 1 – 18 of 18) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 374 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyArgumentType() 389 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType() 565 return ABIArgInfo::getDirect(llvm::VectorType::get( in classifyReturnType() 572 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in classifyReturnType() 578 return ABIArgInfo::getDirect(); in classifyReturnType() 611 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyReturnType() 615 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),Size)); in classifyReturnType() 626 ABIArgInfo::getExtend() : ABIArgInfo::getDirect()); in classifyReturnType() 731 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in classifyArgumentType() 738 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in classifyArgumentType() [all …]
|
D | ABIInfo.h | 86 static ABIArgInfo getDirect(llvm::Type *T = 0, unsigned Offset = 0,
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | InternalFunction.cpp | 53 …return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValu… in name() 58 …JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName); in displayName()
|
D | JSObject.cpp | 137 if (JSValue gs = obj->getDirect(exec->globalData(), propertyName)) { in put() 315 JSValue object = getDirect(exec->globalData(), propertyName); in defineGetter() 341 JSValue object = getDirect(exec->globalData(), propertyName); in defineSetter() 368 if (JSValue value = object->getDirect(exec->globalData(), propertyName)) { in lookupGetter() 387 if (JSValue value = object->getDirect(exec->globalData(), propertyName)) { in lookupSetter() 754 JSValue accessor = getDirect(exec->globalData(), propertyName); in defineOwnProperty()
|
D | JSFunction.cpp | 113 …return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValu… in name() 118 …JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName); in displayName()
|
D | JSGlobalObject.cpp | 134 JSValue valueBefore = getDirect(exec->globalData(), propertyName); in putWithAttributes() 138 JSValue valueAfter = getDirect(exec->globalData(), propertyName); in putWithAttributes()
|
D | JSObject.h | 149 JSValue getDirect(JSGlobalData& globalData, const Identifier& propertyName) const in getDirect() function
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSHTMLDocumentCustom.cpp | 89 JSValue v = getDirect(exec->globalData(), Identifier(exec, "all")); in all()
|
/external/svox/pico/lib/ |
D | picocep.c | 258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices, 1304 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices, in getDirect() function 1721 getDirect(pdf, cep->indicesLFZ, cep->activeEndPos, in cepStep() 1740 getDirect(pdf, cep->indicesMGC, cep->activeEndPos, in cepStep()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 604 getDirect() instead of hasProperty().
|
D | ChangeLog-2009-06-16 | 3884 (JSC::JSObject::getDirect): 5773 (JSC::JSObject::getDirect): 6661 (JSC::JSObject::getDirect): 14929 (JSC::JSObject::getDirect): 22249 (JSC::JSObject::getDirect): 26099 (JSC::JSObject::getDirect): 28281 (JSC::JSObject::getDirect): Use noValue. 30329 (JSC::JSObject::getDirect): Rename getOffset -> get 35421 (JSC::JSObject::getDirect): 35697 (JSC::JSObject::getDirect): Update to get the propertyMap of the StructureID. [all …]
|
D | ChangeLog-2008-08-10 | 21942 check when looking for duplicates, not getDirect, since it only checks 23271 (KJS::::staticFunctionGetter): Replaced use of getDirect with call to 23273 property map, so a call to getDirect is insufficient for finding 23277 * API/testapi.js: Added test for the getDirect change mentioned above.
|
D | ChangeLog | 1173 (JSC::JSObject::getDirect):
|
D | ChangeLog-2007-10-14 | 2297 - Add a explicit check for arguments. Previously check was done with getDirect,
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 617 JSValue jsMessage = exception->getDirect(*globalData, globalData->propertyNames->message); in appendSourceToError()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 16105 (ObjectImp::getDirect), (ObjectImp::put), (ObjectImp::canPut),
|
D | ChangeLog-2006-12-31 | 44920 (KJS::Window::clear): Changed logic slightly so we always store the result of getDirect
|
D | ChangeLog-2010-01-29 | 52482 showModalDialog calls getDirect on what is actually a window shell,
|