abc               265 libbase/log.h      (security) (action) (parse) (trace) (abc) (network)
abc                52 libcore/abc/AbcBlock.cpp             abc::Class* type;
abc               123 libcore/abc/AbcBlock.cpp             abc::Class *type;
abc               291 libcore/abc/AbcBlock.cpp         case abc::Trait::KIND_SLOT:
abc               293 libcore/abc/AbcBlock.cpp         case abc::Trait::KIND_CONST:
abc               295 libcore/abc/AbcBlock.cpp         case abc::Trait::KIND_METHOD:
abc               297 libcore/abc/AbcBlock.cpp         case abc::Trait::KIND_GETTER:
abc               299 libcore/abc/AbcBlock.cpp         case abc::Trait::KIND_SETTER:
abc               301 libcore/abc/AbcBlock.cpp         case abc::Trait::KIND_CLASS:
abc               303 libcore/abc/AbcBlock.cpp         case abc::Trait::KIND_FUNCTION:
abc               325 libcore/abc/AbcBlock.cpp             std::mem_fun(&abc::Class::initPrototype));
abc               336 libcore/abc/AbcBlock.cpp             boost::bind(&abc::Class::setPrototype, _1, mach->global()));
abc               344 libcore/abc/AbcBlock.cpp             boost::bind(&abc::Method::initTraits, _1, *this));
abc               346 libcore/abc/AbcBlock.cpp             boost::bind(&abc::Class::initTraits, _1, *this));
abc               348 libcore/abc/AbcBlock.cpp             boost::bind(&abc::Class::initTraits, _1, *this));
abc               404 libcore/abc/AbcBlock.cpp abc::Class*
abc               435 libcore/abc/AbcBlock.cpp abc::Class*
abc               438 libcore/abc/AbcBlock.cpp 	abc::Class* found = 0;
abc               822 libcore/abc/AbcBlock.cpp             abc::Class* rtScript = locateClass(_multinamePool[return_type]);
abc               847 libcore/abc/AbcBlock.cpp                 abc::Class* param_type = locateClass(_multinamePool[ptype]);
abc               956 libcore/abc/AbcBlock.cpp         abc::Class* cl = locateClass(multiname);
abc               991 libcore/abc/AbcBlock.cpp 			abc::Class *pSuper = locateClass(_multinamePool[super_index]);
abc              1056 libcore/abc/AbcBlock.cpp 			abc::Class *pInterface = locateClass(_multinamePool[i_index]);
abc              1102 libcore/abc/AbcBlock.cpp 		abc::Class* cl = _classes[i];
abc              1139 libcore/abc/AbcBlock.cpp 		abc::Class* script = mCH->newClass();
abc              1242 libcore/abc/AbcBlock.cpp 				abc::Class *type = locateClass(_multinamePool[catch_type]);
abc                35 libcore/abc/AbcBlock.h     namespace abc {
abc                48 libcore/abc/AbcBlock.h namespace abc {
abc               106 libcore/abc/AbcBlock.h 	bool finalize(AbcBlock* block, abc::Class* cl, bool do_static);
abc               110 libcore/abc/AbcBlock.h 	void set_target(abc::Class* cl, bool do_static) {
abc               146 libcore/abc/AbcBlock.h 	abc::Class* _classTarget;
abc               260 libcore/abc/AbcBlock.h     abc::Class* locateClass(MultiName &m);
abc               262 libcore/abc/AbcBlock.h 	abc::Class* locateClass(const std::string& className);
abc               271 libcore/abc/AbcBlock.h     const std::vector<abc::Class*>& scripts() const {
abc               305 libcore/abc/AbcBlock.h     abc::Class* classPoolAt(size_t i) const {
abc               319 libcore/abc/AbcBlock.h     friend class abc::Trait;
abc               344 libcore/abc/AbcBlock.h 	void setMultinameNames(MultiName *n, abc::URI ABCName);
abc               346 libcore/abc/AbcBlock.h 	void setNamespaceURI(Namespace *ns, abc::URI ABCName);
abc               362 libcore/abc/AbcBlock.h 	abc::Class *mTheObject;
abc                22 libcore/abc/BoundValues.h namespace abc {
abc               125 libcore/abc/Class.cpp 	as_value val = new abc::abc_function(method,
abc                33 libcore/abc/Class.h     namespace abc {
abc                49 libcore/abc/Class.h namespace abc {
abc               237 libcore/abc/Class.h 	Property* getGetBinding(as_value& v, abc::MultiName& n);
abc               238 libcore/abc/Class.h 	Property* getSetBinding(as_value& v, abc::MultiName& n);
abc               191 libcore/abc/Method.cpp 	_prototype = new abc::abc_function(this,machine);
abc                34 libcore/abc/Method.h     namespace abc {
abc                45 libcore/abc/Method.h namespace abc {
abc                25 libcore/abc/MultiName.h     namespace abc {
abc                31 libcore/abc/MultiName.h namespace abc {
abc                96 libcore/abc/MultiName.h     abc::URI getABCName() const { return _abcName; }
abc                97 libcore/abc/MultiName.h 	void setABCName(abc::URI n) { _abcName = n;}
abc               131 libcore/abc/MultiName.h     abc::URI _abcName;
abc                36 libcore/abc/Namespace.cpp 	abc::Class *pClass = ch.newClass();
abc                26 libcore/abc/Namespace.h     namespace abc {
abc                34 libcore/abc/Namespace.h namespace abc {
abc                35 libcore/abc/abc_function.h namespace abc {
abc                22 libcore/abc/asException.h     namespace abc {
abc                37 libcore/abc/asException.h 	void setCatchType(abc::Class* p) { mCatchType = p; }
abc                38 libcore/abc/asException.h 	void setNamespace(abc::Namespace* n) { _namespace = n; }
abc                46 libcore/abc/asException.h 	abc::Class *mCatchType;
abc                47 libcore/abc/asException.h     abc::Namespace *_namespace;
abc                25 libcore/abc/as_class.h     namespace abc {
abc                31 libcore/abc/as_class.h namespace abc {
abc                56 libcore/swf/DoABCTag.h         abc::Machine *mach = vm.getMachine();
abc                89 libcore/swf/DoABCTag.h         std::auto_ptr<abc::AbcBlock> block(new abc::AbcBlock());
abc               109 libcore/swf/DoABCTag.h 	DoABCTag(abc::AbcBlock* block) : _abc(block) {}
abc               111 libcore/swf/DoABCTag.h     abc::AbcBlock* _abc;
abc                48 libcore/swf/SymbolClassTag.h         abc::Machine* mach = vm.getMachine();
abc                30 libcore/vm/Machine.h     namespace abc {
abc                51 libcore/vm/Machine.h namespace abc {