Searched defs:isInstance (Results 1 - 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/tools/reflect/
H A DClassMetaobject.java122 public final boolean isInstance(Object obj) { method in class:ClassMetaobject
123 return javaClass.isInstance(obj);
/external/clang/lib/AST/
H A DDeclObjC.cpp65 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance) const {
77 if (MD && MD->isInstanceMethod() == isInstance)
320 bool isInstance,
333 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
340 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
346 if ((MethodDecl = CatDecl->getMethod(Sel, isInstance)))
355 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
396 bool isInstance,
405 isInstance,
1037 bool isInstance) cons
319 lookupMethod(Selector Sel, bool isInstance, bool shallowCategoryLookup) const argument
390 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isSynthesized, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp421 Jump isInstance = branchPtr(Equal, regT2, regT1); local
427 // isInstance jumps right down to here, to skip setting the result to false (it has already set true).
428 isInstance.link(this);
H A DJITOpcodes32_64.cpp603 Jump isInstance = branchPtr(Equal, regT2, regT1); local
609 // isInstance jumps right down to here, to skip setting the result to false (it has already set true).
610 isInstance.link(this);
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp204 /*isInstance=*/false, /*isVariadic=*/false,
455 /*isInstance=*/false, /*isVariadic=*/false,
1282 bool isInstance) {
1286 if (ObjCMethodDecl *method = iface->lookupMethod(sel, isInstance))
1291 if (isInstance) {
1303 if (ObjCMethodDecl *method = (*i)->lookupMethod(sel, isInstance))
1281 LookupMethodInObjectType(Selector sel, QualType type, bool isInstance) argument
H A DSemaExpr.cpp1389 bool isInstance = CurMethod && local
1390 CurMethod->isInstance() &&
1397 if (isInstance) {
8447 return Method->isInstance();
8460 if (Method->isInstance())
10849 cast<CXXMethodDecl>(VD)->isInstance()))
11112 if (MD->isInstance()) {
/external/clang/include/clang/AST/
H A DDeclCXX.h1574 bool isInstance() const { return !isStatic(); } function in class:clang::CXXMethodDecl
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp260 bool WebViewCore::isInstance(WebViewCore* inst) { function in class:android::WebViewCore

Completed in 159 milliseconds