Searched refs:getDirect (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DInternalFunction.cpp53 return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValue();
58 JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName);
H A DJSObject.cpp137 if (JSValue gs = obj->getDirect(exec->globalData(), propertyName)) {
315 JSValue object = getDirect(exec->globalData(), propertyName);
341 JSValue object = getDirect(exec->globalData(), propertyName);
368 if (JSValue value = object->getDirect(exec->globalData(), propertyName)) {
387 if (JSValue value = object->getDirect(exec->globalData(), propertyName)) {
754 JSValue accessor = getDirect(exec->globalData(), propertyName);
H A DJSFunction.cpp113 return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValue();
118 JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName);
H A DJSGlobalObject.cpp134 JSValue valueBefore = getDirect(exec->globalData(), propertyName);
138 JSValue valueAfter = getDirect(exec->globalData(), propertyName);
H A DJSObject.h149 JSValue getDirect(JSGlobalData& globalData, const Identifier& propertyName) const function in class:JSC::JSObject
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp374 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
389 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
446 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
473 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
653 return ABIArgInfo::getDirect(llvm::VectorType::get(
660 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),
666 return ABIArgInfo::getDirect();
699 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0)));
703 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),Size));
714 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
[all...]
H A DABIInfo.h87 static ABIArgInfo getDirect(llvm::Type *T = 0, unsigned Offset = 0, function in class:clang::ABIArgInfo
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLDocumentCustom.cpp89 JSValue v = getDirect(exec->globalData(), Identifier(exec, "all"));
/external/svox/pico/lib/
H A Dpicocep.c258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
1304 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices, function
1721 getDirect(pdf, cep->indicesLFZ, cep->activeEndPos,
1740 getDirect(pdf, cep->indicesMGC, cep->activeEndPos,
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp617 JSValue jsMessage = exception->getDirect(*globalData, globalData->propertyNames->message);

Completed in 344 milliseconds