HomeSort by relevance Sort by last modified time
    Searched refs:getDirect (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
InternalFunction.cpp 53 return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValue();
58 JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName);
JSObject.cpp 137 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);
JSFunction.cpp 113 return asString(getDirect(exec->globalData(), exec->globalData().propertyNames->name))->tryGetValue();
118 JSValue displayName = getDirect(exec->globalData(), exec->globalData().propertyNames->displayName);
JSGlobalObject.cpp 134 JSValue valueBefore = getDirect(exec->globalData(), propertyName);
138 JSValue valueAfter = getDirect(exec->globalData(), propertyName);
JSObject.h 149 JSValue getDirect(JSGlobalData& globalData, const Identifier& propertyName) const
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 381 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
396 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
453 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
480 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
662 return ABIArgInfo::getDirect(llvm::VectorType::get(
669 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),
675 return ABIArgInfo::getDirect();
708 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0)));
712 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),Size));
723 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
    [all...]
ABIInfo.h 89 static ABIArgInfo getDirect(llvm::Type *T = 0, unsigned Offset = 0,
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 89 JSValue v = getDirect(exec->globalData(), Identifier(exec, "all"));
  /external/svox/pico/lib/
picocep.c 258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 617 JSValue jsMessage = exception->getDirect(*globalData, globalData->propertyNames->message);
    [all...]

Completed in 177 milliseconds