Stringp            49 axscript/AdaptActiveScriptSite.h 		ArrayObject *GetItemInfo(Stringp name, unsigned flags);
Stringp            50 axscript/AdaptActiveScriptSite.h 		Stringp GetDocVersionString() {return NULL;}
Stringp           372 axscript/ByteArrayGlue.cpp 				Stringp out = new (core()->GetGC()) String(len);
Stringp           388 axscript/ByteArrayGlue.cpp 				Stringp out = new (core()->GetGC()) String(len);
Stringp           676 axscript/ByteArrayGlue.cpp 	Stringp ByteArrayObject::get_endian()
Stringp           144 axscript/ByteArrayGlue.h 		Stringp get_endian();
Stringp           145 axscript/ByteArrayGlue.h 		void set_endian(Stringp type);
Stringp           149 axscript/ByteArrayGlue.h 		void writeFile(Stringp filename);
Stringp           169 axscript/ByteArrayGlue.h 		ByteArrayObject *readFile(Stringp filename);
Stringp            63 axscript/COMErrorClass.cpp 	Stringp COMErrorClass::getErrorMessage(int errorID) const
Stringp            73 axscript/COMErrorClass.cpp 		Stringp ret = core()->newString(buffer);
Stringp            68 axscript/COMErrorClass.h 		Stringp getErrorMessage(int errorID) const;
Stringp            83 axscript/COMErrorClass.h 		Stringp stackTraceToString() const;
Stringp           219 axscript/DomainClass.cpp 		Stringp className;
Stringp           221 axscript/DomainClass.cpp 			Stringp uri = core->internString(new (core->GetGC()) String(name, 0, dot));
Stringp            52 axscript/DomainClass.h 		ClassClosure* getClass(Stringp name);
Stringp            53 axscript/DomainClass.h 		void addNamedScriptObject(Stringp name);
Stringp            56 axscript/ExcepInfo.cpp 	Stringp EXCEPINFOObject::getSource()
Stringp            61 axscript/ExcepInfo.cpp 	Stringp EXCEPINFOObject::getDescription()
Stringp            65 axscript/ExcepInfo.cpp 	Stringp EXCEPINFOObject::getHelpFile()
Stringp            60 axscript/ExcepInfo.h 		Stringp getSource();
Stringp            61 axscript/ExcepInfo.h 		Stringp getDescription();
Stringp            62 axscript/ExcepInfo.h 		Stringp getHelpFile();
Stringp            73 axscript/FileClass.cpp 	Stringp FileClass::read(Stringp filename)
Stringp           108 axscript/FileClass.cpp 				Stringp out = new (core->GetGC()) String(len);
Stringp           124 axscript/FileClass.cpp 				Stringp out = new (core->GetGC()) String(len);
Stringp           136 axscript/FileClass.cpp 		Stringp out = core->newString((char *) c);
Stringp            59 axscript/FileClass.h 		bool exists(Stringp filename);
Stringp            67 axscript/FileClass.h 		Stringp read(Stringp filename);
Stringp            74 axscript/FileClass.h 		void write(Stringp filename, Stringp data);
Stringp            49 axscript/IActiveScriptSiteConsumer.h 		ArrayObject *GetItemInfo(Stringp name, unsigned flags);
Stringp            50 axscript/IActiveScriptSiteConsumer.h 		Stringp GetDocVersionString() {return NULL;}
Stringp            64 axscript/Profiler.h 		void sample(uint64 /*time*/, Stringp /*stackTrace*/) {}
Stringp            65 axscript/Profiler.h 		void allocationSample(uint64 /*time*/, Stringp /*stackTrace*/, uint64 /*allocId*/, Stringp /*type*/) {}
Stringp            68 axscript/SystemClass.cpp 	Stringp SystemClass::getAvmplusVersion()
Stringp            91 axscript/SystemClass.cpp 			Stringp s = core->string(a->getUintProperty(i));
Stringp            59 axscript/SystemClass.h 		Stringp getAvmplusVersion();
Stringp            61 axscript/SystemClass.h 		void write(Stringp s);
Stringp           228 axscript/axtam.cpp 					Stringp fname = new (GetGC()) String((wchar *)fqname, wcslen(fqname));
Stringp           338 axscript/axtam.cpp 			Stringp errorMessage = getErrorMessage(kScriptTerminatedError);
Stringp           386 axscript/axtam.cpp 		Stringp errorMessage = getErrorMessage(kStackOverflowError);
Stringp           406 axscript/axtam.cpp 		Stringp s(string(exception->atom));
Stringp           232 axscript/axtam.h 		Stringp constantString(const avmplus::wchar *s)
Stringp           238 axscript/axtam.h 		Stringp constantString(const char *s) {return AvmCore::constantString(s);}
Stringp            83 core/AbcEnv-inlines.h REALLY_INLINE ScriptEnv* AbcEnv::getPrivateScriptEnv(Stringp name) const
Stringp            88 core/AbcEnv-inlines.h REALLY_INLINE ScriptEnv* AbcEnv::getPrivateScriptEnv(Stringp name, Namespacep ns) const
Stringp            98 core/AbcEnv-inlines.h REALLY_INLINE void AbcEnv::addPrivateScriptEnv(Stringp name, Namespacep ns, ScriptEnv* scriptEnv)
Stringp            69 core/AbcEnv.h  		ScriptEnv* getScriptEnv(Stringp name, Namespacep ns);
Stringp            73 core/AbcEnv.h  		ScriptEnv* getPrivateScriptEnv(Stringp name) const;
Stringp            74 core/AbcEnv.h  		ScriptEnv* getPrivateScriptEnv(Stringp name, Namespacep ns) const;
Stringp            77 core/AbcEnv.h  		void addPrivateScriptEnv(Stringp name, Namespacep ns, ScriptEnv* scriptEnv);
Stringp           154 core/AbcParser.cpp 						Stringp fileName = pool->getString(info.file_name);
Stringp           328 core/AbcParser.cpp 	Stringp AbcParser::resolveUtf8(uint32 index) const
Stringp           338 core/AbcParser.cpp 	Stringp AbcParser::parseName(const byte* &pc) const
Stringp           446 core/AbcParser.cpp 			Stringp name = mn.getName();
Stringp           503 core/AbcParser.cpp 					Stringp name = metaNames[index];
Stringp           836 core/AbcParser.cpp 			metaNames = (Stringp*) core->GetGC()->Calloc(metadataCount, sizeof(Stringp), MMgc::GC::kContainsPointers);
Stringp           847 core/AbcParser.cpp 				Stringp name = resolveUtf8(index);
Stringp          1064 core/AbcParser.cpp 					Stringp name = NULL;
Stringp          1098 core/AbcParser.cpp 					Stringp name = NULL;
Stringp          1338 core/AbcParser.cpp 						Stringp uri = resolveUtf8(index);
Stringp          1372 core/AbcParser.cpp 					Stringp uri = index ? resolveUtf8(index) : (Stringp)core->kEmptyString;
Stringp          1728 core/AbcParser.cpp 			Stringp name;
Stringp          1915 core/AbcParser.cpp 			Stringp name = itraits->name();
Stringp            88 core/AbcParser.h 		Stringp resolveUtf8(uint32 index) const;
Stringp            89 core/AbcParser.h 		Stringp parseName(const byte* &pc) const;
Stringp           103 core/AbcParser.h 							Stringp name, 
Stringp           112 core/AbcParser.h 		void addNamedScript(NamespaceSetp nss, Stringp name, MethodInfo* script);
Stringp           121 core/AbcParser.h 		void addNamedTraits(Namespacep ns, Stringp name, Traits* itraits);
Stringp           122 core/AbcParser.h 		void addNamedTraits(NamespaceSetp nss, Stringp name, Traits* itraits);
Stringp           161 core/AbcParser.h 		Stringp*					metaNames;
Stringp           162 core/AbcParser.h 		Stringp						kNeedsDxns;
Stringp           164 core/AbcParser.h 		Stringp 					kVerboseVerify;
Stringp            90 core/ArrayClass.cpp 		Stringp s = core->newConstantStringLatin1("foo");
Stringp           423 core/ArrayClass.cpp 			DRCWB(Stringp) name;
Stringp           575 core/ArrayClass.cpp 					Stringp name = fields[0].name;
Stringp           916 core/ArrayClass.cpp 		Stringp str_lhs = core->string(x);
Stringp           917 core/ArrayClass.cpp 		Stringp str_rhs = core->string(y);
Stringp           930 core/ArrayClass.cpp 		Stringp str_lhs = core->string(x)->toLowerCase();
Stringp           931 core/ArrayClass.cpp 		Stringp str_rhs = core->string(y)->toLowerCase();
Stringp          1036 core/ArrayClass.cpp 			Stringp name = fields[i].name;
Stringp          1091 core/ArrayClass.cpp 				Stringp str_lhs = core->string(x);
Stringp          1092 core/ArrayClass.cpp 				Stringp str_rhs = core->string(y);
Stringp           127 core/ArrayClass.h 		const DRCWB(Stringp) kComma;
Stringp           409 core/ArrayObject.cpp 	Stringp ArrayObject::format(AvmCore* core) const
Stringp           411 core/ArrayObject.cpp 		Stringp prefix = core->newConstantStringLatin1("[]@");
Stringp           137 core/ArrayObject.h 		Stringp format(AvmCore* core) const;
Stringp           551 core/AvmCore-inlines.h REALLY_INLINE /*static*/ Stringp AvmCore::atomToString(Atom atom)
Stringp           554 core/AvmCore-inlines.h 	return (Stringp)atomPtr(atom);
Stringp           259 core/AvmCore.cpp 		strings = mmfx_new_array(DRC(Stringp), numStrings);
Stringp           260 core/AvmCore.cpp 		VMPI_memset(strings, 0, numStrings*sizeof(DRC(Stringp)));
Stringp           630 core/AvmCore.cpp 			Stringp name = iter.key();
Stringp          1144 core/AvmCore.cpp 		Stringp buffer = newConstantStringLatin1("Error #");
Stringp          1151 core/AvmCore.cpp 			Stringp out = findErrorMessage(errorID,
Stringp          1305 core/AvmCore.cpp 		Stringp n = t->name();
Stringp          1316 core/AvmCore.cpp 		Stringp out = NULL;
Stringp          1318 core/AvmCore.cpp 		Stringp errorMessage = getErrorMessage(errorID);
Stringp          1353 core/AvmCore.cpp 		Stringp out = formatErrorMessageV( errorID, arg1, arg2, arg3);
Stringp          1515 core/AvmCore.cpp     Stringp AvmCore::intern(Atom atom)
Stringp          1682 core/AvmCore.cpp 				Stringp fname = f->getMethodName();
Stringp          1878 core/AvmCore.cpp 				Stringp fname = f->getMethodName();
Stringp          2196 core/AvmCore.cpp 	Stringp AvmCore::coerce_s(Atom atom)
Stringp          2203 core/AvmCore.cpp     Stringp AvmCore::string(Atom atom)
Stringp          2672 core/AvmCore.cpp 	Stringp AvmCore::ToXMLString (Atom a)
Stringp          2714 core/AvmCore.cpp 	Stringp AvmCore::EscapeElementValue(const Stringp _s, bool removeLeadingTrailingWhitespace)
Stringp          2769 core/AvmCore.cpp 	Stringp AvmCore::EscapeAttributeValue(Atom v)
Stringp          2828 core/AvmCore.cpp 	Stringp AvmCore::_typeof (Atom arg)
Stringp          2991 core/AvmCore.cpp 		Stringp k;
Stringp          3042 core/AvmCore.cpp 		Stringp k;
Stringp          3093 core/AvmCore.cpp 		Stringp k;
Stringp          3176 core/AvmCore.cpp 	Stringp AvmCore::internStringLatin1(const char* s, int len)
Stringp          3180 core/AvmCore.cpp 		Stringp other;
Stringp          3190 core/AvmCore.cpp 			DRC(Stringp) *oldStrings = strings;
Stringp          3208 core/AvmCore.cpp 	Stringp AvmCore::internConstantStringLatin1(const char* s)
Stringp          3218 core/AvmCore.cpp     Stringp AvmCore::internString(Stringp o)
Stringp          3224 core/AvmCore.cpp 		Stringp other;
Stringp          3245 core/AvmCore.cpp 	Stringp AvmCore::internString(Atom atom)
Stringp          3248 core/AvmCore.cpp 		Stringp s = atomToString(atom);
Stringp          3252 core/AvmCore.cpp     Stringp AvmCore::internInt(int value)
Stringp          3257 core/AvmCore.cpp 	Stringp AvmCore::internUint32 (uint32 ui)
Stringp          3265 core/AvmCore.cpp     Stringp AvmCore::internDouble(double d)
Stringp          3271 core/AvmCore.cpp 	Stringp AvmCore::findInternedString(const char *cs, int len8)
Stringp          3288 core/AvmCore.cpp 		Stringp other;
Stringp          3297 core/AvmCore.cpp 	Stringp AvmCore::internStringUTF8(const char* cs, int len8, bool constant)
Stringp          3299 core/AvmCore.cpp 		Stringp s = String::createUTF8(this, (const utf8_t*)cs, len8, String::kAuto, constant);
Stringp          3304 core/AvmCore.cpp 		Stringp other;
Stringp          3322 core/AvmCore.cpp 	Stringp AvmCore::internStringUTF16(const wchar* s, int len)
Stringp          3326 core/AvmCore.cpp 		Stringp other;
Stringp          3336 core/AvmCore.cpp 			DRC(Stringp) *oldStrings = strings;
Stringp          3357 core/AvmCore.cpp 		DRC(Stringp) *oldStrings = strings;
Stringp          3360 core/AvmCore.cpp 		strings = mmfx_new_array(DRC(Stringp), newlen);
Stringp          3361 core/AvmCore.cpp 		VMPI_memset(strings, 0, newlen*sizeof(DRC(Stringp)));
Stringp          3381 core/AvmCore.cpp 			Stringp o = oldStrings[i];
Stringp          3468 core/AvmCore.cpp 		Stringp u;
Stringp          3515 core/AvmCore.cpp 		Stringp u;
Stringp          3730 core/AvmCore.cpp     Stringp AvmCore::format(Atom atom)
Stringp          3743 core/AvmCore.cpp 					Stringp quotes = newConstantStringLatin1("\"");
Stringp          3767 core/AvmCore.cpp 	Stringp AvmCore::formatAtomPtr(Atom atom)
Stringp          3773 core/AvmCore.cpp 	Stringp AvmCore::newConstantStringLatin1(const char* s)
Stringp          3778 core/AvmCore.cpp 	Stringp AvmCore::newStringLatin1(const char* s, int len)
Stringp          3783 core/AvmCore.cpp 	Stringp AvmCore::newStringUTF8(const char* s, int len, bool strict)
Stringp          3788 core/AvmCore.cpp 	Stringp AvmCore::newStringUTF16(const wchar* s, int len)
Stringp          3801 core/AvmCore.cpp 	Stringp AvmCore::newStringEndianUTF16(bool littleEndian, const wchar* s, int len)
Stringp          3830 core/AvmCore.cpp 	Stringp AvmCore::concatStrings(Stringp s1, Stringp s2)
Stringp          3837 core/AvmCore.cpp 	Stringp AvmCore::intToString(int value)
Stringp          3842 core/AvmCore.cpp 	Stringp AvmCore::uintToString(uint32 value)
Stringp          3847 core/AvmCore.cpp 	Stringp AvmCore::doubleToString(double d)
Stringp          4543 core/AvmCore.cpp 	Stringp ApiUtils::getBaseURI(AvmCore* core, Stringp uri) 
Stringp           394 core/AvmCore.h 		DRC(Stringp) booleanStrings[2];
Stringp           662 core/AvmCore.h 		DRC(Stringp) kconstructor;
Stringp           663 core/AvmCore.h 		DRC(Stringp) kEmptyString;
Stringp           664 core/AvmCore.h 		DRC(Stringp) ktrue;
Stringp           665 core/AvmCore.h 		DRC(Stringp) kfalse;
Stringp           666 core/AvmCore.h 		DRC(Stringp) kundefined;
Stringp           667 core/AvmCore.h 		DRC(Stringp) knull;
Stringp           668 core/AvmCore.h 		DRC(Stringp) ktoString;
Stringp           669 core/AvmCore.h 		DRC(Stringp) ktoLocaleString;
Stringp           670 core/AvmCore.h 		DRC(Stringp) kvalueOf;
Stringp           671 core/AvmCore.h 		DRC(Stringp) klength;
Stringp           672 core/AvmCore.h 		DRC(Stringp) kobject;
Stringp           673 core/AvmCore.h 		DRC(Stringp) kfunction;
Stringp           674 core/AvmCore.h 		DRC(Stringp) kxml;
Stringp           675 core/AvmCore.h 		DRC(Stringp) kboolean;
Stringp           676 core/AvmCore.h 		DRC(Stringp) knumber;
Stringp           677 core/AvmCore.h 		DRC(Stringp) kstring;
Stringp           678 core/AvmCore.h 		DRC(Stringp) kuri;
Stringp           679 core/AvmCore.h 		DRC(Stringp) kprefix;
Stringp           680 core/AvmCore.h 		DRC(Stringp) kglobal;
Stringp           681 core/AvmCore.h 		DRC(Stringp) kcallee;
Stringp           682 core/AvmCore.h 		DRC(Stringp) kNeedsDxns;
Stringp           683 core/AvmCore.h 		DRC(Stringp) kAsterisk;
Stringp           684 core/AvmCore.h 		DRC(Stringp) kVersion;
Stringp           686 core/AvmCore.h 		DRC(Stringp) kanonymousFunc;
Stringp           691 core/AvmCore.h 		DRC(Stringp) cachedChars[128];
Stringp           738 core/AvmCore.h 		bool isVersionedURI(Stringp uri);
Stringp           862 core/AvmCore.h 		Stringp string(Atom atom);
Stringp           864 core/AvmCore.h 		Stringp coerce_s(Atom atom);
Stringp           885 core/AvmCore.h 		Stringp intern(Atom atom);
Stringp          1079 core/AvmCore.h 		void throwErrorV(ClassClosure *type, int errorID, Stringp arg1=0, Stringp arg2=0, Stringp arg3=0);
Stringp          1085 core/AvmCore.h 		String* formatErrorMessageV( int errorID, Stringp arg1=0, Stringp arg2=0, Stringp arg3=0);
Stringp          1224 core/AvmCore.h 		Stringp ToXMLString (Atom a);
Stringp          1225 core/AvmCore.h 		Stringp EscapeElementValue (const Stringp s, bool removeLeadingTrailingWhitespace);
Stringp          1226 core/AvmCore.h 		Stringp EscapeAttributeValue (Atom v);
Stringp          1273 core/AvmCore.h 		Stringp _typeof (Atom arg);
Stringp          1292 core/AvmCore.h 		#define AVMPLUS_STRING_DELETED ((Stringp)(1))
Stringp          1311 core/AvmCore.h 		static Stringp atomToString(Atom atom);
Stringp          1330 core/AvmCore.h 		int findString(Stringp s);
Stringp          1334 core/AvmCore.h 		Namespacep gotNamespace(Stringp uri, int32_t api);
Stringp          1339 core/AvmCore.h 		Stringp newStringLatin1(const char* str, int len = -1);
Stringp          1340 core/AvmCore.h 		Stringp newStringUTF8(const char* str, int len = -1, bool strict = false);
Stringp          1341 core/AvmCore.h 		Stringp newStringUTF16(const wchar* str, int len = -1);
Stringp          1344 core/AvmCore.h 		Stringp newStringEndianUTF16(bool littleEndian, const wchar* str, int len = -1);
Stringp          1349 core/AvmCore.h 		Stringp newConstantStringLatin1(const char* str);
Stringp          1353 core/AvmCore.h 		Stringp internStringLatin1(const char* s, int len = -1);
Stringp          1354 core/AvmCore.h 		Stringp internStringUTF8(const char* s, int len = -1, bool constant = false);
Stringp          1355 core/AvmCore.h 		Stringp internStringUTF16(const wchar* s, int len = -1);
Stringp          1360 core/AvmCore.h 		Stringp internConstantStringLatin1(const char* s);
Stringp          1367 core/AvmCore.h 		Stringp internString(Stringp s);
Stringp          1368 core/AvmCore.h 		Stringp internString(Atom atom);
Stringp          1369 core/AvmCore.h 		Stringp internInt(int n);
Stringp          1370 core/AvmCore.h 		Stringp internDouble(double d);
Stringp          1371 core/AvmCore.h 		Stringp internUint32(uint32 ui);
Stringp          1378 core/AvmCore.h 		Stringp findInternedString(const char *s, int len);
Stringp          1382 core/AvmCore.h 		static bool getIndexFromString(Stringp s, uint32 *result);
Stringp          1388 core/AvmCore.h 								Stringp pattern,
Stringp          1389 core/AvmCore.h 								Stringp options);
Stringp          1396 core/AvmCore.h 		Namespacep newNamespace(Stringp uri, Namespace::NamespaceType type = Namespace::NS_Public, int32_t api = 0);
Stringp          1397 core/AvmCore.h 		Namespacep newPublicNamespace(Stringp uri);
Stringp          1399 core/AvmCore.h 		Stringp uintToString(uint32 i);
Stringp          1400 core/AvmCore.h 		Stringp intToString(int i);
Stringp          1401 core/AvmCore.h 		Stringp doubleToString(double d);
Stringp          1402 core/AvmCore.h 		Stringp concatStrings(Stringp s1, Stringp s2);
Stringp          1421 core/AvmCore.h 		Stringp format(Atom atom);
Stringp          1424 core/AvmCore.h 		Stringp formatAtomPtr(Atom atom);
Stringp          1429 core/AvmCore.h 		DRC(Stringp) * strings;
Stringp          1554 core/AvmCore.h 		static bool isVersionedNS(AvmCore* core, Namespace::NamespaceType type, Stringp uri);
Stringp          1570 core/AvmCore.h 		static Stringp getBaseURI(AvmCore* core, Stringp uri);
Stringp          1575 core/AvmCore.h 		static API getURIAPI(AvmCore* core, Stringp uri);
Stringp          1580 core/AvmCore.h 		static bool hasVersionMark(Stringp uri);
Stringp           158 core/BuiltinTraits.cpp 		Stringp name = pool->core->internConstantStringLatin1(cname);
Stringp           136 core/CdeclThunk.cpp                         _a = a ? ((Stringp)a)->atom() : nullStringAtom;
Stringp           148 core/ClassClosure.cpp 	Stringp ClassClosure::format(AvmCore* core) const
Stringp           155 core/ClassClosure.cpp 		Stringp prefix = core->newConstantStringLatin1("CC{}@");
Stringp           160 core/ClassClosure.cpp 	Stringp ClassClosure::implToString() const
Stringp           164 core/ClassClosure.cpp 		Stringp s = core->concatStrings(core->newConstantStringLatin1("[class "), t->name());
Stringp            80 core/ClassClosure.h 		virtual Stringp implToString() const;
Stringp            84 core/ClassClosure.h 		Stringp format(AvmCore* core) const;
Stringp            46 core/CodegenLIR-inlines.h REALLY_INLINE LineNumberRecord* JITCodeInfo::add(MMgc::GC* gc, uintptr_t loc, Stringp file, uint32_t line)
Stringp          1823 core/CodegenLIR.cpp             Stringp str = pool->getString(imm30);  // assume been checked already
Stringp          1830 core/CodegenLIR.cpp             Stringp str = pool->getString(imm30);  // assume been checked already
Stringp          5671 core/CodegenLIR.cpp        LineNumberRecord* rec = new (gc) LineNumberRecord((Stringp)filename, line);
Stringp          5684 core/CodegenLIR.cpp                rec->filename = (Stringp)filename;
Stringp            63 core/CodegenLIR.h            LineNumberRecord(Stringp fn, uint32_t ln)
Stringp            84 core/CodegenLIR.h            LineNumberRecord* add(MMgc::GC* gc, uintptr_t loc, Stringp file, uint32_t line);
Stringp           125 core/DateClass.cpp 		Stringp s = core->string(input);
Stringp            77 core/DateClass.h 		double		stringToDateDouble(Stringp s);
Stringp            44 core/DateObject.cpp 	Stringp DateObject::_toString(int index)
Stringp           113 core/DateObject.cpp 	Stringp DateObject::format(AvmCore* core) const
Stringp           118 core/DateObject.cpp 		Stringp result = core->newConstantStringLatin1("<");
Stringp            76 core/DateObject.h 		Stringp _toString(int index);
Stringp           119 core/DateObject.h 		Stringp format(AvmCore* core) const;
Stringp            52 core/DescribeTypeClass.cpp 	/*static*/ Stringp DescribeTypeClass::getQualifiedClassName(ScriptObject* self, Atom v)
Stringp            58 core/DescribeTypeClass.cpp 	/*static*/ Stringp DescribeTypeClass::getQualifiedSuperclassName(ScriptObject* self, Atom v)
Stringp            48 core/DescribeTypeClass.h         static Stringp getQualifiedClassName(ScriptObject* self, Atom v);
Stringp            49 core/DescribeTypeClass.h         static Stringp getQualifiedSuperclassName(ScriptObject* self, Atom v);
Stringp            66 core/Domain.h  		Traits* getNamedTraits(Stringp name, Namespacep ns, bool recursive/*=true*/);
Stringp            68 core/Domain.h  		MethodInfo* getNamedScript(Stringp name, Namespacep ns);
Stringp            71 core/Domain.h  		Traits* getNamedTrait(Stringp name, Namespace* ns) { return (Traits*)m_namedTraits->get(name, ns); }
Stringp            72 core/Domain.h  		void addNamedTrait(Stringp name, Namespace* ns, Traits* v) { m_namedTraits->add(name, ns, (Binding)v); }
Stringp            73 core/Domain.h  		void addNamedScript(Stringp name, Namespace* ns, MethodInfo* v) { m_namedScripts->add(name, ns, (Binding)v); }
Stringp            80 core/DomainEnv.cpp 	Stringp DomainEnv::scriptNameAt(int index) const
Stringp            82 core/DomainEnv.cpp 		Stringp s = m_namedScripts->keyAt(index);
Stringp            50 core/DomainEnv.h 		MethodEnv* getScriptInit(Namespacep ns, Stringp name) const;
Stringp            53 core/DomainEnv.h 		inline ScriptEnv* getNamedScript(Stringp name) const { return (ScriptEnv*)m_namedScripts->getName(name); }
Stringp            54 core/DomainEnv.h 		inline ScriptEnv* getNamedScript(Stringp name, Namespacep ns) const { return (ScriptEnv*)m_namedScripts->get(name, ns); }
Stringp            55 core/DomainEnv.h 		inline void addNamedScript(Stringp name, Namespacep ns, ScriptEnv* scriptEnv) { m_namedScripts->add(name, ns, Binding(scriptEnv)); }
Stringp            64 core/DomainEnv.h 		Stringp scriptNameAt(int index) const;
Stringp           203 core/E4XNode.cpp 			Stringp str = (String *)(nameOrAux);
Stringp           362 core/E4XNode.cpp 		Stringp prefix = core->kEmptyString;
Stringp           433 core/E4XNode.cpp 					Stringp u = ns1->getURI();
Stringp           434 core/E4XNode.cpp 					Stringp p = core->string(ns1->getPrefix());
Stringp           468 core/E4XNode.cpp 		Stringp attributeName, attributeValue;
Stringp           484 core/E4XNode.cpp 						Stringp prefix = attributeName->substring (6, len);
Stringp           906 core/E4XNode.cpp 			Stringp s = core->string(V);
Stringp           941 core/E4XNode.cpp 			Stringp str = (String *)(nameOrAux);
Stringp           117 core/E4XNode.h 		DRCWB(Stringp)		m_name;
Stringp           127 core/E4XNode.h 		E4XNodeAux(Stringp s, Namespace* ns, FunctionObject* notify = NULL);
Stringp           160 core/E4XNode.h 		void setQName (AvmCore *core, Stringp name, Namespace *ns = 0);
Stringp           163 core/E4XNode.h 		virtual Stringp getValue() const = 0;
Stringp           235 core/E4XNode.h 		Namespace *FindNamespace(AvmCore *core, Toplevel *toplevel, Stringp& tagName, bool bAttribute);
Stringp           246 core/E4XNode.h 		DRCWB(Stringp) m_value;
Stringp           252 core/E4XNode.h 		Stringp getValue() const { return m_value; };
Stringp           258 core/E4XNode.h 		DRCWB(Stringp) m_value;
Stringp           264 core/E4XNode.h 		Stringp getValue() const { return m_value; };
Stringp           270 core/E4XNode.h 		DRCWB(Stringp) m_value;
Stringp           276 core/E4XNode.h 		Stringp getValue() const { return m_value; };
Stringp           282 core/E4XNode.h 		DRCWB(Stringp) m_value;
Stringp           288 core/E4XNode.h 		Stringp getValue() const { return m_value; };
Stringp           295 core/E4XNode.h 		DRCWB(Stringp) m_value;
Stringp           301 core/E4XNode.h 		Stringp getValue() const { return m_value; };
Stringp           343 core/E4XNode.h 		Stringp getValue() const { return 0; };
Stringp            75 core/ErrorClass.cpp 	Stringp ErrorObject::getStackTrace() const
Stringp            84 core/ErrorClass.cpp 		Stringp buffer = core->string(atom());
Stringp            97 core/ErrorClass.cpp 	Stringp ErrorClass::getErrorMessage(int errorID) const
Stringp            65 core/ErrorClass.h 		void throwError(int errorID, Stringp arg1=0, Stringp arg2=0, Stringp arg3=0);
Stringp            69 core/ErrorClass.h 		Stringp getErrorMessage(int errorID) const;
Stringp            97 core/ErrorClass.h 		Stringp getStackTrace() const;
Stringp           188 core/FunctionClass.cpp 	Stringp FunctionObject::implToString() const
Stringp           191 core/FunctionClass.cpp 		Stringp s = core->concatStrings(core->newConstantStringLatin1("[object Function-"), core->intToString(_call->method->method_id()));
Stringp            81 core/FunctionClass.h 		virtual Stringp implToString() const;
Stringp           734 core/MathUtils.cpp 	Stringp MathUtils::convertIntegerToStringRadix(AvmCore* core,
Stringp           746 core/MathUtils.cpp 	Stringp MathUtils::convertIntegerToStringBase10(AvmCore* core,
Stringp           842 core/MathUtils.cpp 	Stringp MathUtils::convertDoubleToStringRadix(AvmCore *core,
Stringp           890 core/MathUtils.cpp 	Stringp MathUtils::convertDoubleToString(AvmCore* core,
Stringp           113 core/MathUtils.h 		static double parseInt(Stringp s, int32_t radix=10, bool strict=true);
Stringp           205 core/MathUtils.h 		static Stringp convertIntegerToStringRadix(AvmCore* core,
Stringp           218 core/MathUtils.h 		static Stringp convertIntegerToStringBase10(AvmCore* core,
Stringp           229 core/MathUtils.h 		static Stringp convertDoubleToStringRadix(AvmCore *core,
Stringp           238 core/MathUtils.h 		static Stringp convertDoubleToString(AvmCore* core, 
Stringp           242 core/MathUtils.h 		static bool convertStringToDouble(Stringp inStr,
Stringp           245 core/MathUtils.h 		static double convertStringToNumber(Stringp inStr);
Stringp            76 core/MethodClosure.cpp     Stringp MethodClosure::format(AvmCore* core) const
Stringp            78 core/MethodClosure.cpp 		Stringp prefix = core->newConstantStringLatin1("MC{");
Stringp            93 core/MethodClosure.h 		Stringp format(AvmCore* core) const;
Stringp           110 core/MethodEnv-inlines.h REALLY_INLINE Stringp MethodEnv::traitsName() const
Stringp           331 core/MethodEnv.cpp 			return ((Stringp)i)->atom();
Stringp            90 core/MethodEnv.h 		Stringp traitsName() const;
Stringp           537 core/MethodInfo.cpp                 return (*(const Stringp*)src)->atom();
Stringp           585 core/MethodInfo.cpp                 return (*(const Stringp*)src)->atom();
Stringp           603 core/MethodInfo.cpp 		const uint32_t extra = (local_count <= 1) ? 0 : (sizeof(Stringp)*(local_count-1));
Stringp           606 core/MethodInfo.cpp 		const Stringp undef = core->kundefined;
Stringp           663 core/MethodInfo.cpp 	Stringp MethodInfo::getArgName(int32_t index) 
Stringp           668 core/MethodInfo.cpp 	Stringp MethodInfo::getLocalName(int32_t index) 
Stringp           701 core/MethodInfo.cpp 	Stringp MethodInfo::getRegName(int32_t slot) const 
Stringp           842 core/MethodInfo.cpp 	Stringp MethodInfo::format(AvmCore* core) const
Stringp           844 core/MethodInfo.cpp 		Stringp n = getMethodName();
Stringp          1153 core/MethodInfo.cpp 	Stringp MethodInfo::getMethodName(bool includeAllNamespaces) const 
Stringp          1158 core/MethodInfo.cpp 	Stringp MethodInfo::getMethodNameWithTraits(Traits* t, bool includeAllNamespaces) const 
Stringp          1160 core/MethodInfo.cpp 		Stringp name = NULL;
Stringp          1175 core/MethodInfo.cpp 				Stringp tname = t->format(core, includeAllNamespaces);
Stringp            74 core/MethodInfo.h 		Stringp					localNames[1];		// array of names for args and locals in framep order, written with explicit WBRC (actually local_count)
Stringp           255 core/MethodInfo.h 		void setRegName(int32_t index, Stringp name);
Stringp           257 core/MethodInfo.h 		Stringp getArgName(int32_t index);
Stringp           258 core/MethodInfo.h 		Stringp getLocalName(int32_t index);
Stringp           271 core/MethodInfo.h 		Stringp getRegName(int32_t index) const;
Stringp           327 core/MethodInfo.h 		Stringp FASTCALL getMethodNameWithTraits(Traits* declaringTraits, bool includeAllNamespaces = false) const;
Stringp           328 core/MethodInfo.h 		Stringp FASTCALL getMethodName(bool includeAllNamespaces = false) const;
Stringp           332 core/MethodInfo.h 		Stringp format(AvmCore* core) const;
Stringp            43 core/Multiname-inlines.h REALLY_INLINE Stringp Multiname::getName() const
Stringp            49 core/Multiname-inlines.h REALLY_INLINE void Multiname::setName(Stringp _name)
Stringp           136 core/Multiname-inlines.h REALLY_INLINE Multiname::Multiname(Namespacep ns, Stringp name)
Stringp           145 core/Multiname-inlines.h REALLY_INLINE Multiname::Multiname(Namespacep ns, Stringp name, bool qualified)
Stringp           340 core/Multiname-inlines.h REALLY_INLINE Stringp HeapMultiname::getName() const
Stringp           425 core/Multiname-inlines.h REALLY_INLINE Stringp HeapMultiname::format(AvmCore* core, Multiname::MultiFormat form) const
Stringp           430 core/Multiname-inlines.h REALLY_INLINE Stringp HeapMultiname::format(AvmCore* core, Namespacep ns, Stringp name, bool attr,
Stringp           106 core/Multiname.cpp 		Stringp u2 = qname->getNamespace()->getURI();
Stringp           115 core/Multiname.cpp 			Stringp u1 = getNamespace(i)->getURI();
Stringp           126 core/Multiname.cpp 	Stringp Multiname::format(AvmCore *core, Namespacep ns, Stringp name, bool attr, bool hideNonPublicNamespaces)
Stringp           136 core/Multiname.cpp 			Stringp uri = ns->getURI();
Stringp           152 core/Multiname.cpp 	Stringp Multiname::format(AvmCore* core , MultiFormat form) const
Stringp           154 core/Multiname.cpp 		Stringp attr = this->isAttr() ? core->newConstantStringLatin1("@") : (Stringp)core->kEmptyString;
Stringp           155 core/Multiname.cpp 		Stringp name = this->isAnyName() 
Stringp           179 core/Multiname.cpp 			Stringp s = attr;
Stringp            68 core/Multiname.h 		Stringp name;
Stringp            81 core/Multiname.h 		Multiname(Namespacep ns, Stringp name);
Stringp            82 core/Multiname.h 		Multiname(Namespacep ns, Stringp name, bool qualified);
Stringp            85 core/Multiname.h 		Stringp getName() const;
Stringp            86 core/Multiname.h 		void setName(Stringp _name);
Stringp           153 core/Multiname.h 		Stringp format(AvmCore* core, MultiFormat form=MULTI_FORMAT_FULL) const;
Stringp           154 core/Multiname.h 		static Stringp format(AvmCore* core, Namespacep ns, Stringp name, bool attr=false, bool hideNonPublicNamespaces=true);
Stringp           174 core/Multiname.h 		Stringp getName() const;
Stringp           194 core/Multiname.h 		Stringp format(AvmCore* core, Multiname::MultiFormat form=Multiname::MULTI_FORMAT_FULL) const;
Stringp           195 core/Multiname.h 		static Stringp format(AvmCore* core, Namespacep ns, Stringp name, bool attr=false, bool hideNonPublicNamespaces=true);
Stringp            49 core/MultinameHashtable-inlines.h REALLY_INLINE Binding MultinameHashtable::get(Stringp name, NamespaceSetp nsset) const
Stringp            59 core/MultinameHashtable-inlines.h REALLY_INLINE Stringp MultinameHashtable::keyAt(int index) const
Stringp            95 core/MultinameHashtable-inlines.h REALLY_INLINE Stringp StMNHTIterator::key() const
Stringp            88 core/MultinameHashtable.cpp 	void MultinameHashtable::add(Stringp name, Namespacep ns, Binding value)
Stringp           132 core/MultinameHashtable.cpp 	int MultinameHashtable::find(Stringp name, Namespacep ns, const Quad* t, unsigned m)
Stringp           148 core/MultinameHashtable.cpp 		Stringp k;
Stringp           160 core/MultinameHashtable.cpp 	static const Stringp EMPTY = NULL;
Stringp           162 core/MultinameHashtable.cpp 	const MultinameHashtable::Quad* MultinameHashtable::getNSSet(Stringp mnameName, NamespaceSetp nsset) const
Stringp           186 core/MultinameHashtable.cpp 		Stringp atomName;
Stringp           244 core/MultinameHashtable.cpp 	void MultinameHashtable::put(Stringp name, Namespacep ns, Binding value)
Stringp           270 core/MultinameHashtable.cpp 				Stringp probeName = cur->name;
Stringp           313 core/MultinameHashtable.cpp 	Binding MultinameHashtable::get(Stringp name, Namespacep ns) const
Stringp           327 core/MultinameHashtable.cpp 	Binding MultinameHashtable::getName(Stringp name) const
Stringp           346 core/MultinameHashtable.cpp 			Stringp oldName;
Stringp            72 core/MultinameHashtable.h             Stringp name;
Stringp            90 core/MultinameHashtable.h         static int find(Stringp name, Namespacep ns, const Quad *t, unsigned tLen);
Stringp           126 core/MultinameHashtable.h         void    put(Stringp name, Namespacep ns, Binding value);
Stringp           127 core/MultinameHashtable.h         Binding get(Stringp name, Namespacep ns) const;
Stringp           128 core/MultinameHashtable.h         Binding get(Stringp name, NamespaceSetp nsset) const;
Stringp           129 core/MultinameHashtable.h         Binding getName(Stringp name) const;
Stringp           141 core/MultinameHashtable.h         void add(Stringp name, Namespacep ns, Binding value);
Stringp           146 core/MultinameHashtable.h         Stringp keyAt(int index) const;
Stringp           154 core/MultinameHashtable.h         const Quad* getNSSet(Stringp name, NamespaceSetp nsset) const;
Stringp           191 core/MultinameHashtable.h         Stringp key() const;
Stringp            46 core/Namespace.cpp     Namespace::Namespace(Atom prefix, Stringp uri, NamespaceType flags)
Stringp            66 core/Namespace.cpp 	void Namespace::setUri(Stringp uri, NamespaceType flags)
Stringp            87 core/Namespace.cpp 		Stringp uri = (Stringp)(((uintptr)m_uri)&~7);
Stringp           140 core/Namespace.cpp 	Stringp Namespace::format(AvmCore* core) const
Stringp           146 core/Namespace.cpp 	Stringp Namespace::getURI() const
Stringp           148 core/Namespace.cpp 		return (Stringp)atomPtr(m_uri);
Stringp            72 core/Namespace.h 		Namespace(Atom prefix, Stringp uri, NamespaceType type);
Stringp            76 core/Namespace.h 		Stringp getURI() const;
Stringp            81 core/Namespace.h 		Stringp get_uri() const
Stringp           124 core/Namespace.h 		Stringp format(AvmCore* core) const;
Stringp           127 core/Namespace.h 		void setUri(Stringp uri, NamespaceType flags);
Stringp            62 core/NamespaceSet.cpp 	Stringp NamespaceSet::format(AvmCore* core) const
Stringp            64 core/NamespaceSet.cpp 		Stringp s = core->newConstantStringLatin1("{");
Stringp            86 core/NamespaceSet.h 		Stringp format(AvmCore* core) const;
Stringp            64 core/NumberClass.cpp 	Stringp NumberClass::_convert(double n, int precision, int mode)
Stringp            84 core/NumberClass.cpp 	Stringp NumberClass::_numberToString(double dVal, int radix)
Stringp            66 core/NumberClass.h 		Stringp _convert(double n, int precision, int mode);
Stringp            67 core/NumberClass.h 		Stringp _numberToString(double n, int radix);
Stringp           115 core/ObjectClass.cpp 		name = name ? core->internString(name) : (Stringp)core->knull;
Stringp           146 core/ObjectClass.cpp 		name = name ? core->internString(name) : (Stringp)core->knull;
Stringp           169 core/ObjectClass.cpp 		name = name ? core->internString(name) : (Stringp)core->knull;
Stringp           214 core/ObjectClass.cpp 	Stringp ObjectClass::_toString(Atom thisAtom)
Stringp           225 core/ObjectClass.cpp 			Stringp s = core->concatStrings(core->newConstantStringLatin1("[object "), t->name());
Stringp            68 core/ObjectClass.h 		bool _hasOwnProperty(Atom thisAtom, Stringp name);
Stringp            70 core/ObjectClass.h 		bool _propertyIsEnumerable(Atom thisAtom, Stringp name);
Stringp            71 core/ObjectClass.h 		void _setPropertyIsEnumerable(Atom thisAtom, Stringp name, bool enumerable);		
Stringp            72 core/ObjectClass.h 		Stringp _toString(Atom thisAtom);
Stringp           116 core/PoolObject.cpp 				Stringp s = dataP->str;
Stringp           209 core/PoolObject.cpp 	Stringp PoolObject::getString(int32_t index) const
Stringp           216 core/PoolObject.cpp 			Stringp s = core->internStringUTF8((const char*) dataP->abcPtr, len, true);
Stringp           652 core/PoolObject.cpp 					Stringp fullname = VectorClass::makeVectorClassName(core, param_traits);
Stringp           712 core/PoolObject.cpp 	Stringp PoolObject::getMethodInfoName(uint32_t i)
Stringp           714 core/PoolObject.cpp 		Stringp name = NULL;
Stringp           143 core/PoolObject.h 		Traits* getTraits(Stringp name, Namespacep ns, bool recursive=true) const;
Stringp           145 core/PoolObject.h 		Traits* getTraits(Stringp name, bool recursive=true) const;
Stringp           147 core/PoolObject.h 		Traits* getBuiltinTraits(Stringp name) const;
Stringp           149 core/PoolObject.h 		void addPrivateNamedScript(Stringp name, Namespacep ns, MethodInfo *a);
Stringp           150 core/PoolObject.h 		void addNamedTraits(Stringp name, Namespacep ns, Traits* traits);
Stringp           168 core/PoolObject.h 		Stringp getString(int32_t index) const;
Stringp           191 core/PoolObject.h 		Stringp getMethodInfoName(uint32_t i);
Stringp           199 core/PoolObject.h 			Stringp		str;
Stringp            92 core/PrintWriter.cpp 		Stringp s = MathUtils::convertDoubleToString(m_core, value.getPercent());
Stringp           147 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringBase10(m_core, value, MathUtils::kTreatAsSigned);
Stringp           154 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringRadix(m_core, (intptr_t) value, 10, MathUtils::kTreatAsUnsigned);
Stringp           161 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringRadix(m_core, (intptr_t) value, 10, MathUtils::kTreatAsSigned);
Stringp           169 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringRadix(m_core, (intptr_t) value, 10, MathUtils::kTreatAsSigned);
Stringp           176 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringBase10(m_core, value, MathUtils::kTreatAsUnsigned);
Stringp           339 core/PrintWriter.cpp 		Stringp n = t->name();
Stringp           421 core/PrintWriter.cpp 					*this << va_arg(ap, Stringp);
Stringp           131 core/PrintWriter.h 		PrintWriter& operator<< (Stringp str);
Stringp           150 core/PrintWriter.h 		void formatP(const char* format, Stringp arg1=0, Stringp arg2=0, Stringp arg3=0);
Stringp            84 core/RegExpClass.cpp 		Stringp pattern;
Stringp           107 core/RegExpClass.cpp 		Stringp options = NULL;
Stringp            54 core/RegExpObject.h 					 Stringp pattern,
Stringp            55 core/RegExpObject.h 					 Stringp options);
Stringp            68 core/RegExpObject.h 		int search(Stringp subject);
Stringp            69 core/RegExpObject.h 		ArrayObject* split(Stringp subject, uint32 limit);
Stringp            70 core/RegExpObject.h 		ArrayObject* match(Stringp subject);
Stringp            72 core/RegExpObject.h 		Atom AS3_exec(Stringp subject);
Stringp            73 core/RegExpObject.h 		Atom replace(Stringp subject, Stringp replacement);
Stringp            74 core/RegExpObject.h 		Atom replace(Stringp subject, ScriptObject *replaceFunction);
Stringp            76 core/RegExpObject.h 		Stringp get_source() const { return m_source; }
Stringp            87 core/RegExpObject.h 		DRCWB(Stringp) m_source;
Stringp            96 core/RegExpObject.h 		ArrayObject* _exec(Stringp subject, StIndexableUTF8String& utf8Subject);
Stringp            98 core/RegExpObject.h 		ArrayObject* _exec(Stringp subject,
Stringp           308 core/Sampler.cpp 			AvmAssert(sizeof(StackTrace::Element) == sizeof(MethodInfo *) + sizeof(Stringp) + sizeof(Stringp) + sizeof(int32_t));
Stringp           311 core/Sampler.cpp 			AvmAssert(sizeof(StackTrace::Element) == sizeof(MethodInfo *) + sizeof(Stringp) + sizeof(Stringp) + sizeof(int32_t) + sizeof(int32_t));
Stringp           587 core/Sampler.cpp 		Stringp s = core->internConstantStringLatin1(name);
Stringp           593 core/Sampler.cpp 	Stringp Sampler::getFakeFunctionName(const char* name)
Stringp           598 core/Sampler.cpp 		Stringp name_str = core->findInternedString(name, (int)VMPI_strlen(name));
Stringp           193 core/Sampler.h 		Stringp getFakeFunctionName(const char* name);
Stringp           222 core/Sampler.h 		List<Stringp>		fakeMethodNames; 
Stringp           113 core/ScopeChain.cpp 	Stringp ScopeTypeChain::format(AvmCore* core) const
Stringp           115 core/ScopeChain.cpp 		Stringp r = core->kEmptyString;
Stringp           172 core/ScopeChain.cpp 	Stringp ScopeChain::format(AvmCore* core) const
Stringp           174 core/ScopeChain.cpp 		Stringp r = core->kEmptyString;
Stringp            67 core/ScopeChain.h 		Stringp format(AvmCore* core) const;
Stringp           118 core/ScopeChain.h 		Stringp format(AvmCore* core) const;
Stringp           142 core/ScriptObject.cpp 			Stringp s = core()->atomToString(name);
Stringp           171 core/ScriptObject.cpp 			Stringp s = core()->atomToString(name);
Stringp           211 core/ScriptObject.cpp 			Stringp s = core()->atomToString(name);
Stringp           232 core/ScriptObject.cpp 			Stringp s = core()->atomToString(name);
Stringp           271 core/ScriptObject.cpp 			Stringp s = core()->atomToString(name);
Stringp           292 core/ScriptObject.cpp 			Stringp s = core()->atomToString(name);
Stringp           314 core/ScriptObject.cpp 			Stringp s = core()->atomToString(name);
Stringp           504 core/ScriptObject.cpp 	Stringp ScriptObject::format(AvmCore* core) const
Stringp           642 core/ScriptObject.cpp 			return (*((const Stringp*)p))->atom(); // may be null|kStringType, that's ok
Stringp           847 core/ScriptObject.cpp 	Stringp ScriptObject::implToString() const
Stringp           851 core/ScriptObject.cpp 		Stringp s = core->concatStrings(core->newConstantStringLatin1("[object "), t->name());
Stringp           146 core/ScriptObject.h 		inline Atom getStringProperty(Stringp name) const 
Stringp           151 core/ScriptObject.h 		inline Atom getStringPropertyFromProtoChain(Stringp name, ScriptObject* protochain, Traits *origObjTraits) const
Stringp           155 core/ScriptObject.h 		inline void setStringProperty(Stringp name, Atom value) 
Stringp           159 core/ScriptObject.h 		inline bool deleteStringProperty(Stringp name) 
Stringp           163 core/ScriptObject.h 		inline bool hasStringProperty(Stringp name) const 
Stringp           168 core/ScriptObject.h 		inline bool getStringPropertyIsEnumerable(Stringp name) const
Stringp           173 core/ScriptObject.h 		inline void setStringPropertyIsEnumerable(Stringp name, bool enumerable)
Stringp           212 core/ScriptObject.h 		virtual Stringp implToString() const;
Stringp           226 core/ScriptObject.h 		virtual Stringp format(AvmCore* core) const;
Stringp           233 core/StackTrace.cpp 	static Stringp getStackTraceLine(MethodInfo* method, Stringp filename) 
Stringp           236 core/StackTrace.cpp 		Stringp s = core->newStringLatin1("\tat ");
Stringp           247 core/StackTrace.cpp 	Stringp StackTrace::format(AvmCore* core)
Stringp           251 core/StackTrace.cpp 			Stringp s = core->kEmptyString;
Stringp           267 core/StackTrace.cpp 				Stringp filename=NULL;
Stringp           101 core/StackTrace.h 		void init(AvmCore* core, Stringp name);
Stringp           164 core/StackTrace.h 		inline Stringp fakename() const { return m_fakename; }
Stringp           168 core/StackTrace.h 		inline Stringp filename() const { return m_filename; }
Stringp           173 core/StackTrace.h 		inline void set_filename(Stringp s) { m_filename = s; }
Stringp           204 core/StackTrace.h 	private:	Stringp				m_fakename;		// NULL unless we are a fake CallStackNode
Stringp           206 core/StackTrace.h 	private:	Stringp				m_filename;		// in the form "C:\path\to\package\root;package/package;filename"
Stringp           217 core/StackTrace.h 		Stringp format(AvmCore* core);
Stringp           229 core/StackTrace.h 		DRCWB(Stringp) stringRep;
Stringp           244 core/StackTrace.h 					Stringp		m_fakename;		// needed just for fake CallStackNodes, null otherwise
Stringp           245 core/StackTrace.h 					Stringp		m_filename;		// in the form "C:\path\to\package\root;package/package;filename"
Stringp           276 core/StackTrace.h                        inline Stringp fakename() const { return isAS3Sample() ? u.m_fakename : NULL; }
Stringp           278 core/StackTrace.h                        inline Stringp name() const     { return isAS3Sample() ? ((!u.m_fakename && m_info) ? m_info->getMethodName() : u.m_fakename) : NULL; }
Stringp           279 core/StackTrace.h                        inline Stringp filename() const { return isAS3Sample() ? u.m_filename : NULL; }
Stringp           288 core/StackTrace.h 		void dumpFilename(Stringp filename, PrintWriter& out) const;
Stringp            52 core/StringClass.cpp 		Stringp a = core()->newConstantStringLatin1("a");
Stringp            53 core/StringClass.cpp 		Stringp b = core()->newConstantStringLatin1("b");
Stringp            54 core/StringClass.cpp 		Stringp c = core()->newConstantStringLatin1("c");
Stringp           136 core/StringClass.cpp 	Stringp StringClass::AS3_fromCharCode(Atom *argv, int argc)
Stringp           139 core/StringClass.cpp 		Stringp out = core->kEmptyString;
Stringp           180 core/StringClass.cpp 	Stringp StringClass::_replace(Stringp subject, Atom pattern, Atom replacementAtom)
Stringp           185 core/StringClass.cpp 		Stringp replacement = NULL;
Stringp           203 core/StringClass.cpp 			Stringp searchString = core->string(pattern);
Stringp           222 core/StringClass.cpp 			Stringp out = subject->substring(0, index);
Stringp           267 core/StringClass.cpp         Stringp delim = core->string(delimAtom);
Stringp           278 core/StringClass.cpp 				Stringp sub = in->substr(i, 1);
Stringp           294 core/StringClass.cpp 			Stringp sub = in->substring(start, bgn);
Stringp            63 core/StringClass.h 		ArrayObject* _match(Stringp s, Atom pattern);
Stringp            64 core/StringClass.h 		Stringp _replace(Stringp in, Atom pattern, Atom replacementAtom);
Stringp            65 core/StringClass.h 		int _search(Stringp in, Atom regexpAtom);
Stringp            66 core/StringClass.h 		ArrayObject* _split(Stringp in, Atom delimAtom, uint32 limit);
Stringp            69 core/StringClass.h 		Stringp AS3_fromCharCode(Atom *argv, int argc);
Stringp            71 core/StringClass.h 		inline Stringp fromCharCode(Atom *argv, int argc) { return AS3_fromCharCode(argv, argc); }
Stringp           351 core/StringObject.cpp 	REALLY_INLINE String::String(MMgc::GC* gc, Stringp master, int32_t start, int32_t length) :
Stringp           428 core/StringObject.cpp 	REALLY_INLINE /*static*/ Stringp String::createDependent(GC* gc, Stringp master, int32_t start, int32_t len)
Stringp           434 core/StringObject.cpp 		Stringp s = new(gc) String(gc, master, start, len);
Stringp           441 core/StringObject.cpp 	/*static*/ Stringp String::createDynamic(GC* gc, const void* data, int32_t len, Width w, bool is7bit, int32_t extra)
Stringp           474 core/StringObject.cpp 		Stringp s = new(gc) String(gc, buffer, w, len, charsLeft, is7bit);
Stringp           498 core/StringObject.cpp 	/*static*/ Stringp String::createStatic(GC* gc, const void* data, int32_t len, Width w, bool is7bit)
Stringp           506 core/StringObject.cpp 		Stringp s = new(gc) String(data, w, len, is7bit);
Stringp           513 core/StringObject.cpp 	Stringp String::createLatin1(AvmCore* core, const char* buffer, int32_t len, Width desiredWidth, bool staticBuf)
Stringp           539 core/StringObject.cpp 		Stringp s = NULL;
Stringp           554 core/StringObject.cpp 	Stringp String::getFixedWidthString(Width w) const
Stringp           557 core/StringObject.cpp 			return (Stringp) this;
Stringp           563 core/StringObject.cpp 		Stringp newStr = createDynamic(_gc(this), NULL, m_length, w, is7bit);
Stringp           740 core/StringObject.cpp 	bool String::equals(Stringp that) const
Stringp           774 core/StringObject.cpp 	int32_t String::localeCompare(Stringp other, const Atom* /*argv*/, int32_t /*argc*/)
Stringp           825 core/StringObject.cpp 	int32_t String::indexOf(Stringp substr, int32_t start) const 
Stringp           899 core/StringObject.cpp 	int32_t String::lastIndexOf(Stringp substr, int32_t start) const
Stringp          1051 core/StringObject.cpp 	/*static*/ Stringp String::concatStrings(Stringp leftStr, Stringp rightStr)
Stringp          1056 core/StringObject.cpp 		Stringp volatile rightStrKeeper = rightStr;
Stringp          1060 core/StringObject.cpp 	Stringp String::append(Stringp rightStr)
Stringp          1065 core/StringObject.cpp 		Stringp volatile rightStrKeeper = rightStr;
Stringp          1075 core/StringObject.cpp 	Stringp String::_append(Stringp volatile * /*rightStrPtr*/, const Pointers& rightStr, int32_t numChars, Width charWidth)
Stringp          1099 core/StringObject.cpp 		Stringp master = (isDependent()) ? m_extra.master : this;
Stringp          1156 core/StringObject.cpp 			Stringp s = createDependent(gc, master, start, newLen);
Stringp          1174 core/StringObject.cpp 		Stringp newStr = createDynamic(gc, NULL, newLen, newWidth, is7bit, extra);
Stringp          1203 core/StringObject.cpp 	Stringp String::substring(int32_t start, int32_t end)
Stringp          1233 core/StringObject.cpp 		Stringp master = this;
Stringp          1250 core/StringObject.cpp 	Stringp String::intern_substring(int32_t start, int32_t end)
Stringp          1271 core/StringObject.cpp 	Stringp String::substr(int32_t start, int32_t len)
Stringp          1291 core/StringObject.cpp 	Stringp String::slice(int32_t start, int32_t end)
Stringp          1996 core/StringObject.cpp 	Stringp String::toUpperCase()
Stringp          2001 core/StringObject.cpp 	Stringp String::toLowerCase() 
Stringp          2006 core/StringObject.cpp 	Stringp String::caseChange(uint32_t(*unimapper)(uint32_t)) 
Stringp          2024 core/StringObject.cpp 		Stringp newStr = createDynamic(gc, NULL, m_length, w, is7bit);
Stringp          2066 core/StringObject.cpp 		StringIndexer self((Stringp) this);
Stringp          2103 core/StringObject.cpp 	int String::_indexOf(Stringp substr, int startPos)
Stringp          2108 core/StringObject.cpp 	int32_t String::AS3_indexOf(Stringp substr, double dStartPos)
Stringp          2113 core/StringObject.cpp 	int String::_lastIndexOf(Stringp substr, int iStartPos)
Stringp          2118 core/StringObject.cpp 	int32_t String::AS3_lastIndexOf(Stringp substr, double dStartPos)
Stringp          2127 core/StringObject.cpp 	Stringp String::_substr(int start, int count)
Stringp          2158 core/StringObject.cpp 	Stringp String::AS3_substr(double d_start, double d_count)
Stringp          2173 core/StringObject.cpp 	Stringp String::_substring(int start, int end)
Stringp          2179 core/StringObject.cpp 	Stringp String::AS3_substring(double d_start, double d_end)
Stringp          2187 core/StringObject.cpp 	Stringp String::_slice(int start, int end)
Stringp          2192 core/StringObject.cpp 	Stringp String::AS3_slice(double d_start, double d_end)
Stringp          2203 core/StringObject.cpp 	Stringp String::_charAt(int iPos)
Stringp          2217 core/StringObject.cpp 	Stringp String::AS3_charAt(double dPos)
Stringp          2222 core/StringObject.cpp 	Stringp String::AS3_toUpperCase()
Stringp          2227 core/StringObject.cpp 	Stringp String::AS3_toLowerCase()
Stringp          2247 core/StringObject.cpp 	int32_t String::AS3_localeCompare(Stringp other)
Stringp          2261 core/StringObject.cpp 	StringIndexer::StringIndexer(Stringp s) : 
Stringp          2425 core/StringObject.cpp 	Stringp String::createUTF8
Stringp          2466 core/StringObject.cpp 		Stringp s = NULL;
Stringp          2527 core/StringObject.cpp 	Stringp String::createUTF16(AvmCore* core, const wchar* buffer, int32_t len, Width desiredWidth, bool staticBuf)
Stringp          2581 core/StringObject.cpp 		Stringp s = createDynamic(core->GetGC(), NULL, stringLength, desiredWidth, is7bit);
Stringp          2609 core/StringObject.cpp 	StUTF8String::StUTF8String(Stringp str)
Stringp          2690 core/StringObject.cpp 	StUTF16String::StUTF16String(Stringp str)
Stringp          2737 core/StringObject.cpp 	StIndexableUTF8String::StIndexableUTF8String(Stringp s) :
Stringp           112 core/StringObject.h 		static	Stringp				createLatin1(AvmCore* core, const char* buffer, int32_t len = -1, Width desiredWidth = kDefaultWidth, bool staticBuf = false);
Stringp           126 core/StringObject.h 		static	Stringp				createUTF8(AvmCore* core, const utf8_t* buffer, int32_t len = -1, 
Stringp           139 core/StringObject.h 		static	Stringp				createUTF16(AvmCore* core, const wchar* buffer, int32_t len = -1, 
Stringp           151 core/StringObject.h 				Stringp	FASTCALL	getFixedWidthString(Width w) const;
Stringp           230 core/StringObject.h 				bool FASTCALL		equals(Stringp that) const;
Stringp           242 core/StringObject.h 				int32_t FASTCALL	localeCompare(Stringp other, const Atom* argv, int32_t argc);
Stringp           256 core/StringObject.h 				int32_t	FASTCALL	indexOf(Stringp s, int32_t offset = 0) const;
Stringp           261 core/StringObject.h 		REALLY_INLINE	bool		contains(Stringp s) const { return indexOf(s) >= 0; }
Stringp           305 core/StringObject.h 				int32_t	FASTCALL	lastIndexOf(Stringp s, int32_t offset = 0x7fffffff) const;
Stringp           315 core/StringObject.h 		static	Stringp	FASTCALL	concatStrings(Stringp leftStr, Stringp rightStr);
Stringp           321 core/StringObject.h 				Stringp	FASTCALL	append(Stringp str);
Stringp           326 core/StringObject.h 		REALLY_INLINE	Stringp		appendLatin1(const char* p) { return _append(NULL, Pointers((const uint8_t*)p), Length(p), k8); }
Stringp           327 core/StringObject.h 		REALLY_INLINE	Stringp		appendLatin1(const char* p, int32_t len) { return _append(NULL, Pointers((const uint8_t*)p), len, k8); }
Stringp           334 core/StringObject.h 		REALLY_INLINE	Stringp		append16(const wchar* p) { return _append(NULL, Pointers(p), Length(p), k16); }
Stringp           335 core/StringObject.h 		REALLY_INLINE	Stringp		append16(const wchar* p, int32_t len) { return _append(NULL, Pointers(p), len, k16); }
Stringp           340 core/StringObject.h 				Stringp	FASTCALL	substr(int32_t start, int32_t len = 0x7fffffff);
Stringp           345 core/StringObject.h 				Stringp	FASTCALL	substring(int32_t start, int32_t end = 0x7fffffff);
Stringp           346 core/StringObject.h 				Stringp	FASTCALL	intern_substring(int32_t start, int32_t end = 0x7fffffff);
Stringp           352 core/StringObject.h 				Stringp	FASTCALL	slice(int32_t start, int32_t end);
Stringp           376 core/StringObject.h 				Stringp FASTCALL	toUpperCase();
Stringp           385 core/StringObject.h 				Stringp FASTCALL	toLowerCase();
Stringp           393 core/StringObject.h 				Stringp	FASTCALL	caseChange(uint32_t(*unimapper)(uint32_t));
Stringp           414 core/StringObject.h 				int					_indexOf(Stringp s, int i=0);
Stringp           415 core/StringObject.h 				int					AS3_indexOf(Stringp s, double i=0);
Stringp           417 core/StringObject.h 				int					_lastIndexOf(Stringp s, int i=0x7fffffff);
Stringp           418 core/StringObject.h 				int					AS3_lastIndexOf(Stringp s, double i=0x7fffffff);
Stringp           420 core/StringObject.h 				Stringp				_charAt(int i=0); 
Stringp           421 core/StringObject.h 				Stringp				AS3_charAt(double i=0); 
Stringp           426 core/StringObject.h 				int					AS3_localeCompare(Stringp other);
Stringp           428 core/StringObject.h 				Stringp				_substring(int i_start, int i_count);
Stringp           429 core/StringObject.h 				Stringp				AS3_substring(double d_start, double d_count);
Stringp           431 core/StringObject.h 				Stringp				_slice(int dStart, int dEnd);
Stringp           432 core/StringObject.h 				Stringp				AS3_slice(double dStart, double dEnd);
Stringp           434 core/StringObject.h 				Stringp				_substr(int dStart, int dEnd);
Stringp           435 core/StringObject.h 				Stringp				AS3_substr(double dStart, double dEnd);
Stringp           437 core/StringObject.h 				Stringp				AS3_toUpperCase();
Stringp           438 core/StringObject.h 				Stringp				AS3_toLowerCase();
Stringp           488 core/StringObject.h 				Stringp			master;	// used for dependent strings
Stringp           491 core/StringObject.h 			REALLY_INLINE explicit Extra(Stringp _master) { master = _master; }
Stringp           541 core/StringObject.h 		static	Stringp				createDependent(MMgc::GC* gc, Stringp master, int32_t start, int32_t len);
Stringp           543 core/StringObject.h 		static	Stringp				createDynamic(MMgc::GC* gc, const void* data, int32_t len, Width w, bool is7bit, int32_t extra=0);
Stringp           545 core/StringObject.h 		static	Stringp				createStatic(MMgc::GC* gc, const void* data, int32_t len, Width w, bool is7bit);
Stringp           553 core/StringObject.h 				Stringp				_append(Stringp volatile * rightStrPtr, const Pointers& rightStr, int32_t numChars, Width width);
Stringp           578 core/StringObject.h 		REALLY_INLINE				String(MMgc::GC* gc, Stringp master, int32_t start, int32_t length);
Stringp           631 core/StringObject.h 				explicit			StringIndexer(Stringp s);
Stringp           644 core/StringObject.h 				Stringp const volatile	m_str;
Stringp           664 core/StringObject.h 				explicit			StUTF8String(Stringp str);
Stringp           689 core/StringObject.h 				explicit		StUTF16String(Stringp str);
Stringp           710 core/StringObject.h 		explicit StIndexableUTF8String(Stringp s);
Stringp            80 core/Toplevel-inlines.h REALLY_INLINE QNameObject* Toplevel::ToAttributeName(const Stringp arg)
Stringp           114 core/Toplevel-inlines.h REALLY_INLINE void Toplevel::throwVerifyError(int id, Stringp) const
Stringp           119 core/Toplevel-inlines.h REALLY_INLINE void Toplevel::throwVerifyError(int id, Stringp, Stringp) const
Stringp           245 core/Toplevel.cpp 		Stringp s = NULL;
Stringp           269 core/Toplevel.cpp 						Stringp name = q->get_localName();
Stringp           311 core/Toplevel.cpp 			Stringp news = s->substring(1, s->length());
Stringp           409 core/Toplevel.cpp 			Stringp s = m->getName();
Stringp           500 core/Toplevel.cpp 			Stringp name = core->intern(nameatom);
Stringp           798 core/Toplevel.cpp 	Stringp Toplevel::decodeURI(ScriptObject* self, Stringp uri)
Stringp           802 core/Toplevel.cpp 		Stringp out = decode(core, uri, false);
Stringp           809 core/Toplevel.cpp 	Stringp Toplevel::decodeURIComponent(ScriptObject* self, Stringp uri)
Stringp           813 core/Toplevel.cpp 		Stringp out = decode(core, uri, true);
Stringp           820 core/Toplevel.cpp 	Stringp Toplevel::encodeURI(ScriptObject* self, Stringp uri)
Stringp           824 core/Toplevel.cpp 		Stringp out = encode(core, uri, false);
Stringp           831 core/Toplevel.cpp 	Stringp Toplevel::encodeURIComponent(ScriptObject* self, Stringp uri)
Stringp           835 core/Toplevel.cpp 		Stringp out = encode(core, uri, true);
Stringp           884 core/Toplevel.cpp 	Stringp Toplevel::escape(ScriptObject* self, Stringp in)
Stringp           909 core/Toplevel.cpp 	Stringp Toplevel::escapeBytes(Stringp input)
Stringp           969 core/Toplevel.cpp 	Stringp Toplevel::unescape(ScriptObject* self, Stringp in)
Stringp           975 core/Toplevel.cpp 		Stringp out = core->kEmptyString;
Stringp          1014 core/Toplevel.cpp 	Stringp Toplevel::encode(AvmCore* core, Stringp in, bool encodeURIComponentFlag)
Stringp          1060 core/Toplevel.cpp 	Stringp Toplevel::decode(AvmCore* core, Stringp in, bool decodeURIComponentFlag)
Stringp            90 core/Toplevel.h 		void throwVerifyError(int id, Stringp arg1) const;
Stringp            91 core/Toplevel.h 		void throwVerifyError(int id, Stringp arg1, Stringp arg2) const;
Stringp            94 core/Toplevel.h 		void throwTypeError(int id, Stringp arg1) const;
Stringp            95 core/Toplevel.h 		void throwTypeError(int id, Stringp arg1, Stringp arg2) const;
Stringp            99 core/Toplevel.h 		void throwError(int id, Stringp arg1) const;
Stringp           100 core/Toplevel.h 		void throwError(int id, Stringp arg1, Stringp arg2) const;
Stringp           103 core/Toplevel.h 		void throwArgumentError(int id, Stringp arg1) const;
Stringp           105 core/Toplevel.h 		void throwArgumentError(int id, Stringp arg1, Stringp arg2) const;
Stringp           108 core/Toplevel.h 		void throwRangeError(int id, Stringp arg1) const;
Stringp           109 core/Toplevel.h 		void throwRangeError(int id, Stringp arg1, Stringp arg2) const;
Stringp           110 core/Toplevel.h 		void throwRangeError(int id, Stringp arg1, Stringp arg2, Stringp arg3) const;
Stringp           173 core/Toplevel.h 		QNameObject* ToAttributeName (const Stringp arg);
Stringp           267 core/Toplevel.h 		static Stringp escape(ScriptObject*, Stringp in);
Stringp           268 core/Toplevel.h 		static Stringp unescape(ScriptObject*, Stringp in);
Stringp           280 core/Toplevel.h 		Stringp escapeBytes(Stringp in);
Stringp           287 core/Toplevel.h 		static Stringp decodeURI(ScriptObject*, Stringp uri);
Stringp           288 core/Toplevel.h 		static Stringp decodeURIComponent(ScriptObject*, Stringp uri);
Stringp           289 core/Toplevel.h 		static Stringp encodeURI(ScriptObject*, Stringp uri);
Stringp           290 core/Toplevel.h 		static Stringp encodeURIComponent(ScriptObject*, Stringp uri);
Stringp           293 core/Toplevel.h 		static double parseInt(ScriptObject*, Stringp in, int radix);
Stringp           294 core/Toplevel.h 		static double parseFloat(ScriptObject*, Stringp in);
Stringp           319 core/Toplevel.h 		static Stringp decode(AvmCore* core, Stringp in, bool decodeURIComponentFlag);
Stringp           320 core/Toplevel.h 		static Stringp encode(AvmCore* core, Stringp in, bool encodeURIComponentFlag);
Stringp           102 core/Traits-inlines.h REALLY_INLINE Stringp TraitsBindings::keyAt(int32_t index) const
Stringp           214 core/Traits-inlines.h REALLY_INLINE Traits* Traits::newParameterizedITraits(Stringp name, Namespacep ns)
Stringp           219 core/Traits-inlines.h REALLY_INLINE Traits* Traits::newParameterizedCTraits(Stringp name, Namespacep ns)
Stringp           349 core/Traits-inlines.h REALLY_INLINE Stringp Traits::name() const
Stringp           354 core/Traits-inlines.h REALLY_INLINE void Traits::set_names(Namespacep p_ns, Stringp p_name)
Stringp           306 core/Traits.cpp 				Stringp name = iter.key();
Stringp           385 core/Traits.cpp 			Stringp name = iter.key();
Stringp           748 core/Traits.cpp 			Stringp name = mn.getName();
Stringp          1046 core/Traits.cpp 			Stringp name = mn.getName();
Stringp          1629 core/Traits.cpp 	Stringp Traits::format(AvmCore* core, bool includeAllNamespaces) const
Stringp          1849 core/Traits.cpp 	Stringp Traits::formatClassName()
Stringp          1866 core/Traits.cpp         Stringp _fullname;
Stringp           148 core/Traits.h  		Binding findBinding(Stringp key) const;
Stringp           149 core/Traits.h  		Binding findBinding(Stringp name, Namespacep ns) const;
Stringp           150 core/Traits.h  		Binding findBinding(Stringp name, NamespaceSetp nsset) const;
Stringp           156 core/Traits.h  		Stringp keyAt(int32_t index) const;
Stringp           293 core/Traits.h  		Binding getOverride(TraitsBindingsp basetb, Namespacep ns, Stringp name, int tag, const Toplevel *toplevel) const;
Stringp           296 core/Traits.h  								  Stringp name,
Stringp           312 core/Traits.h  		Traits* _newParameterizedTraits(Stringp name, Namespacep ns, Traits* _base);
Stringp           325 core/Traits.h  		static Traits* newCatchTraits(const Toplevel* toplevel, PoolObject* pool, TraitsPosPtr traitsPos, Stringp name, Namespacep ns);
Stringp           326 core/Traits.h  		Traits* newParameterizedITraits(Stringp name, Namespacep ns);
Stringp           327 core/Traits.h  		Traits* newParameterizedCTraits(Stringp name, Namespacep ns);
Stringp           388 core/Traits.h  		Stringp formatClassName();
Stringp           394 core/Traits.h  		Stringp format(AvmCore* core, bool includeAllNamespaces = false) const;
Stringp           402 core/Traits.h  		Stringp name() const;
Stringp           403 core/Traits.h  		void set_names(Namespacep p_ns, Stringp p_name);
Stringp           512 core/Traits.h  	private:	DRCWB(Stringp)			_name;		// The name of the class described by this traits object
Stringp           522 core/Traits.h  	private:	DRCWB(Stringp)			_fullname;		// value returned by formatClassName
Stringp            53 core/TraitsIterator.h 		bool getNext(Stringp& key, Namespacep& ns, Binding& value)
Stringp            54 core/TypeDescriber.cpp 	Stringp TypeDescriber::describeClassName(Traitsp traits)
Stringp            59 core/TypeDescriber.cpp 		Stringp name = traits->formatClassName();
Stringp            86 core/TypeDescriber.cpp 	Stringp TypeDescriber::str(StringId i)
Stringp           126 core/TypeDescriber.cpp 	static void pushstr(ArrayObject* a, Stringp s)
Stringp           136 core/TypeDescriber.cpp 	static inline Atom strAtom(Stringp s)
Stringp           297 core/TypeDescriber.cpp 				Stringp name = iter.key();
Stringp           300 core/TypeDescriber.cpp 				Stringp nsuri = ns->getURI();
Stringp           473 core/TypeDescriber.cpp 		Stringp name = poolstr(pool, name_index);
Stringp           513 core/TypeDescriber.cpp 	Stringp TypeDescriber::poolstr(PoolObject* pool, uint32_t index)
Stringp           573 core/TypeDescriber.cpp 	Stringp TypeDescriber::getQualifiedClassName(Atom value)
Stringp           579 core/TypeDescriber.cpp 	Stringp TypeDescriber::getQualifiedSuperclassName(Atom value)
Stringp            67 core/TypeDescriber.h 		Stringp getQualifiedClassName(Atom value);
Stringp            68 core/TypeDescriber.h 		Stringp getQualifiedSuperclassName(Atom value);
Stringp           116 core/TypeDescriber.h 		Stringp describeClassName(Traitsp traits);
Stringp           121 core/TypeDescriber.h 		Stringp poolstr(PoolObject* pool, uint32_t index);
Stringp           123 core/TypeDescriber.h 		Stringp str(StringId i);
Stringp           128 core/TypeDescriber.h 		Stringp m_strs[maxStringId];
Stringp            64 core/VTable-inlines.h REALLY_INLINE Stringp VTable::format(AvmCore* core) const
Stringp           137 core/VTable.cpp 				const Stringp name = iter.key();
Stringp           485 core/VTable.cpp 		Stringp classname = core->internString(fullname->appendLatin1("$"));
Stringp           118 core/VTable.h  		VTable* newParameterizedVTable(Traits* param_traits, Stringp fullname);
Stringp           126 core/VTable.h  		Stringp format(AvmCore* core) const;
Stringp            81 core/VectorClass.cpp 				Stringp s = core->string(name);
Stringp           440 core/VectorClass.cpp 	/*static*/ Stringp VectorClass::makeVectorClassName(AvmCore* core, Traits* t)
Stringp           442 core/VectorClass.cpp 		Stringp s = core->newConstantStringLatin1("Vector.<");
Stringp           479 core/VectorClass.cpp 			Stringp fullname = VectorClass::makeVectorClassName(core, param_traits);
Stringp           610 core/VectorClass.h 		static Stringp makeVectorClassName(AvmCore* core, Traits* t);
Stringp          2720 core/Verifier.cpp 		Stringp newname = core->internString(core->concatStrings(core->internConstantStringLatin1("_"), multiname.getName()));
Stringp          2744 core/Verifier.cpp 		Stringp newname = core->internString(core->concatStrings(core->internConstantStringLatin1("_"), multiname.getName()));
Stringp           162 core/Verifier.h 		void verifyFailed(int errorID, Stringp a1=0, Stringp a2=0, Stringp a3=0) const;
Stringp            76 core/XMLClass.h 		DRCWB(Stringp) kAttribute;
Stringp            77 core/XMLClass.h 		DRCWB(Stringp) kComment;
Stringp            78 core/XMLClass.h 		DRCWB(Stringp) kProcessingInstruction;
Stringp            79 core/XMLClass.h 		DRCWB(Stringp) kElement;
Stringp            80 core/XMLClass.h 		DRCWB(Stringp) kText;
Stringp            82 core/XMLClass.h 		DRCWB(Stringp) kColon;
Stringp            85 core/XMLClass.h 		DRCWB(Stringp) kXml;
Stringp            88 core/XMLClass.h 		DRCWB(Stringp) kAttrAdded;
Stringp            89 core/XMLClass.h 		DRCWB(Stringp) kAttrRemoved;
Stringp            90 core/XMLClass.h 		DRCWB(Stringp) kAttrChanged;
Stringp            91 core/XMLClass.h 		DRCWB(Stringp) kNodeAdded;
Stringp            92 core/XMLClass.h 		DRCWB(Stringp) kNodeRemoved;
Stringp            93 core/XMLClass.h 		DRCWB(Stringp) kNodeChanged;
Stringp            94 core/XMLClass.h 		DRCWB(Stringp) kNamespaceAdded;
Stringp            95 core/XMLClass.h 		DRCWB(Stringp) kNamespaceRemoved;
Stringp            96 core/XMLClass.h 		DRCWB(Stringp) kNamespaceSet;
Stringp            97 core/XMLClass.h 		DRCWB(Stringp) kNameSet;
Stringp            98 core/XMLClass.h 		DRCWB(Stringp) kTextSet;
Stringp            81 core/XMLListClass.cpp 			Stringp s = core->string(arg);
Stringp           186 core/XMLListObject.cpp 			Stringp name = m->getName();
Stringp           595 core/XMLListObject.cpp 			Stringp name = m->getName();
Stringp          1222 core/XMLListObject.cpp 			Stringp output = core->kEmptyString;
Stringp          1248 core/XMLListObject.cpp 	Stringp XMLListObject::AS3_toString()
Stringp           185 core/XMLListObject.h 		Stringp AS3_toString();
Stringp           142 core/XMLObject.cpp 			Stringp name = core->internConstantStringLatin1("parent");
Stringp           179 core/XMLObject.cpp 						Stringp parentName = m.getName();
Stringp           266 core/XMLObject.cpp 					Stringp text = core->internString(tag.text);
Stringp           286 core/XMLObject.cpp 					Stringp name, val;
Stringp           371 core/XMLObject.cpp 			Stringp parentName = m.getName();
Stringp           384 core/XMLObject.cpp 			Stringp parentNSName = core->string(parentNs->getPrefix());
Stringp           433 core/XMLObject.cpp 				Stringp r0 = core->string (this->atom());
Stringp           459 core/XMLObject.cpp 		Stringp n1 = name.getName();
Stringp           465 core/XMLObject.cpp 			Stringp nameString = name.getName();
Stringp           555 core/XMLObject.cpp 			Stringp name = m.getName();
Stringp           612 core/XMLObject.cpp 			Stringp sc;
Stringp           659 core/XMLObject.cpp             Stringp name = !m.isAnyName() ? m.getName() : NULL;
Stringp           678 core/XMLObject.cpp 				Stringp prior = x->getValue();
Stringp           747 core/XMLObject.cpp 				Stringp name = m.getName();
Stringp           793 core/XMLObject.cpp 			Stringp s = core->string (c);
Stringp           827 core/XMLObject.cpp 			Stringp name = m.getName();
Stringp           854 core/XMLObject.cpp 					Stringp name = previous.getName();
Stringp           855 core/XMLObject.cpp 					Stringp val = x->getValue();
Stringp          1022 core/XMLObject.cpp 			Stringp name = m.getName();
Stringp          1241 core/XMLObject.cpp 				Stringp u1 = ns->getURI();
Stringp          1242 core/XMLObject.cpp 				Stringp p1 = core->string(ns->getPrefix());
Stringp          1243 core/XMLObject.cpp 				Stringp u2 = ns2->getURI();
Stringp          1244 core/XMLObject.cpp 				Stringp p2 = core->string(ns2->getPrefix());
Stringp          2035 core/XMLObject.cpp 				Stringp prior = x->getValue();
Stringp          2067 core/XMLObject.cpp 				Stringp current = x->getValue();
Stringp          2310 core/XMLObject.cpp 		Stringp newname;
Stringp          2329 core/XMLObject.cpp 			Stringp prior = previous.getName();
Stringp          2357 core/XMLObject.cpp 		Stringp s = n->get_localName();
Stringp          2452 core/XMLObject.cpp 			Stringp s = core->kEmptyString;
Stringp          2477 core/XMLObject.cpp 	Stringp XMLObject::AS3_toString()
Stringp          2491 core/XMLObject.cpp 	Stringp XMLObject::format(AvmCore* core) const
Stringp          2502 core/XMLObject.cpp 		Stringp openingTag = core->newStringUTF8(openTag.c_str());
Stringp          2504 core/XMLObject.cpp 		Stringp result = ScriptObject::format(core);
Stringp          2536 core/XMLObject.cpp 	Stringp XMLObject::getValue() 
Stringp          2696 core/XMLObject.cpp 			Stringp nameString = name.getName();
Stringp          2797 core/XMLObject.cpp 		Stringp name;
Stringp          2858 core/XMLObject.cpp 			Stringp name = core->intern(nameatom);
Stringp          2887 core/XMLObject.cpp 	Stringp QNameObject::get_localName() const
Stringp          2921 core/XMLObject.cpp 		Stringp uri = (mn.isAnyNamespace() ? 0 : mn.getNamespace()->getURI());
Stringp          2930 core/XMLObject.cpp 				Stringp s1 = ns->getURI();
Stringp          2931 core/XMLObject.cpp 				Stringp s2 = uri;
Stringp           208 core/XMLObject.h 		Stringp AS3_toString();
Stringp           260 core/XMLObject.h 		void issueNotifications(AvmCore* core, Toplevel* top, E4XNode* initialTarget, Atom target, Stringp type, Atom value, Atom detail=undefinedAtom);
Stringp           262 core/XMLObject.h 		void childChanges(Stringp type, Atom value, E4XNode* prior=0);
Stringp           263 core/XMLObject.h 		void nonChildChanges(Stringp type, Atom value, Atom detail=undefinedAtom);
Stringp           269 core/XMLObject.h 		void setValue(Stringp s);
Stringp           270 core/XMLObject.h 		Stringp getValue();
Stringp           282 core/XMLObject.h 		XMLObject(XMLClass *type, Stringp s=NULL, Namespace *defaultNamespace=NULL);
Stringp           287 core/XMLObject.h 		Stringp format(AvmCore* core) const;
Stringp           295 core/XMLObject.h 		bool NodeNameEquals(Stringp nodeName, int32_t nodeNameStart, Stringp parentName, Namespace *ns);
Stringp           325 core/XMLObject.h 		Stringp get_localName() const;
Stringp            64 core/XMLParser16.cpp 	static Stringp _condenseWhitespace(Stringp text)
Stringp           273 core/XMLParser16.cpp 			Stringp attributeName = unescape(start, m_pos, true);
Stringp           306 core/XMLParser16.cpp 			Stringp attributeValue = unescape(start, m_pos - 1, false);
Stringp           320 core/XMLParser16.cpp 	Stringp XMLParser::unescape(int32_t start, int32_t last, bool intern)
Stringp           322 core/XMLParser16.cpp 		Stringp dest = core->kEmptyString;
Stringp           432 core/XMLParser16.cpp 	static Stringp truncateAtFirstNullChar(AvmCore* core, Stringp in)
Stringp            79 core/XMLParser16.h 		Stringp text;
Stringp            82 core/XMLParser16.h 		List<Stringp> attributes;
Stringp            89 core/XMLParser16.h 						   Stringp& name,
Stringp            90 core/XMLParser16.h 						   Stringp& value);
Stringp           103 core/XMLParser16.h 		XMLParser(AvmCore *core, Stringp str);
Stringp           139 core/XMLParser16.h 				Stringp			unescape (int32_t start, int32_t end, bool bIntern);
Stringp           211 core/avmplusDebugger.cpp 		Stringp prev = core->callStack->filename();
Stringp           269 core/avmplusDebugger.cpp 				Stringp fname = fnc->getMethodName();
Stringp           305 core/avmplusDebugger.cpp 			Stringp file = core->callStack->filename();
Stringp           323 core/avmplusDebugger.cpp 		Stringp file = ( core->callStack->filename() ) ? Stringp(core->callStack->filename()) : Stringp(core->kEmptyString);
Stringp           324 core/avmplusDebugger.cpp 		Stringp name = core->kEmptyString;
Stringp           325 core/avmplusDebugger.cpp 		Stringp args = core->kEmptyString;
Stringp           356 core/avmplusDebugger.cpp 	Stringp Debugger::traceArgumentsString()
Stringp           358 core/avmplusDebugger.cpp 		Stringp args = core->kEmptyString;
Stringp           364 core/avmplusDebugger.cpp 			Stringp comma = core->newConstantStringLatin1(",");
Stringp           488 core/avmplusDebugger.cpp 							Stringp s = pool->getString(index);
Stringp           512 core/avmplusDebugger.cpp 					Stringp name = pool->getString(readU30(pc2));
Stringp           645 core/avmplusDebugger.cpp 	Stringp SourceFile::name() const 
Stringp            69 core/avmplusDebugger.h 		virtual Stringp name() const = 0;
Stringp           285 core/avmplusDebugger.h 		void debugFile(Stringp file);
Stringp           466 core/avmplusDebugger.h 		Stringp traceArgumentsString();
Stringp           483 core/avmplusDebugger.h 		SourceFile(MMgc::GC* gc, Stringp name);
Stringp           488 core/avmplusDebugger.h 		Stringp name() const;
Stringp           510 core/avmplusDebugger.h 		Stringp							named;
Stringp           549 core/avmplusDebugger.h 		SourceFile* sourceNamed(Stringp name);
Stringp           165 core/avmplusDebuggerStubs.cpp     Stringp SourceFile::name() const 
Stringp           108 core/avmplusHashtable.cpp 	int InlineHashtable::find(Stringp x, const Atom *t, uint32_t tLen) const
Stringp           123 core/avmplusHashtable.cpp 			Stringp s = AvmCore::atomToString(x);
Stringp           242 core/avmplusHashtable.h 		int find(Stringp x, const Atom *t, uint32_t tLen) const;
Stringp            87 extensions/ST_avmplus_basics.cpp     Stringp s = core->newConstantStringLatin1("ev\xADident");
Stringp            93 extensions/ST_avmplus_basics.cpp     Stringp s = core->newConstantStringLatin1("ev\xADident");
Stringp            99 extensions/ST_avmplus_basics.cpp     Stringp s = core->newConstantStringLatin1("ev\xADident");
Stringp           105 extensions/ST_avmplus_basics.cpp     Stringp s = core->newConstantStringLatin1("ev\xADident");
Stringp           111 extensions/ST_avmplus_basics.cpp     Stringp s = core->newConstantStringLatin1("ev\xADident");
Stringp           190 platform/win32/Vtune.cpp        Stringp name = inf->method->format(core);
Stringp           196 platform/win32/Vtune.cpp        Stringp mname = name->substring(idx[2],idx[3]);
Stringp           690 shell/ByteArrayGlue.cpp 	Stringp ByteArrayObject::get_endian()
Stringp           174 shell/ByteArrayGlue.h 		Stringp get_endian();
Stringp           175 shell/ByteArrayGlue.h 		void set_endian(Stringp type);
Stringp           179 shell/ByteArrayGlue.h 		void writeFile(Stringp filename);
Stringp           201 shell/ByteArrayGlue.h 		ByteArrayObject *readFile(Stringp filename);
Stringp           250 shell/DebugCLI.cpp                 Stringp nm = info->getArgName(i);
Stringp           363 shell/DebugCLI.cpp 		Stringp filename = currentFile;
Stringp           476 shell/DebugCLI.cpp                 Stringp nm = info->getLocalName(i);
Stringp           536 shell/DebugCLI.cpp 				Stringp arg = info->getArgName(i);
Stringp           552 shell/DebugCLI.cpp 				Stringp local = info->getLocalName(i);
Stringp            54 shell/DebugCLI.h 		Stringp filename;
Stringp            59 shell/DebugCLI.h 					Stringp filename,
Stringp           168 shell/DebugCLI.h 		void setCurrentSource(Stringp file);
Stringp           194 shell/DebugCLI.h 		Stringp currentFile;
Stringp           134 shell/DomainClass.cpp 		Stringp className;
Stringp           136 shell/DomainClass.cpp 			Stringp uri = core->internString(name->substring(0, dot));
Stringp            52 shell/DomainClass.h 		ClassClosure* getClass(Stringp name);
Stringp            70 shell/FileClass.cpp 	Stringp FileClass::read(Stringp filename)
Stringp            59 shell/FileClass.h 		bool exists(Stringp filename);
Stringp            67 shell/FileClass.h 		Stringp read(Stringp filename);
Stringp            74 shell/FileClass.h 		void write(Stringp filename, Stringp data);
Stringp            64 shell/Profiler.h 		void sample(uint64_t /*time*/, Stringp /*stackTrace*/) {}
Stringp            65 shell/Profiler.h 		void allocationSample(uint64_t /*time*/, Stringp /*stackTrace*/, uint64_t /*allocId*/, Stringp /*type*/) {}
Stringp           125 shell/ShellCore.cpp 		Stringp errorMessage = getErrorMessage(kStackOverflowError);
Stringp           149 shell/ShellCore.cpp 			Stringp errorMessage = getErrorMessage(kScriptTerminatedError);
Stringp            88 shell/SystemClass.cpp 	Stringp SystemClass::getAvmplusVersion()
Stringp           181 shell/SystemClass.cpp 	Stringp SystemClass::readLine()
Stringp           184 shell/SystemClass.cpp 		Stringp s = core->kEmptyString;
Stringp           113 shell/SystemClass.h 		Stringp getAvmplusVersion();
Stringp           121 shell/SystemClass.h 		int exec(Stringp command);
Stringp           124 shell/SystemClass.h 		void write(Stringp s);
Stringp           145 shell/SystemClass.h 		Stringp readLine();