Home
last modified time | relevance | path

Searched refs:getDirect (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp374 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 …]
DABIInfo.h86 static ABIArgInfo getDirect(llvm::Type *T = 0, unsigned Offset = 0,
/external/webkit/Source/JavaScriptCore/runtime/
DInternalFunction.cpp53 …return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValu… in name()
58 …JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName); in displayName()
DJSObject.cpp137 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()
DJSFunction.cpp113 …return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValu… in name()
118 …JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName); in displayName()
DJSGlobalObject.cpp134 JSValue valueBefore = getDirect(exec->globalData(), propertyName); in putWithAttributes()
138 JSValue valueAfter = getDirect(exec->globalData(), propertyName); in putWithAttributes()
DJSObject.h149 JSValue getDirect(JSGlobalData& globalData, const Identifier& propertyName) const in getDirect() function
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLDocumentCustom.cpp89 JSValue v = getDirect(exec->globalData(), Identifier(exec, "all")); in all()
/external/svox/pico/lib/
Dpicocep.c258 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/
DChangeLog-2003-10-25604 getDirect() instead of hasProperty().
DChangeLog-2009-06-163884 (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 …]
DChangeLog-2008-08-1021942 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.
DChangeLog1173 (JSC::JSObject::getDirect):
DChangeLog-2007-10-142297 - Add a explicit check for arguments. Previously check was done with getDirect,
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp617 JSValue jsMessage = exception->getDirect(*globalData, globalData->propertyNames->message); in appendSourceToError()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0316105 (ObjectImp::getDirect), (ObjectImp::put), (ObjectImp::canPut),
DChangeLog-2006-12-3144920 (KJS::Window::clear): Changed logic slightly so we always store the result of getDirect
DChangeLog-2010-01-2952482 showModalDialog calls getDirect on what is actually a window shell,