getAPI           1349 core/AbcParser.cpp 								api = pool->getAPI();
getAPI           1546 core/AbcParser.cpp 				AvmAssert(pool->isBuiltin && ApiUtils::isVersionedNS(core, nsi->getType(), nsi->getURI()) ? nsi->getAPI() != 0 : true);
getAPI           1547 core/AbcParser.cpp 				apis |= ApiUtils::getCompatibleAPIs(core, nsi->getAPI());
getAPI           1583 core/AbcParser.cpp 					AvmAssert(pool->isBuiltin && ApiUtils::isVersionedNS(core, nsi->getType(), nsi->getURI()) ? nsi->getAPI() != 0 : true);
getAPI           1584 core/AbcParser.cpp 					apis |= ApiUtils::getCompatibleAPIs(core, nsi->getAPI());
getAPI           3506 core/AvmCore.cpp 			ns->setAPI(this->getAPI(NULL));
getAPI           3536 core/AvmCore.cpp 			ns->setAPI(this->getAPI(NULL));
getAPI           3551 core/AvmCore.cpp 		return newNamespace(uri, Namespace::NS_Public, this->getAPI(NULL)); 
getAPI           4194 core/AvmCore.cpp 			return pool->getAPI();
getAPI           4201 core/AvmCore.cpp 				return env->method->pool()->getAPI();
getAPI           4503 core/AvmCore.cpp 		return publicNamespaces->nsAt(ApiUtils::toVersion(this, this->getAPI(NULL))-apis_start);
getAPI           4509 core/AvmCore.cpp 		return publicNamespaces->nsAt(ApiUtils::toVersion(this, pool->getAPI())-apis_start);
getAPI            752 core/AvmCore.h 		int32_t getAPI(PoolObject* pool);
getAPI            310 core/MultinameHashtable.cpp 		cur->apis |= ns->getAPI();
getAPI             77 core/Namespace.h 		inline API getAPI() { return m_api; }
getAPI             56 core/PoolObject-inlines.h REALLY_INLINE int32_t PoolObject::getAPI()
getAPI             82 core/PoolObject.h 		int32_t getAPI();
getAPI            947 core/Toplevel.cpp 			uint32_t api = core->getAPI(NULL);
getAPI            412 core/Traits.cpp 			 apis |= ApiUtils::getCompatibleAPIs(core, ns->getAPI());
getAPI            174 core/TypeDescriber.cpp 		uint32_t curapi = core->getAPI(NULL);
getAPI           2875 core/XMLObject.cpp 				Namespacep ns = ApiUtils::getVersionedNamespace(core, toplevel->getDefaultNamespace(), core->getAPI(NULL));
getAPI             89 shell/DomainClass.cpp 		uint32_t api = core->getAPI(NULL);
getAPI            137 shell/DomainClass.cpp 			ns = core->internNamespace(core->newNamespace(uri, Namespace::NS_Public, core->getAPI(NULL)));
getAPI            268 shell/ShellCore.cpp 			uint32_t api = this->getAPI(NULL);
getAPI            522 shell/ShellCore.cpp 				uint32_t api = this->getAPI(NULL);
getAPI            535 shell/ShellCore.cpp 				uint32_t api = this->getAPI(NULL);
getAPI            153 shell/swf.cpp  		uint32_t api = core->getAPI(NULL);