int32_t           111 MMgc/GC-inlines.h 		remainingMinorAllocationBudget -= int32_t(nbytes);
int32_t           322 MMgc/GC.cpp    		remainingMinorAllocationBudget = minorAllocationBudget = int32_t(remainingMajorAllocationBudget * T);
int32_t           341 MMgc/GC.cpp      		remainingMinorAllocationBudget = minorAllocationBudget = int32_t(remainingMajorAllocationBudget * T);
int32_t           366 MMgc/GC.cpp     		remainingMinorAllocationBudget = int32_t(A());
int32_t           761 MMgc/GC.cpp    		remainingMinorAllocationBudget += int32_t(nbytes);
int32_t           913 MMgc/GC.cpp    		MMGC_STATIC_ASSERT(sizeof(int32_t) == 4);
int32_t          3418 MMgc/GC.cpp    			   *(((int32_t*)(val&~7))+1) != (int32_t)0xcacacaca && // Free'd
int32_t          3419 MMgc/GC.cpp    			   *(((int32_t*)(val&~7))+1) != (int32_t)0xbabababa) // Swept
int32_t           679 MMgc/GC.h      		int32_t minorAllocationBudget;
int32_t           685 MMgc/GC.h      		int32_t remainingMinorAllocationBudget;
int32_t            51 MMgc/GCDebug.h 		inline void ___GCAssertMsg(int32_t assertion, const char* msg)
int32_t           343 MMgc/GCGlobalNew.h 	DECLARE_PRIM_ARRAY(int32_t)
int32_t            67 MMgc/GCHashtable.h 		int32_t nextIndex(int32_t index);
int32_t            68 MMgc/GCHashtable.h 		const void* keyAt(int32_t index) const { return table[index<<1]; }
int32_t            69 MMgc/GCHashtable.h 		const void* valueAt(int32_t index) const { return table[((index)<<1)+1]; }
int32_t            80 MMgc/GCHashtable.h 				} while(index < (int32_t)ht->tableSize && ht->table[index] <= GCHashtableBase::DELETED);
int32_t            82 MMgc/GCHashtable.h 				return (index < (int32_t)ht->tableSize) ? ht->table[index] : NULL;
int32_t            93 MMgc/GCHashtable.h 			int32_t index;
int32_t           310 MMgc/GCHashtable.h 	int32_t GCHashtableBase<KEYHANDLER,ALLOCHANDLER>::nextIndex(int32_t index)
int32_t           733 MMgc/GCHeap.cpp 		int32_t sen_offset = 0;
int32_t           701 MMgc/GCMemoryProfiler.cpp 		return 6 * sizeof(int32_t); 
int32_t           703 MMgc/GCMemoryProfiler.cpp 		return 4 * sizeof(int32_t); 
int32_t           727 MMgc/GCMemoryProfiler.cpp 		int32_t *mem = (int32_t*)item;
int32_t           729 MMgc/GCMemoryProfiler.cpp 		*mem++ = (int32_t)size;
int32_t           152 MMgc/GCMemoryProfiler.h 	inline void *GetRealPointer(const void *item) { return (void*)((uintptr_t) item -  2 * sizeof(int32_t)); }
int32_t           157 MMgc/GCMemoryProfiler.h 	inline void *GetUserPointer(const void *item) { return (void*)((uintptr_t) item +  2 * sizeof(int32_t)); }
int32_t           610 MMgc/ZCT.cpp   			int32_t bits = gc->GetPageMapValue((uintptr_t)val); 
int32_t           109 VMPI/VMPI.h    typedef int32_t		int32;
int32_t           110 VMPI/VMPI.h    typedef int32_t		sint32;
int32_t           597 core/AbcParser.cpp 					pool->_method_name_indices.set(method_index, -int32_t(qn_index));
int32_t           781 core/AbcParser.cpp 				pool->_method_name_indices.set(i, int32_t(name_index));
int32_t           166 core/AbcParser.h 		int32_t						version;
int32_t           316 core/AvmCore-inlines.h REALLY_INLINE int32_t AvmCore::getActiveAPIs() 
int32_t           368 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int32_t AvmCore::integer_i(Atom a)
int32_t           373 core/AvmCore-inlines.h 		AvmAssert(i == int32_t(i));
int32_t           374 core/AvmCore-inlines.h 		return int32_t(i);
int32_t           466 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int32_t AvmCore::readU16(const byte *pc)
int32_t          1532 core/AvmCore.cpp 				return internInt((int32_t)atomGetIntptr(atom));
int32_t          2102 core/AvmCore.cpp 			*ap = intToAtom(delta + int32_t(atomGetIntptr(*ap)));
int32_t          2115 core/AvmCore.cpp 			*ap = intToAtom(delta + int32_t(atomGetIntptr(*ap)));
int32_t          2181 core/AvmCore.cpp 				const int32_t i = MathUtils::real2int(d);
int32_t          3154 core/AvmCore.cpp 	Namespacep AvmCore::gotNamespace(Stringp uri, int32_t api)
int32_t          3274 core/AvmCore.cpp 		int32_t len16 = UnicodeUtils::Utf8ToUtf16((const uint8*)cs, len8, NULL, 0, true);
int32_t          3540 core/AvmCore.cpp 	Namespacep AvmCore::newNamespace(Stringp uri, Namespace::NamespaceType type, int32_t api)
int32_t          3569 core/AvmCore.cpp 	Atom AvmCore::intToAtom(int32_t n)
int32_t          3576 core/AvmCore.cpp 		int32_t i29 = n << 3;
int32_t          3610 core/AvmCore.cpp 		int32_t const intval = _mm_cvttsd_si32(_mm_set_sd(n));
int32_t          3644 core/AvmCore.cpp 		int32_t const intval = _mm_cvttsd_si32(_mm_set_sd(n));
int32_t          3658 core/AvmCore.cpp 		int32_t const intval = _mm_cvttsd_si32(_mm_set_sd(n));
int32_t          3882 core/AvmCore.cpp 	/*static*/ int32_t AvmCore::integer(Atom atom)
int32_t          3887 core/AvmCore.cpp             AvmAssert(int32_t(atomGetIntptr(atom)) == (int32_t)integer_d(number(atom)));
int32_t          3888 core/AvmCore.cpp             return int32_t(atomGetIntptr(atom));
int32_t          3892 core/AvmCore.cpp             return int32_t(atom>>3);
int32_t          3897 core/AvmCore.cpp 			return (int32_t)integer_d(number(atom));
int32_t          4191 core/AvmCore.cpp 	int32_t AvmCore::getAPI(PoolObject* pool)
int32_t          4512 core/AvmCore.cpp 	Namespacep AvmCore::getPublicNamespace(int32_t api) 
int32_t          4651 core/AvmCore.cpp 			int32_t r = 0;
int32_t           735 core/AvmCore.h 						const int32_t* api_compat);
int32_t           743 core/AvmCore.h 		virtual int32_t getDefaultAPI() = 0;
int32_t           752 core/AvmCore.h 		int32_t getAPI(PoolObject* pool);
int32_t           776 core/AvmCore.h 		Namespacep getPublicNamespace(int32_t api);
int32_t           781 core/AvmCore.h 		void setActiveAPI(int32_t api);
int32_t           786 core/AvmCore.h 		int32_t getActiveAPIs();
int32_t           818 core/AvmCore.h 		static int32_t integer(Atom atom);
int32_t           821 core/AvmCore.h 		static int32_t integer_i(Atom a);
int32_t           967 core/AvmCore.h 		static int32_t readU16(const byte *pc);
int32_t          1334 core/AvmCore.h 		Namespacep gotNamespace(Stringp uri, int32_t api);
int32_t          1396 core/AvmCore.h 		Namespacep newNamespace(Stringp uri, Namespace::NamespaceType type = Namespace::NS_Public, int32_t api = 0);
int32_t          1405 core/AvmCore.h 		Atom intToAtom(int32_t n);
int32_t          1438 core/AvmCore.h 		const int32_t*	  api_compat;  // array of compatible api bit masks
int32_t          1439 core/AvmCore.h 		int32_t			  largest_api;
int32_t          1440 core/AvmCore.h 		int32_t			  active_api_flags;
int32_t           202 core/CdeclThunk.cpp static int32_t argTypeFromTraits(const AvmCore* core, Traits* t)
int32_t           227 core/CdeclThunk.cpp static Traits* argTraitsFromType(const AvmCore* core, int32_t n)
int32_t           256 core/CdeclThunk.cpp     int32_t m_n;
int32_t           299 core/CdeclThunk.cpp     int32_t m_argc;
int32_t           359 core/CdeclThunk.cpp     int32_t m_argc;
int32_t           545 core/CdeclThunk.cpp     int32_t* int32Arg()
int32_t           547 core/CdeclThunk.cpp         int32_t* result = (int32_t*)m_dst;
int32_t           571 core/CdeclThunk.cpp template <class ARG_TYPE_ITER> static int32_t argDescSize(ARG_TYPE_ITER calleeTypeIter, AvmCore* core)
int32_t           598 core/CdeclThunk.cpp     return (int32_t)(uintptr_t)l.argEnd();
int32_t           603 core/CdeclThunk.cpp template <class ARG_TYPE_ITER1, class ARG_TYPE_ITER2> static int32_t apArgDescSize(ARG_TYPE_ITER1 callerTypeIter, ARG_TYPE_ITER2 calleeTypeIter, AvmCore* core)
int32_t           605 core/CdeclThunk.cpp     int32_t size = 0;
int32_t           626 core/CdeclThunk.cpp             size += sizeof(int32_t);
int32_t           937 core/CdeclThunk.cpp static int32_t arg32(va_list& ap)
int32_t           939 core/CdeclThunk.cpp     return va_arg(ap, int32_t); // x86-64?
int32_t           942 core/CdeclThunk.cpp static int32_t arg32(APType& ap)
int32_t           944 core/CdeclThunk.cpp     int32_t result = *(int32_t *)ap;
int32_t           945 core/CdeclThunk.cpp     ap = (APType)((uintptr_t)ap + sizeof(int32_t)); // x86-64?
int32_t          1030 core/CdeclThunk.cpp             *(int32_t*)ap = arg32(callerAp);
int32_t          1031 core/CdeclThunk.cpp             ap = (APType)(sizeof(int32_t) + (uintptr_t)ap);
int32_t          1045 core/CdeclThunk.cpp         *(int32_t*)ap = v.get(toplevel, calleeT);
int32_t          1046 core/CdeclThunk.cpp         ap = (APType)(sizeof(int32_t) + (uintptr_t)ap);
int32_t          1052 core/CdeclThunk.cpp         *(int32_t*)ap = v.get(toplevel, calleeT);
int32_t          1053 core/CdeclThunk.cpp         ap = (APType)(sizeof(int32_t) + (uintptr_t)ap);
int32_t          1073 core/CdeclThunk.cpp static int32_t argCoerceLoop(MethodEnv* env, ARG_TYPE_ITER1 callerTypeIter, ARG_ITER callerAp,
int32_t          1079 core/CdeclThunk.cpp     int32_t argc = 0;
int32_t          1190 core/CdeclThunk.cpp         int32_t regArgs = ms->param_count() + 1;
int32_t          1266 core/CdeclThunk.cpp     AtomvArgDescIter callerTypeIter(env->core(), (int32_t)callerArgDesc);
int32_t          1275 core/CdeclThunk.cpp     APArgDescIter callerTypeIter((int32_t)callerArgDesc, env->method);
int32_t          1297 core/CdeclThunk.cpp static int32_t argDescSize(MethodInfo* info)
int32_t          1391 core/CdeclThunk.cpp int32_t argDescApSize(uintptr_t argDesc, MethodEnv* env)
int32_t          1398 core/CdeclThunk.cpp int32_t argDescApSize(char* argDesc, MethodEnv* env)
int32_t          1406 core/CdeclThunk.cpp int32_t argDescArgsToAp(void* calleeArgDescBuf, uintptr_t argDesc, MethodEnv* env, va_list ap)
int32_t          1414 core/CdeclThunk.cpp int32_t argDescArgsToAp(void* calleeArgDescBuf, char* argDesc, MethodEnv* env, va_list ap)
int32_t          1423 core/CdeclThunk.cpp template <class ARG_TYPE_ITER> static int32_t argDescArgCount(ARG_TYPE_ITER iter)
int32_t          1425 core/CdeclThunk.cpp     int32_t result = 0;
int32_t          1433 core/CdeclThunk.cpp int32_t argDescArgCount(uintptr_t argDesc)
int32_t          1439 core/CdeclThunk.cpp int32_t argDescArgCount(char* argDesc)
int32_t            68 core/CodegenLIR-inlines.h REALLY_INLINE LIns* CodegenLIR::loadIns(LOpcode op, int32_t disp, LIns *base)
int32_t            71 core/CodegenLIR-inlines.h     return lirout->insLoad(op, base, (int32_t)disp);
int32_t            99 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::InsConst(int32_t c)
int32_t           168 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::ori(LIns* a, int32_t mask)
int32_t           183 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::jlt(LIns *a, int32_t b)
int32_t           188 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::jgt(LIns *a, int32_t b)
int32_t           193 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::jne(LIns *a, int32_t b)
int32_t           198 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::stp(LIns* val, LIns* p, int32_t d)
int32_t           204 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::sti(LIns* val, LIns* p, int32_t d)
int32_t           210 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::stq(LIns* val, LIns* p, int32_t d)
int32_t           216 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::ldp(LIns* p, int32_t d)
int32_t           238 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::lshi(LIns* a, int32_t b)
int32_t           243 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::ushp(LIns* a, int32_t b)
int32_t           272 core/CodegenLIR.cpp     static double i2f(int32_t i) { return i; }
int32_t           405 core/CodegenLIR.cpp     LIns* CodegenLIR::leaIns(int32_t disp, LIns* base) {
int32_t           679 core/CodegenLIR.cpp                 return InsConst((int32_t)atomGetBoolean((Atom)atom->constvalp()));
int32_t           716 core/CodegenLIR.cpp         LIns *insParam(int32_t i, int32_t kind) {
int32_t           720 core/CodegenLIR.cpp         LIns *insImm(int32_t i) {
int32_t           824 core/CodegenLIR.cpp         LIns *insLoad(LOpcode op, LIns *base, int32_t disp) {
int32_t           852 core/CodegenLIR.cpp         LIns *insStore(LOpcode op, LIns *value, LIns *base, int32_t d) {
int32_t           877 core/CodegenLIR.cpp         LIns *insAlloc(int32_t size) {
int32_t           929 core/CodegenLIR.cpp                     if (v->isLoad() && v->oprnd1() == vars && v->disp() == int32_t(i*sizeof(double))) {
int32_t           959 core/CodegenLIR.cpp         LIns *insLoad(LOpcode op, LIns *base, int32_t d) {
int32_t           973 core/CodegenLIR.cpp         LIns *insStore(LOpcode op, LIns *value, LIns *base, int32_t d) {
int32_t          1071 core/CodegenLIR.cpp                     imm = out->insImm((int32_t)cvt);
int32_t          1215 core/CodegenLIR.cpp         LIns *insStore(LOpcode op, LIns *value, LIns *base, int32_t d) {
int32_t          2249 core/CodegenLIR.cpp             int32_t offset = (int32_t) opd1;
int32_t          2257 core/CodegenLIR.cpp             int32_t offset = (int32_t) opd1;
int32_t          2264 core/CodegenLIR.cpp             int32_t offset = (int32_t) opd1;
int32_t          2340 core/CodegenLIR.cpp             int32_t dest_index = state->sp() + 1;
int32_t          2461 core/CodegenLIR.cpp             int32_t ptrIndex = state->sp()-(n-1);
int32_t          2704 core/CodegenLIR.cpp     void CodegenLIR::emitIntConst(FrameState* state, int index, int32_t c)
int32_t          2935 core/CodegenLIR.cpp             method = loadIns(LIR_ldcp, int32_t(offsetof(VTable,methods)+sizeof(MethodEnv*)*method_id), vtable);
int32_t          2945 core/CodegenLIR.cpp             method = loadIns(LIR_ldcp, int32_t(offsetof(VTable,methods)+sizeof(MethodEnv*)*method_id), basevtable);
int32_t          2953 core/CodegenLIR.cpp             method = loadIns(LIR_ldcp, int32_t(offsetof(AbcEnv,m_methods)+sizeof(MethodEnv*)*method_id), abcenv);
int32_t          3243 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3268 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3272 core/CodegenLIR.cpp                 int32_t disp = 0;
int32_t          3294 core/CodegenLIR.cpp                 int32_t disp = 0;
int32_t          3402 core/CodegenLIR.cpp                     int32_t index = (int32_t) op1;
int32_t          3437 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3448 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3457 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3464 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3474 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3475 core/CodegenLIR.cpp                 int32_t incr = (int32_t) op2; // 1 or -1
int32_t          3484 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3485 core/CodegenLIR.cpp                 int32_t incr = (int32_t) op2;
int32_t          3493 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3553 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3626 core/CodegenLIR.cpp                 int32_t obj_index = (int32_t) op1;
int32_t          3627 core/CodegenLIR.cpp                 int32_t index_index = (int32_t) op2;
int32_t          3629 core/CodegenLIR.cpp                 LIns* index = InsAlloc(sizeof(int32_t));
int32_t          3644 core/CodegenLIR.cpp                 int32_t index = (int32_t) op2;
int32_t          3908 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          3943 core/CodegenLIR.cpp                     InsConst((int32_t)(opcode == OP_findpropstrict)),
int32_t          4377 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          4389 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          4402 core/CodegenLIR.cpp                 int32_t index = (int32_t) op2;
int32_t          4492 core/CodegenLIR.cpp                 int32_t index = (int32_t) op1;
int32_t          4530 core/CodegenLIR.cpp                         InsConst((int32_t)op1));
int32_t          4534 core/CodegenLIR.cpp                 Ins(LIR_line, InsConst((int32_t)op1));
int32_t          4965 core/CodegenLIR.cpp     static bool sumFitsInInt32(int32_t a, int32_t b)
int32_t          4970 core/CodegenLIR.cpp     LIns* CodegenLIR::mopAddrToRangeCheckedRealAddrAndDisp(LIns* mopAddr, int32_t const size, int32_t* disp)
int32_t          5002 core/CodegenLIR.cpp                 int32_t imm;
int32_t          5249 core/CodegenLIR.cpp     LIns* CodegenLIR::InsAlloc(int32_t size) {
int32_t          5634 core/CodegenLIR.cpp             int32_t count = jitInfoList.size();
int32_t          5680 core/CodegenLIR.cpp        int32_t size = jitPendingRecords.size();
int32_t          5681 core/CodegenLIR.cpp        for(int32_t i=size-1; i>=0; i--)    {
int32_t          5693 core/CodegenLIR.cpp        int32_t size = jitPendingRecords.size();
int32_t          5694 core/CodegenLIR.cpp        for(int32_t i=size-1; i>=0; i--)    {
int32_t           322 core/CodegenLIR.h         LIns* InsConst(int32_t c);
int32_t           330 core/CodegenLIR.h         LIns* ori(LIns* a, int32_t mask);
int32_t           333 core/CodegenLIR.h         LIns* jlt(LIns* a, int32_t b);
int32_t           334 core/CodegenLIR.h         LIns* jgt(LIns* a, int32_t b);
int32_t           335 core/CodegenLIR.h         LIns* jne(LIns* a, int32_t b);
int32_t           336 core/CodegenLIR.h         LIns* sti(LIns* val, LIns* p, int32_t d);
int32_t           337 core/CodegenLIR.h         LIns* stp(LIns* val, LIns* p, int32_t d);
int32_t           338 core/CodegenLIR.h         LIns* stq(LIns* val, LIns* p, int32_t d);
int32_t           339 core/CodegenLIR.h         LIns* ldp(LIns* p, int32_t d);
int32_t           342 core/CodegenLIR.h         LIns* lshi(LIns* a, int32_t b);
int32_t           343 core/CodegenLIR.h         LIns* ushp(LIns* a, int32_t b);
int32_t           414 core/CodegenLIR.h         LIns *InsAlloc(int32_t);
int32_t           419 core/CodegenLIR.h         LIns *leaIns(int32_t d, LIns *base);
int32_t           428 core/CodegenLIR.h         LIns* mopAddrToRangeCheckedRealAddrAndDisp(LIns* mopAddr, int32_t const size, int32_t* disp);
int32_t           459 core/CodegenLIR.h         LIns *loadIns(LOpcode op, int32_t disp, LIns *base);
int32_t           479 core/CodegenLIR.h         void emitIntConst(FrameState* state, int index, int32_t c);
int32_t           376 core/Date.cpp  						int32_t len = MathUtils::kMinSizeForInt32_t_base10_toString;
int32_t           357 core/E4XNode.cpp 		int32_t pos = tagName->indexOfLatin1(":", 1, 0);
int32_t           463 core/E4XNode.cpp 		int32_t len;
int32_t            85 core/Exception.h 		int32_t				flags;
int32_t           107 core/Exception.h 		int32_t target;			// The target location to branch to when the exception occurs. 
int32_t           108 core/Exception.h 		int32_t from;			// Start of code range the exception applies to.  Inclusive. 
int32_t           109 core/Exception.h 		int32_t to;				// End of code range the exception applies to.  Exclusive. 
int32_t           125 core/Exception.h 		int32_t exception_count;
int32_t            43 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::value(int32_t i)
int32_t            49 core/FrameState-inlines.h REALLY_INLINE const Value& FrameState::value(int32_t i) const
int32_t            55 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::scopeValue(int32_t i)
int32_t            61 core/FrameState-inlines.h REALLY_INLINE const Value& FrameState::scopeValue(int32_t i) const
int32_t            67 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::stackValue(int32_t i)
int32_t            78 core/FrameState-inlines.h REALLY_INLINE int32_t FrameState::sp() const
int32_t            83 core/FrameState-inlines.h REALLY_INLINE void FrameState::setType(int32_t i, Traits* t, bool notNull, bool isWith)
int32_t            91 core/FrameState-inlines.h REALLY_INLINE void FrameState::pop(int32_t n)
int32_t            97 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::peek(int32_t n)
int32_t           102 core/FrameState-inlines.h REALLY_INLINE void FrameState::pop_push(int32_t n, Traits* type, bool notNull)
int32_t           104 core/FrameState-inlines.h     int32_t _sp = stackDepth - n;
int32_t            79 core/FrameState.h         int32_t pc; // offset from code_start
int32_t            80 core/FrameState.h         int32_t scopeDepth;
int32_t            81 core/FrameState.h         int32_t stackDepth;
int32_t            82 core/FrameState.h         int32_t withBase;
int32_t            92 core/FrameState.h         Value& value(int32_t i);
int32_t            93 core/FrameState.h         const Value& value(int32_t i) const;
int32_t            94 core/FrameState.h         Value& scopeValue(int32_t i);
int32_t            95 core/FrameState.h         const Value& scopeValue(int32_t i) const;
int32_t            96 core/FrameState.h         Value& stackValue(int32_t i);
int32_t            98 core/FrameState.h         int32_t sp() const;
int32_t            99 core/FrameState.h         void setType(int32_t i, Traits* t, bool notNull=false, bool isWith=false);
int32_t           100 core/FrameState.h         void pop(int32_t n=1);
int32_t           101 core/FrameState.h         Value& peek(int32_t n=1);
int32_t           102 core/FrameState.h         void pop_push(int32_t n, Traits* type, bool notNull=false);
int32_t           112 core/Interpreter.cpp #define INT32_VALUE(v)       int32_t(atomGetIntptr(v))
int32_t           954 core/Interpreter.cpp 		int32_t i32l;				// ditto
int32_t          1039 core/Interpreter.cpp 				DEBUGGER_ONLY( if (core->debugger()) core->debugger()->debugLine((int32_t)u1); )
int32_t          1056 core/Interpreter.cpp 				DEBUGGER_ONLY( if (core->debugger()) core->debugger()->debugFile(pool->getString((int32_t)u1)); )
int32_t          1085 core/Interpreter.cpp 				    core->branchCheck(env, interruptable, (int32_t)i1);
int32_t          1297 core/Interpreter.cpp 					sp[0] = MAKE_INTEGER(~int32_t(atomGetIntptr(a1)));
int32_t          1473 core/Interpreter.cpp 					i1 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a1));
int32_t          1474 core/Interpreter.cpp 					i2 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a2));
int32_t          1481 core/Interpreter.cpp 				sp[0] = core->intToAtom((int32_t)(i1 + i2));
int32_t          1524 core/Interpreter.cpp 					i1 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a1));
int32_t          1525 core/Interpreter.cpp 					i2 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a2));
int32_t          1532 core/Interpreter.cpp 				sp[0] = core->intToAtom((int32_t)(i1 - i2));
int32_t          1563 core/Interpreter.cpp                 sp[0] = core->intToAtom((int32_t)(i1 * i2));
int32_t          1628 core/Interpreter.cpp 				sp[0] = core->intToAtom( (int32_t)(i1 << (u2 & 0x1F)) );
int32_t          1644 core/Interpreter.cpp 				sp[0] = core->intToAtom( (int32_t)(i1 >> (u2 & 0x1F)) );
int32_t          1678 core/Interpreter.cpp 	dest = core->intToAtom((int32_t)(i1 op i2)); \
int32_t          1762 core/Interpreter.cpp 						core->branchCheck(env, interruptable, (int32_t)i1);
int32_t          1791 core/Interpreter.cpp 			core->branchCheck(env, interruptable, (int32_t)i1); \
int32_t          1800 core/Interpreter.cpp 			core->branchCheck(env, interruptable, (int32_t)i1); \
int32_t          2234 core/Interpreter.cpp 				MOPS_LOAD(i1, int32_t, li32, i32l);	// i32l = result
int32_t          2375 core/Interpreter.cpp                 a1 = toplevel->op_call(sp[-i1-1]/*function*/, (int32_t)i1, sp-i1);
int32_t          2385 core/Interpreter.cpp                 a1 = toplevel->op_construct(sp[-i1]/*function*/, (int32_t)i1, sp-i1);
int32_t          2416 core/Interpreter.cpp 				a1 = f->coerceEnter((int32_t)i2, sp-i2);
int32_t          2435 core/Interpreter.cpp 				a1 = f->coerceEnter((int32_t)i2, a2p);
int32_t          2457 core/Interpreter.cpp 				*sp = toplevel->callproperty(a1, multiname, (int32_t)i1, a2p, toplevel->toVTable(a1));
int32_t          2486 core/Interpreter.cpp 				*sp = toplevel->constructprop(multiname, (int32_t)i1, a2p, toplevel->toVTable(a2p[0]));
int32_t          2495 core/Interpreter.cpp 				a1 = op_applytype(env, sp[-i1]/*function*/, (int32_t)i1, sp-i1+1);
int32_t          2516 core/Interpreter.cpp 				*sp = env->callsuper(multiname, (int32_t)i1, a2p);
int32_t          2565 core/Interpreter.cpp 				env->super_init()->coerceEnter((int32_t)i1, sp-i1);
int32_t          3408 core/Interpreter.cpp 		core->formatOpcode(core->console, pc, (WordOpcode)((int32_t)opcode&0xffff), off, pool);
int32_t            55 core/MathUtils.cpp 	static inline double quickPowTen(int32_t exp)
int32_t            66 core/MathUtils.cpp 	static int32_t skipSpaces(const StringIndexer& s, int32_t index)
int32_t            82 core/MathUtils.cpp 	int32_t handleSign(const StringIndexer& s, int32_t index, bool& negative)
int32_t           156 core/MathUtils.cpp 	int32_t MathUtils::isInfinite(double x)
int32_t           161 core/MathUtils.cpp 		int32_t hx = u.parts.msw;
int32_t           162 core/MathUtils.cpp 		int32_t lx = u.parts.lsw;
int32_t           180 core/MathUtils.cpp 		int32_t hx = u.parts.msw;
int32_t           181 core/MathUtils.cpp 		int32_t lx = u.parts.lsw;
int32_t           194 core/MathUtils.cpp 		int32_t hx = u.parts.msw;
int32_t           195 core/MathUtils.cpp 		int32_t lx = u.parts.lsw;
int32_t           197 core/MathUtils.cpp 		return (hx == (int32_t)0x80000000 && lx == (int32_t)0x0);
int32_t           212 core/MathUtils.cpp 	int32_t MathUtils::isInfinite(double x)
int32_t           242 core/MathUtils.cpp 	int32_t MathUtils::nextPowerOfTwo(int32_t n)
int32_t           244 core/MathUtils.cpp 		int32_t i = 2;
int32_t           253 core/MathUtils.cpp 	static bool isHexNumber(const StringIndexer& s, int32_t index)
int32_t           264 core/MathUtils.cpp 	static int32_t parseIntDigit(wchar ch)
int32_t           278 core/MathUtils.cpp 	double MathUtils::parseInt(Stringp inStr, int32_t radix /*=10*/, bool strict /*=false*/ )
int32_t           285 core/MathUtils.cpp 		int32_t index = skipSpaces(s, 0); // leading and trailing whitespace is valid.
int32_t           299 core/MathUtils.cpp 				int32_t start = index; 
int32_t           303 core/MathUtils.cpp 					int32_t v = parseIntDigit(s[index]);
int32_t           326 core/MathUtils.cpp 				int32_t powOf2 = 1;
int32_t           327 core/MathUtils.cpp 				for(int32_t x = radix; (x != 1); x >>= 1)
int32_t           331 core/MathUtils.cpp 				int32_t v=0;
int32_t           333 core/MathUtils.cpp 				int32_t end,next;
int32_t           352 core/MathUtils.cpp 					int32_t bit53 = 0;
int32_t           353 core/MathUtils.cpp 					int32_t bit54 = 0;
int32_t           459 core/MathUtils.cpp 	REALLY_INLINE int32_t real_to_int(double value)
int32_t           462 core/MathUtils.cpp 		int32_t intValue = _mm_cvttsd_si32(_mm_set_sd(value));
int32_t           464 core/MathUtils.cpp 		int32_t intValue;
int32_t           468 core/MathUtils.cpp 		int32_t intValue = _mm_cvttsd_si32(_mm_set_sd(value));
int32_t           470 core/MathUtils.cpp 		int32_t intValue = MathUtils::real2int(value);
int32_t           479 core/MathUtils.cpp 		int32_t intValue = real_to_int(value);
int32_t           497 core/MathUtils.cpp 	int32_t MathUtils::toIntClamp(double value, int32_t clampMagnitude)
int32_t           504 core/MathUtils.cpp 		int32_t const inf = MathUtils::isInfinite(value);
int32_t           519 core/MathUtils.cpp 		int32_t intValue = real_to_int(value);
int32_t           540 core/MathUtils.cpp 	double MathUtils::powerOfTen(int32_t exponent, double value)
int32_t           570 core/MathUtils.cpp 	static double powInt(double base, int32_t exponent)
int32_t           574 core/MathUtils.cpp 		int32_t original_exponent = exponent;
int32_t           628 core/MathUtils.cpp 		int32_t infy = MathUtils::isInfinite(y);
int32_t           630 core/MathUtils.cpp 		if (infy == 0 && y == (int32_t)y) {
int32_t           634 core/MathUtils.cpp 			return powInt(x, (int32_t)y);
int32_t           702 core/MathUtils.cpp 	int32_t MathUtils::nextDigit(double *value)
int32_t           704 core/MathUtils.cpp 		int32_t digit;
int32_t           717 core/MathUtils.cpp 		digit = (int32_t) *value;
int32_t           725 core/MathUtils.cpp 	int32_t MathUtils::roundInt(double x)
int32_t           728 core/MathUtils.cpp 			return (int32_t) (x - 0.5);
int32_t           730 core/MathUtils.cpp 			return (int32_t) (x + 0.5);
int32_t           736 core/MathUtils.cpp 											  int32_t radix,
int32_t           741 core/MathUtils.cpp 		int32_t len = kMinSizeForInt64_t_toString;
int32_t           747 core/MathUtils.cpp 											  int32_t  value,
int32_t           751 core/MathUtils.cpp 		int32_t len = kMinSizeForInt32_t_base10_toString;
int32_t           763 core/MathUtils.cpp 										    int32_t& len,
int32_t           764 core/MathUtils.cpp 								            int32_t radix,
int32_t           837 core/MathUtils.cpp 		len = (int32_t)(srcEnd-src);
int32_t           844 core/MathUtils.cpp 										          int32_t radix)
int32_t           877 core/MathUtils.cpp 				*src-- = (char)((j < 10) ? ((int32_t)j + '0') : ((int32_t)j + ('a' - 10)));
int32_t           886 core/MathUtils.cpp 		int32_t len = (int32_t)(srcEnd-src);
int32_t           892 core/MathUtils.cpp 										     int32_t mode,
int32_t           893 core/MathUtils.cpp 										     int32_t precision)
int32_t           910 core/MathUtils.cpp 			int32_t intValue = _mm_cvttsd_si32(_mm_set_sd(value));
int32_t           912 core/MathUtils.cpp 			int32_t intValue;
int32_t           916 core/MathUtils.cpp 			int32_t intValue = _mm_cvttsd_si32(_mm_set_sd(value));
int32_t           918 core/MathUtils.cpp 			int32_t intValue = real2int(value);
int32_t           924 core/MathUtils.cpp 		int32_t i, len = 0;
int32_t           941 core/MathUtils.cpp 		int32_t exp10 = d2a->expBase10()-1;
int32_t           952 core/MathUtils.cpp 		int32_t format;
int32_t           953 core/MathUtils.cpp 		int32_t digit;
int32_t          1011 core/MathUtils.cpp 				int32_t digits = 0;
int32_t          1054 core/MathUtils.cpp 				int32_t digits = 0;
int32_t          1183 core/MathUtils.cpp 					exp10 += (int32_t) (s - firstNonZero - 1);
int32_t          1197 core/MathUtils.cpp 		len = (int32_t)(s-buffer);
int32_t          1227 core/MathUtils.cpp 		int32_t numDigits = 0;
int32_t          1228 core/MathUtils.cpp 		int32_t exp10 = 0;
int32_t          1233 core/MathUtils.cpp 		int32_t index = skipSpaces(s, 0);
int32_t          1244 core/MathUtils.cpp 		int32_t start = index;
int32_t          1270 core/MathUtils.cpp 			int32_t num = 0;
int32_t          1329 core/MathUtils.cpp 			int32_t decimalDigits= -1;
int32_t          1358 core/MathUtils.cpp 					int32_t diff = exp10 + 307;
int32_t          1367 core/MathUtils.cpp 			int32_t decimalDigits= -1;
int32_t          1393 core/MathUtils.cpp 					int32_t diff = exp10 + 307;
int32_t          1723 core/MathUtils.cpp 	static inline void quickBigPowTen(int32_t exp, BigInteger* result)
int32_t          1738 core/MathUtils.cpp 	static inline double quickPowTwo(int32_t exp)
int32_t          1749 core/MathUtils.cpp 	int32_t D2A::nextDigit()
int32_t          1756 core/MathUtils.cpp 		int32_t quotient;
int32_t          1760 core/MathUtils.cpp 			quotient = (int32_t)(dr / ds);
int32_t          1832 core/MathUtils.cpp 	int32_t D2A::fixup_ExponentEstimate(int32_t exponentEstimate)
int32_t          1834 core/MathUtils.cpp 		int32_t correctedEstimate;
int32_t          1866 core/MathUtils.cpp 	int32_t D2A::scale()
int32_t          1869 core/MathUtils.cpp 		int32_t base2Exponent = e + mantissaPrec-1;
int32_t          1870 core/MathUtils.cpp 		int32_t exponentEstimate = (int32_t)MathUtils::ceil( (base2Exponent * kLog2_10) - 0.0000000001);
int32_t          1917 core/MathUtils.cpp 	D2A::D2A(double avalue, int32_t mode, int32_t minDigits)
int32_t          1941 core/MathUtils.cpp 		int32_t absE = (e > 0 ? e : -e);
int32_t           100 core/MathUtils.h 		static uint64  frexp(double x, int32_t *eptr);
int32_t           104 core/MathUtils.h 		static int32_t isInfinite(double value);
int32_t           112 core/MathUtils.h 		static int32_t nextPowerOfTwo(int32_t n);
int32_t           113 core/MathUtils.h 		static double parseInt(Stringp s, int32_t radix=10, bool strict=true);
int32_t           129 core/MathUtils.h 		static int32_t toIntClamp(double value, int32_t clampMagnitude);
int32_t           193 core/MathUtils.h 										    int32_t& len,
int32_t           194 core/MathUtils.h 										    int32_t radix,
int32_t           207 core/MathUtils.h 										      int32_t  radix,
int32_t           219 core/MathUtils.h 											  int32_t  value,
int32_t           231 core/MathUtils.h 										          int32_t radix);
int32_t           240 core/MathUtils.h 										     int32_t mode = DTOSTR_NORMAL,
int32_t           241 core/MathUtils.h 										     int32_t precision = 15);
int32_t           246 core/MathUtils.h 		static int32_t nextDigit(double *value);
int32_t           248 core/MathUtils.h         static int32_t doubleToBool(double d) {
int32_t           253 core/MathUtils.h 		static double powerOfTen(int32_t exponent, double value);
int32_t           254 core/MathUtils.h 		static int32_t roundInt(double x);
int32_t           281 core/MathUtils.h 		D2A(double value, int32_t mode, int32_t minPrecision=0);
int32_t           284 core/MathUtils.h 		int32_t nextDigit();
int32_t           285 core/MathUtils.h 		int32_t expBase10() { return base10Exp; }
int32_t           288 core/MathUtils.h 		int32_t e;			   	   
int32_t           290 core/MathUtils.h 		int32_t mantissaPrec;  // how many bits of precision are actually used in the mantissa;
int32_t           291 core/MathUtils.h 		int32_t base10Exp;	   // the (derived) base 10 exponent of value.
int32_t           296 core/MathUtils.h 		int32_t	 minPrecision;    // precision requested
int32_t           313 core/MathUtils.h 		int32_t scale();   // Estimate base 10 exponent of number, scale r,s,mPlus,mMinus appropriately.
int32_t           315 core/MathUtils.h 		int32_t fixup_ExponentEstimate(int32_t expEst); // Used by scale to adjust for possible off-by-one error 
int32_t           137 core/MethodEnv-inlines.h REALLY_INLINE int32_t MethodEnv::getType() const
int32_t           142 core/MethodEnv-inlines.h REALLY_INLINE void MethodEnv::setActivationOrMCTable(void *ptr, int32_t type)
int32_t           170 core/MethodEnv-inlines.h REALLY_INLINE Atom MethodEnv::coerceEnter(int32_t argc, Atom* args)
int32_t           268 core/MethodEnv.cpp 	void MethodEnv::argcError(int32_t argc)
int32_t           279 core/MethodEnv.cpp 	inline int32_t MethodEnv::startCoerce(int32_t argc, MethodSignaturep ms)
int32_t           297 core/MethodEnv.cpp 		const int32_t param_count = ms->param_count();
int32_t           298 core/MethodEnv.cpp 		const int32_t extra = argc > param_count ? argc - param_count : 0;
int32_t           305 core/MethodEnv.cpp 	inline Atom MethodEnv::endCoerce(int32_t argc, uint32_t *ap, MethodSignaturep ms)
int32_t           309 core/MethodEnv.cpp 		const int32_t bt = ms->returnTraitsBT();
int32_t           321 core/MethodEnv.cpp 			return core->intToAtom((int32_t)i);
int32_t           361 core/MethodEnv.cpp 		int32_t argc = a->getLength();
int32_t           366 core/MethodEnv.cpp 		const int32_t extra = startCoerce(argc, ms);
int32_t           377 core/MethodEnv.cpp 			for (int32_t i=0 ; i < argc ; i++ )
int32_t           383 core/MethodEnv.cpp 			const int32_t rest_offset = ms->rest_offset();
int32_t           406 core/MethodEnv.cpp 		const int32_t extra = startCoerce(argc, ms);
int32_t           422 core/MethodEnv.cpp 			const int32_t rest_offset = ms->rest_offset();
int32_t           436 core/MethodEnv.cpp 	Atom MethodEnv::coerceEnter_interp(MethodEnv* env, int32_t argc, Atom* atomv)
int32_t           451 core/MethodEnv.cpp 		const int32_t param_count = ms->param_count();
int32_t           452 core/MethodEnv.cpp 		const int32_t end = argc >= param_count ? param_count : argc;
int32_t           453 core/MethodEnv.cpp 		for (int32_t i=1 ; i <= end ; i++ )
int32_t           458 core/MethodEnv.cpp 	Atom MethodEnv::coerceEnter_interp_nocoerce(MethodEnv* env, int32_t argc, Atom* atomv)
int32_t           470 core/MethodEnv.cpp 		const int32_t param_count = ms->param_count();
int32_t           471 core/MethodEnv.cpp 		const int32_t end = argc >= param_count ? param_count : argc;
int32_t           472 core/MethodEnv.cpp 		for (int32_t i=1 ; i <= end ; i++ )
int32_t           479 core/MethodEnv.cpp 	Atom MethodEnv::coerceEnter_generic(MethodEnv *env, int32_t argc, Atom* atomv)
int32_t           482 core/MethodEnv.cpp 		const int32_t extra = env->startCoerce(argc, ms);
int32_t           487 core/MethodEnv.cpp 		const int32_t rest_offset = ms->rest_offset();
int32_t           501 core/MethodEnv.cpp 	void MethodEnv::unboxCoerceArgs(int32_t argc, Atom* in, uint32_t *argv, MethodSignaturep ms)
int32_t           505 core/MethodEnv.cpp 		const int32_t param_count = ms->param_count();
int32_t           506 core/MethodEnv.cpp 		int32_t end = argc >= param_count ? param_count : argc;
int32_t           508 core/MethodEnv.cpp 		for (int32_t i=1; i <= end; i++)
int32_t           517 core/MethodEnv.cpp 		int32_t argc = a->getLength();
int32_t           521 core/MethodEnv.cpp 		const int32_t param_count = ms->param_count();
int32_t           522 core/MethodEnv.cpp 		int32_t end = argc >= param_count ? param_count : argc;
int32_t           523 core/MethodEnv.cpp 		for (int32_t i=0; i < end; i++)
int32_t           530 core/MethodEnv.cpp 	void MethodEnv::unboxCoerceArgs(Atom thisArg, int32_t argc, Atom* in, uint32_t *argv, MethodSignaturep ms)
int32_t           534 core/MethodEnv.cpp 		const int32_t param_count = ms->param_count();
int32_t           535 core/MethodEnv.cpp 		int32_t end = argc >= param_count ? param_count : argc;
int32_t           536 core/MethodEnv.cpp 		for (int32_t i=0; i < end; i++)
int32_t           543 core/MethodEnv.cpp 	uintptr_t MethodEnv::delegateInvoke(MethodEnv* env, int32_t argc, uint32_t *ap)
int32_t           609 core/MethodEnv.cpp 		const int32_t method_id = this->method->method_id();
int32_t           633 core/MethodEnv.cpp 			int32_t line = core->callStack->linenum();
int32_t           643 core/MethodEnv.cpp 		const int32_t method_id = this->method->method_id();
int32_t           670 core/MethodEnv.cpp 	ArrayObject* MethodEnv::createRest(Atom* argv, int32_t argc)
int32_t           674 core/MethodEnv.cpp 		const int32_t param_count = ms->param_count();
int32_t           676 core/MethodEnv.cpp 		const int32_t extra_count = argc > param_count ? argc - param_count : 0;
int32_t           686 core/MethodEnv.cpp 			return getpropertylate_i(obj, (int32_t)atomGetIntptr(index));
int32_t           691 core/MethodEnv.cpp 			int32_t i = AvmCore::integer_i(index);
int32_t           727 core/MethodEnv.cpp 			setpropertylate_i(obj, (int32_t)atomGetIntptr(index), value);
int32_t           733 core/MethodEnv.cpp 			int32_t i = AvmCore::integer(index);
int32_t           774 core/MethodEnv.cpp 			setpropertylate_i(obj, (int32_t)atomGetIntptr(index), value);
int32_t           780 core/MethodEnv.cpp 			int32_t i = AvmCore::integer(index);
int32_t           931 core/MethodEnv.cpp 	Atom MethodEnv::getpropertylate_i(Atom obj, int32_t index) const
int32_t          1401 core/MethodEnv.cpp 	void MethodEnv::setpropertylate_i(Atom obj, int32_t index, Atom value) const
int32_t            72 core/MethodEnv.h 		static uintptr_t delegateInvoke(MethodEnv* env, int32_t argc, uint32_t *ap);
int32_t           117 core/MethodEnv.h 		Atom coerceEnter(Atom thisArg, int32_t argc, Atom* argv);
int32_t           118 core/MethodEnv.h 		Atom coerceEnter(int32_t argc, Atom* argv);
int32_t           121 core/MethodEnv.h 		static Atom coerceEnter_interp(MethodEnv* env, int32_t argc, Atom* argv);
int32_t           122 core/MethodEnv.h 		static Atom coerceEnter_interp_nocoerce(MethodEnv* env, int32_t argc, Atom* argv);
int32_t           123 core/MethodEnv.h 		static Atom coerceEnter_generic(MethodEnv* env, int32_t argc, Atom* argv);
int32_t           127 core/MethodEnv.h 		Atom endCoerce(int32_t argc, uint32_t *ap, MethodSignaturep ms);
int32_t           128 core/MethodEnv.h 		int32_t  startCoerce(int32_t argc, MethodSignaturep ms);
int32_t           129 core/MethodEnv.h 		Atom coerceUnboxEnter(int32_t argc, Atom* atomv);
int32_t           131 core/MethodEnv.h 		void unboxCoerceArgs(int32_t argc, Atom* in, uint32_t *ap, MethodSignaturep ms);
int32_t           132 core/MethodEnv.h 		void unboxCoerceArgs(Atom thisArg, int32_t argc, Atom* in, uint32_t *argv, MethodSignaturep ms);
int32_t           142 core/MethodEnv.h 		void argcError(int32_t argc); // never returns; throws argument count error
int32_t           146 core/MethodEnv.h 		ArrayObject* createRest(Atom* argv, int32_t argc);
int32_t           147 core/MethodEnv.h 		Atom getpropertylate_i(Atom obj, int32_t index) const;
int32_t           157 core/MethodEnv.h 		ArrayObject* createArgumentsHelper(int32_t argc, uint32_t *ap);
int32_t           158 core/MethodEnv.h 		ArrayObject* createRestHelper(int32_t argc, uint32_t *ap);
int32_t           170 core/MethodEnv.h 		ScriptObject* op_newobject(Atom* sp, int32_t argc) const;
int32_t           173 core/MethodEnv.h 		Atom nextname(Atom objAtom, int32_t index) const;
int32_t           176 core/MethodEnv.h 		Atom nextvalue(Atom objAtom, int32_t index) const;
int32_t           179 core/MethodEnv.h 		int32_t hasnext(Atom objAtom, int32_t index) const;
int32_t           182 core/MethodEnv.h 		int32_t hasnextproto(Atom& objAtom, int& index) const;
int32_t           202 core/MethodEnv.h 		void setpropertylate_i(Atom obj, int32_t index, Atom value) const;
int32_t           206 core/MethodEnv.h 		Atom callsuper(const Multiname* name, int32_t argc, Atom* atomv) const;
int32_t           233 core/MethodEnv.h 						  int32_t extraScopes,
int32_t           247 core/MethodEnv.h 		ArrayObject* createArguments(Atom *atomv, int32_t argc);
int32_t           292 core/MethodEnv.h 		int32_t getType() const;
int32_t           293 core/MethodEnv.h 		void setActivationOrMCTable(void *ptr, int32_t type);
int32_t            43 core/MethodInfo-inlines.h REALLY_INLINE DebuggerMethodInfo::DebuggerMethodInfo(int32_t _local_count, uint32_t _codeSize, int32_t _max_scopes) :
int32_t            72 core/MethodInfo-inlines.h REALLY_INLINE Atom MethodInfoProcHolder::invoke(MethodEnv* env, int32_t argc, Atom* args)
int32_t            82 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::allowExtraArgs() const
int32_t            87 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::hasExceptions() const
int32_t            92 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::hasMethodBody() const
int32_t            97 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::hasOptional() const
int32_t           102 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isNative() const
int32_t           107 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isNonInterruptible()
int32_t           112 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isResolved() const
int32_t           117 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needActivation() const
int32_t           122 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needArguments() const
int32_t           127 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needClosure() const
int32_t           132 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needRest() const
int32_t           137 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needRestOrArguments() const
int32_t           142 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::setsDxns() const
int32_t           147 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::suggestInterp() const
int32_t           152 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::unboxThis() const
int32_t           201 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isVerified() const
int32_t           206 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isVerifyPending() const
int32_t           223 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::compiledMethodFlags()
int32_t           228 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isCompiledMethod() const
int32_t           326 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::lookup_cache_size() const
int32_t           332 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::set_lookup_cache_size(int32_t s)
int32_t           339 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::method_id() const
int32_t           364 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::param_count() const
int32_t           369 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::optional_count() const
int32_t           374 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::rest_offset() const
int32_t           379 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::max_stack() const
int32_t           385 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::local_count() const
int32_t           391 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::max_scope() const
int32_t           397 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::frame_size() const
int32_t           411 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodSignature::requiredParamCount() const
int32_t           416 core/MethodInfo-inlines.h REALLY_INLINE Traits* MethodSignature::paramTraits(int32_t i) const
int32_t           422 core/MethodInfo-inlines.h REALLY_INLINE BuiltinType MethodSignature::paramTraitsBT(int32_t i) const
int32_t           428 core/MethodInfo-inlines.h REALLY_INLINE Atom MethodSignature::getDefaultValue(int32_t i) const
int32_t           434 core/MethodInfo-inlines.h REALLY_INLINE bool MethodSignature::argcOk(int32_t argc) const
int32_t           436 core/MethodInfo-inlines.h     const int32_t ALLOW_EXTRA_ARGS = MethodInfo::NEED_REST | MethodInfo::NEED_ARGUMENTS | MethodInfo::IGNORE_REST;
int32_t            90 core/MethodInfo.cpp 	MethodInfo::MethodInfo(int32_t method_id, 
int32_t           182 core/MethodInfo.cpp 		int32_t param_count = ms->param_count();
int32_t           183 core/MethodInfo.cpp 		for (int32_t i = 1; i <= param_count; i++) {
int32_t           230 core/MethodInfo.cpp 	/*static*/ uintptr_t MethodInfo::verifyEnterGPR(MethodEnv* env, int32_t argc, uint32_t* ap)
int32_t           253 core/MethodInfo.cpp 	/*static*/ double MethodInfo::verifyEnterFPR(MethodEnv* env, int32_t argc, uint32_t* ap)
int32_t           519 core/MethodInfo.cpp                 return core->intToAtom(*(const int32_t*)src);
int32_t           527 core/MethodInfo.cpp                 return *(const int32_t*)src ? trueAtom : falseAtom;
int32_t           567 core/MethodInfo.cpp                 return core->intToAtom((int32_t)*(const intptr_t*)src);
int32_t           600 core/MethodInfo.cpp 	/*static*/ DebuggerMethodInfo* DebuggerMethodInfo::create(AvmCore* core, int32_t local_count, uint32_t codeSize, int32_t max_scopes)
int32_t           607 core/MethodInfo.cpp 		for (int32_t i=0; i<local_count; i++)
int32_t           620 core/MethodInfo.cpp 	int32_t MethodInfo::firstSourceLine() const
int32_t           626 core/MethodInfo.cpp 	int32_t MethodInfo::lastSourceLine() const
int32_t           632 core/MethodInfo.cpp 	int32_t MethodInfo::offsetInAbc() const
int32_t           644 core/MethodInfo.cpp 	int32_t MethodInfo::local_count() const
int32_t           650 core/MethodInfo.cpp 	int32_t MethodInfo::max_scopes() const
int32_t           663 core/MethodInfo.cpp 	Stringp MethodInfo::getArgName(int32_t index) 
int32_t           668 core/MethodInfo.cpp 	Stringp MethodInfo::getLocalName(int32_t index) 
int32_t           673 core/MethodInfo.cpp 	void MethodInfo::updateSourceLines(int32_t linenum, int32_t offset)
int32_t           701 core/MethodInfo.cpp 	Stringp MethodInfo::getRegName(int32_t slot) const 
int32_t           711 core/MethodInfo.cpp 	void MethodInfo::setRegName(int32_t slot, Stringp name)
int32_t           730 core/MethodInfo.cpp 	Atom MethodInfo::boxOneLocal(FramePtr src, int32_t srcPos, Traits** traitArr)
int32_t           757 core/MethodInfo.cpp 	void MethodInfo::boxLocals(FramePtr src, int32_t srcPos, Traits** traitArr, Atom* dest, int32_t destPos, int32_t length)
int32_t           759 core/MethodInfo.cpp         for(int32_t i = srcPos, n = srcPos+length; i < n; i++)
int32_t           769 core/MethodInfo.cpp 	void MethodInfo::unboxOneLocal(Atom src, FramePtr dst, int32_t dstPos, Traits** traitArr)
int32_t           784 core/MethodInfo.cpp                     *(int32_t*)dst = AvmCore::integer_i(src);
int32_t           794 core/MethodInfo.cpp                     *(int32_t*)dst = (int32_t)atomGetBoolean(src);
int32_t           829 core/MethodInfo.cpp 	void MethodInfo::unboxLocals(const Atom* src, int32_t srcPos, Traits** traitArr, FramePtr dest, int32_t destPos, int32_t length)
int32_t           831 core/MethodInfo.cpp         for (int32_t i = destPos, n = destPos+length; i < n; i++)
int32_t           912 core/MethodInfo.cpp 	void MethodSignature::boxArgs(AvmCore* core, int32_t argc, const uint32_t* ap, Atom* out) const
int32_t           917 core/MethodInfo.cpp 		const int32_t param_count = this->param_count();
int32_t           918 core/MethodInfo.cpp 		for (int32_t i=0; i <= argc; i++)
int32_t           922 core/MethodInfo.cpp             ap += (bt == BUILTIN_number ? sizeof(double) : sizeof(Atom)) / sizeof(int32_t);
int32_t          1004 core/MethodInfo.cpp 					const int32_t param = param_count-optional_count+1+j;
int32_t          1005 core/MethodInfo.cpp 					const int32_t index = AvmCore::readU30(pos);
int32_t          1022 core/MethodInfo.cpp 					const int32_t init_scope_depth = AvmCore::readU30(body_pos);
int32_t          1040 core/MethodInfo.cpp 			const int32_t max_stack = 2;
int32_t          1041 core/MethodInfo.cpp 			const int32_t local_count = 1;
int32_t          1042 core/MethodInfo.cpp 			const int32_t init_scope_depth = 1;
int32_t          1043 core/MethodInfo.cpp 			const int32_t max_scope_depth = 1;
int32_t          1085 core/MethodInfo.cpp 	void MethodInfo::update_max_stack(int32_t max_stack)
int32_t          1161 core/MethodInfo.cpp 		const int32_t method_id = this->method_id();
int32_t          1190 core/MethodInfo.cpp 					for (int32_t i = 0; i < 4; ++i)
int32_t            61 core/MethodInfo.h 		explicit DebuggerMethodInfo(int32_t _local_count, uint32_t _codeSize, int32_t _max_scopes);
int32_t            65 core/MethodInfo.h 		static DebuggerMethodInfo* create(AvmCore* core, int32_t _local_count, uint32_t _codeSize, int32_t _max_scopes);
int32_t            68 core/MethodInfo.h 		int32_t					firstSourceLine;	// source line number where function starts
int32_t            69 core/MethodInfo.h 		int32_t					lastSourceLine;		// source line number where function ends
int32_t            70 core/MethodInfo.h 		int32_t					offsetInAbc;		// offset in abc file
int32_t            72 core/MethodInfo.h 		const int32_t			local_count;		// FIXME: merge with localCount above; this one may be visible to a debugger?
int32_t            73 core/MethodInfo.h 		const int32_t			max_scopes;			// FIXME: merge with maxScopeDepth above; this one is not used by the VM but may be visible to a debugger?
int32_t            98 core/MethodInfo.h 		Atom invoke(MethodEnv*, int32_t, Atom*);
int32_t           113 core/MethodInfo.h 		static const int32_t NEED_ARGUMENTS			= 0x00000001;
int32_t           116 core/MethodInfo.h 		static const int32_t NEED_ACTIVATION		= 0x00000002;
int32_t           119 core/MethodInfo.h 		static const int32_t NEED_REST				= 0x00000004;
int32_t           122 core/MethodInfo.h 		static const int32_t HAS_OPTIONAL			= 0x00000008;
int32_t           125 core/MethodInfo.h 		static const int32_t IGNORE_REST			= 0x00000010;
int32_t           128 core/MethodInfo.h 		static const int32_t NATIVE					= 0x00000020;
int32_t           131 core/MethodInfo.h 		static const int32_t SETS_DXNS				= 0x00000040;
int32_t           134 core/MethodInfo.h 		static const int32_t HAS_PARAM_NAMES		= 0x00000080;
int32_t           141 core/MethodInfo.h 		static const int32_t IS_GETTER				= 0x00000100;
int32_t           144 core/MethodInfo.h 		static const int32_t IS_SETTER				= 0x00000200;
int32_t           146 core/MethodInfo.h 		static const int32_t OVERRIDE				= 0x00000400;
int32_t           148 core/MethodInfo.h 		static const int32_t NON_INTERRUPTIBLE		= 0x00000800;
int32_t           150 core/MethodInfo.h 		static const int32_t UNBOX_THIS				= 0x00001000;
int32_t           152 core/MethodInfo.h 		static const int32_t NEEDS_CODECONTEXT		= 0x00002000;
int32_t           154 core/MethodInfo.h 		static const int32_t HAS_EXCEPTIONS			= 0x00004000;
int32_t           156 core/MethodInfo.h 		static const int32_t NEEDS_DXNS				= 0x00008000;
int32_t           158 core/MethodInfo.h 		static const int32_t VERIFIED				= 0x00010000;
int32_t           161 core/MethodInfo.h 		static const int32_t VERIFY_PENDING			= 0x00020000;
int32_t           165 core/MethodInfo.h 		static const int32_t FINAL					= 0x00040000;
int32_t           169 core/MethodInfo.h 		static const int32_t NEED_CLOSURE			= 0x00080000;
int32_t           172 core/MethodInfo.h 		static const int32_t ABSTRACT_METHOD		= 0x00100000;
int32_t           178 core/MethodInfo.h 		static const int32_t RESOLVED				= 0x00200000;
int32_t           184 core/MethodInfo.h 		static const int32_t SUGGEST_INTERP			= 0x00400000;
int32_t           190 core/MethodInfo.h 		static const int32_t JIT_IMPL				= 0x00800000;
int32_t           193 core/MethodInfo.h 		static const int32_t UNCHECKED				= 0x01000000;
int32_t           197 core/MethodInfo.h 		static const int32_t PROTOFUNC				= 0x02000000;
int32_t           201 core/MethodInfo.h 		static const int32_t AOT_COMPILED			= 0x04000000;
int32_t           213 core/MethodInfo.h 		MethodInfo(int32_t _method_id, 
int32_t           227 core/MethodInfo.h 		static uintptr_t verifyEnterGPR(MethodEnv* env, int32_t argc, uint32_t* ap);
int32_t           228 core/MethodInfo.h 		static double verifyEnterFPR(MethodEnv* env, int32_t argc, uint32_t* ap);
int32_t           229 core/MethodInfo.h 		static Atom verifyCoerceEnter(MethodEnv* env, int32_t argc, Atom* args);
int32_t           248 core/MethodInfo.h         Atom boxOneLocal(FramePtr src, int32_t srcPos, Traits** traitArr);
int32_t           249 core/MethodInfo.h         void unboxOneLocal(Atom src, FramePtr dst, int32_t dstPos, Traits** traitArr);
int32_t           251 core/MethodInfo.h 		void boxLocals(FramePtr src, int32_t srcPos, Traits** traitArr, Atom* dest, int32_t destPos, int32_t length);
int32_t           252 core/MethodInfo.h 		void unboxLocals(const Atom* src, int32_t srcPos, Traits** traitArr, FramePtr dest, int32_t destPos, int32_t length);
int32_t           255 core/MethodInfo.h 		void setRegName(int32_t index, Stringp name);
int32_t           257 core/MethodInfo.h 		Stringp getArgName(int32_t index);
int32_t           258 core/MethodInfo.h 		Stringp getLocalName(int32_t index);
int32_t           261 core/MethodInfo.h 		int32_t firstSourceLine() const;
int32_t           262 core/MethodInfo.h 		int32_t lastSourceLine() const;
int32_t           263 core/MethodInfo.h 		int32_t offsetInAbc() const;
int32_t           265 core/MethodInfo.h 		int32_t local_count() const;
int32_t           266 core/MethodInfo.h 		int32_t max_scopes() const;
int32_t           268 core/MethodInfo.h 		void updateSourceLines(int32_t linenum, int32_t offset);
int32_t           271 core/MethodInfo.h 		Stringp getRegName(int32_t index) const;
int32_t           286 core/MethodInfo.h 		int32_t allowExtraArgs() const;
int32_t           287 core/MethodInfo.h 		int32_t hasExceptions() const;
int32_t           288 core/MethodInfo.h 		int32_t hasMethodBody() const;
int32_t           289 core/MethodInfo.h 		int32_t hasOptional() const;
int32_t           290 core/MethodInfo.h 		int32_t isNative() const;
int32_t           291 core/MethodInfo.h 		int32_t isNonInterruptible();
int32_t           292 core/MethodInfo.h 		int32_t isResolved() const;
int32_t           293 core/MethodInfo.h 		int32_t needActivation() const;
int32_t           294 core/MethodInfo.h 		int32_t needArguments() const;
int32_t           295 core/MethodInfo.h 		int32_t needClosure() const;
int32_t           296 core/MethodInfo.h 		int32_t needRest() const;
int32_t           297 core/MethodInfo.h 		int32_t needRestOrArguments() const;
int32_t           298 core/MethodInfo.h 		int32_t setsDxns() const;
int32_t           299 core/MethodInfo.h 		int32_t suggestInterp() const;
int32_t           300 core/MethodInfo.h 		int32_t unboxThis() const;
int32_t           312 core/MethodInfo.h 		int32_t isVerified() const;
int32_t           313 core/MethodInfo.h 		int32_t isVerifyPending() const;
int32_t           319 core/MethodInfo.h 		static int32_t compiledMethodFlags();
int32_t           320 core/MethodInfo.h 		int32_t isCompiledMethod() const;
int32_t           362 core/MethodInfo.h 		int32_t lookup_cache_size() const;
int32_t           363 core/MethodInfo.h 		void set_lookup_cache_size(int32_t s);
int32_t           366 core/MethodInfo.h 		int32_t method_id() const;
int32_t           381 core/MethodInfo.h 		void update_max_stack(int32_t max_stack);
int32_t           451 core/MethodInfo.h 		int32_t param_count() const;
int32_t           452 core/MethodInfo.h 		int32_t optional_count() const;
int32_t           453 core/MethodInfo.h 		int32_t rest_offset() const;
int32_t           455 core/MethodInfo.h 		int32_t max_stack() const;
int32_t           456 core/MethodInfo.h 		int32_t local_count() const;
int32_t           457 core/MethodInfo.h 		int32_t max_scope() const;
int32_t           458 core/MethodInfo.h 		int32_t frame_size() const;
int32_t           465 core/MethodInfo.h 		int32_t requiredParamCount() const;
int32_t           467 core/MethodInfo.h 		Traits* paramTraits(int32_t i) const;
int32_t           468 core/MethodInfo.h 		BuiltinType paramTraitsBT(int32_t i) const;
int32_t           469 core/MethodInfo.h 		Atom getDefaultValue(int32_t i) const;
int32_t           471 core/MethodInfo.h 		bool argcOk(int32_t argc) const;
int32_t           472 core/MethodInfo.h 		void boxArgs(AvmCore* core, int32_t argc, const uint32_t* ap, Atom* out) const;
int32_t            64 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::namespaceCount() const
int32_t           184 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::ctFlags() const
int32_t           193 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::isBinding() const
int32_t           198 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::isRuntime() const
int32_t           203 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::isRtns() const
int32_t           208 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::isRtname() const
int32_t           213 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::isQName() const
int32_t           233 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::isNsset() const
int32_t           245 core/Multiname-inlines.h REALLY_INLINE int32_t Multiname::isParameterizedType() const
int32_t           345 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::namespaceCount() const
int32_t           350 core/Multiname-inlines.h REALLY_INLINE Namespacep HeapMultiname::getNamespace(int32_t i) const
int32_t           370 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::ctFlags() const
int32_t           375 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::isBinding() const
int32_t           380 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::isRuntime() const
int32_t           385 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::isRtns() const
int32_t           390 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::isRtname() const
int32_t           395 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::isQName() const
int32_t           415 core/Multiname-inlines.h REALLY_INLINE int32_t HeapMultiname::isNsset() const
int32_t            43 core/Multiname.cpp 	Namespacep Multiname::getNamespace(int32_t i) const
int32_t            57 core/Multiname.h 		const static int32_t ATTR   = 0x01;	// attribute name
int32_t            58 core/Multiname.h 		const static int32_t QNAME  = 0x02;	// qualified name (size==1, explicit in code)
int32_t            59 core/Multiname.h 		const static int32_t RTNS   = 0x04;	// runtime namespace
int32_t            60 core/Multiname.h 		const static int32_t RTNAME = 0x08;	// runtime name
int32_t            61 core/Multiname.h 		const static int32_t NSSET  = 0x10;
int32_t            62 core/Multiname.h 		const static int32_t TYPEPARAM = 0x20;
int32_t            74 core/Multiname.h 		int32_t flags;
int32_t            88 core/Multiname.h 		int32_t namespaceCount() const;
int32_t            89 core/Multiname.h 		Namespacep getNamespace(int32_t i) const;
int32_t           106 core/Multiname.h 		int32_t ctFlags() const;
int32_t           112 core/Multiname.h 		int32_t isBinding() const;
int32_t           114 core/Multiname.h 		int32_t isRuntime() const;
int32_t           115 core/Multiname.h 		int32_t isRtns() const;
int32_t           116 core/Multiname.h 		int32_t isRtname() const;
int32_t           117 core/Multiname.h 		int32_t isQName() const;
int32_t           121 core/Multiname.h 		int32_t isNsset() const;
int32_t           122 core/Multiname.h 		int32_t isParameterizedType() const;
int32_t           175 core/Multiname.h 		int32_t namespaceCount() const;
int32_t           176 core/Multiname.h 		Namespacep getNamespace(int32_t i) const;
int32_t           180 core/Multiname.h 		int32_t ctFlags() const;
int32_t           181 core/Multiname.h 		int32_t isBinding() const;
int32_t           182 core/Multiname.h 		int32_t isRuntime() const;
int32_t           183 core/Multiname.h 		int32_t isRtns() const;
int32_t           184 core/Multiname.h 		int32_t isRtname() const;
int32_t           185 core/Multiname.h 		int32_t isQName() const;
int32_t           189 core/Multiname.h 		int32_t isNsset() const;
int32_t            47 core/Namespace.h 	typedef int32_t API;
int32_t            55 core/NativeFunction.h 	typedef int32_t AvmBool32;
int32_t            66 core/NativeFunction.h 	typedef int32_t			AvmRetType_int32_t;
int32_t           111 core/NativeFunction.h 	#define AvmThunkUnbox_int32_t(r)		int32_t(r)
int32_t           167 core/NativeFunction.h 	#define AvmThunkCoerce_uint32_t_int32_t(v)	int32_t(v)
int32_t           207 core/NativeFunction.h 		int32_t method_id;
int32_t           216 core/NativeFunction.h 		int32_t class_id;
int32_t            50 core/PoolObject-inlines.h REALLY_INLINE const Multiname* PoolObject::precomputedMultiname(int32_t index)
int32_t            56 core/PoolObject-inlines.h REALLY_INLINE int32_t PoolObject::getAPI()
int32_t            81 core/PoolObject-inlines.h REALLY_INLINE bool PoolObject::hasString(int32_t index) const
int32_t            84 core/PoolObject-inlines.h     return (index >= 1 && index < (int32_t) constantStringCount);
int32_t           164 core/PoolObject.cpp 			for (int32_t i=0, n=mname.namespaceCount(); i < n; i++)
int32_t           191 core/PoolObject.cpp 	Namespace* PoolObject::getNamespace(int32_t index) const
int32_t           196 core/PoolObject.cpp 	NamespaceSetp PoolObject::getNamespaceSet(int32_t index) const
int32_t           209 core/PoolObject.cpp 	Stringp PoolObject::getString(int32_t index) const
int32_t           254 core/PoolObject.cpp 					if (d == (int32_t)d) 
int32_t           291 core/PoolObject.cpp 				const int32_t i = cpool_int[index];
int32_t           327 core/PoolObject.cpp 				const int32_t u = cpool_int[index];
int32_t           463 core/PoolObject.cpp 		int32_t index;
int32_t           717 core/PoolObject.cpp 			const int32_t index = this->_method_name_indices[i];
int32_t            82 core/PoolObject.h 		int32_t getAPI();
int32_t            85 core/PoolObject.h 		List<int32_t> cpool_int;
int32_t           130 core/PoolObject.h 		const Multiname* precomputedMultiname(int32_t index);
int32_t           165 core/PoolObject.h 		Namespacep getNamespace(int32_t index) const;
int32_t           166 core/PoolObject.h 		NamespaceSetp getNamespaceSet(int32_t index) const;
int32_t           167 core/PoolObject.h 		bool hasString(int32_t index) const;
int32_t           168 core/PoolObject.h 		Stringp getString(int32_t index) const;
int32_t           173 core/PoolObject.h 		int32_t version;
int32_t           229 core/PoolObject.h 		List<int32_t, LIST_NonGCObjects>			_method_name_indices;	
int32_t            94 core/PrintWriter.cpp 		for (int32_t i = 0; i < s->length(); i++)
int32_t           123 core/PrintWriter.h 		PrintWriter& operator<< (int32_t value);
int32_t            89 core/Sampler.cpp 				int32_t* p32;
int32_t            94 core/Sampler.cpp 			p += sizeof(int32_t);
int32_t           308 core/Sampler.cpp 			AvmAssert(sizeof(StackTrace::Element) == sizeof(MethodInfo *) + sizeof(Stringp) + sizeof(Stringp) + sizeof(int32_t));
int32_t           311 core/Sampler.cpp 			AvmAssert(sizeof(StackTrace::Element) == sizeof(MethodInfo *) + sizeof(Stringp) + sizeof(Stringp) + sizeof(int32_t) + sizeof(int32_t));
int32_t           231 core/Sampler.h 		int32_t				takeSample;
int32_t            44 core/ScopeChain-inlines.h REALLY_INLINE ScopeTypeChain::ScopeTypeChain(int32_t _size, int32_t _fullsize, Traits* traits)
int32_t            92 core/ScopeChain-inlines.h REALLY_INLINE int32_t ScopeChain::getSize() const
int32_t            97 core/ScopeChain-inlines.h REALLY_INLINE Atom ScopeChain::getScope(int32_t i) const
int32_t            44 core/ScopeChain.cpp 	/* static */ const ScopeTypeChain* ScopeTypeChain::create(MMgc::GC* gc, Traits* traits, const ScopeTypeChain* outer, const Value* values, int32_t nValues, Traits* append, Traits* extra)
int32_t            46 core/ScopeChain.cpp 		const int32_t capture = nValues + (append ? 1 : 0);
int32_t            47 core/ScopeChain.cpp 		const int32_t extraEntries = extra ? 1 : 0;
int32_t            48 core/ScopeChain.cpp 		const int32_t outerSize = (outer ? outer->size : 0);
int32_t            49 core/ScopeChain.cpp 		const int32_t pad = capture + extraEntries;
int32_t            52 core/ScopeChain.cpp 		int32_t j = 0;
int32_t            53 core/ScopeChain.cpp 		for (int32_t i = 0; i < outerSize; i++)
int32_t            57 core/ScopeChain.cpp 		for (int32_t i = 0; i < nValues; i++)
int32_t            88 core/ScopeChain.cpp 		int32_t firstWith = nStateTraits - nStateWithTraits;
int32_t            89 core/ScopeChain.cpp 		for (int32_t i = 0; i < nStateTraits; i++)
int32_t           105 core/ScopeChain.cpp 		for (int32_t i=0; i < this->fullsize; i ++)
int32_t           119 core/ScopeChain.cpp 		for (int32_t i = 0; i < fullsize; i++)
int32_t           136 core/ScopeChain.cpp 		const int32_t scopeTraitsSize = scopeTraits->size;
int32_t           137 core/ScopeChain.cpp 		const int32_t outerSize = outer ? outer->_scopeTraits->size : 0;
int32_t           140 core/ScopeChain.cpp 		for (int32_t i=0; i < outerSize; i ++)
int32_t           154 core/ScopeChain.cpp 		const int32_t scopeTraitsSize = nstc->size;
int32_t           157 core/ScopeChain.cpp 		for (int32_t i=0; i < nstc->size; i ++)
int32_t           164 core/ScopeChain.cpp 	void ScopeChain::setScope(MMgc::GC* gc, int32_t i, Atom value)
int32_t           180 core/ScopeChain.cpp 		for (int32_t i = 0; i < _scopeTraits->size; i++)
int32_t            50 core/ScopeChain.h 		ScopeTypeChain(int32_t _size, int32_t _fullsize, Traits* traits);
int32_t            51 core/ScopeChain.h 		static const ScopeTypeChain* create(MMgc::GC* gc, Traits* traits, const ScopeTypeChain* outer, const Value* values, int32_t nValues, Traits* append, Traits* extra);
int32_t            78 core/ScopeChain.h 		const int32_t		size;
int32_t            79 core/ScopeChain.h 		const int32_t		fullsize;
int32_t           112 core/ScopeChain.h 		int32_t getSize() const;
int32_t           113 core/ScopeChain.h 		Atom getScope(int32_t i) const;
int32_t           114 core/ScopeChain.h 		void setScope(MMgc::GC* gc, int32_t i, Atom value);
int32_t           630 core/ScriptObject.cpp 			return traits->core->intToAtom(*((const int32_t*)p));
int32_t           634 core/ScriptObject.cpp 			return traits->core->uintToAtom(*((const int32_t*)p));
int32_t           638 core/ScriptObject.cpp 			return (*((const int32_t*)p)<<3)|kBooleanType;
int32_t           708 core/ScriptObject.cpp 			*((int32_t*)p) = AvmCore::integer(value);
int32_t           716 core/ScriptObject.cpp 			*((int32_t*)p) = AvmCore::boolean(value);
int32_t           110 core/StackTrace.cpp 	void CallStackNode::init(AvmCore* core, uint64_t functionId, int32_t lineno)
int32_t           119 core/StackTrace.h 		inline explicit CallStackNode(AvmCore* core, uint64_t functionId, int32_t lineno)
int32_t           124 core/StackTrace.h 		void init(AvmCore* core, uint64_t functionId, int32_t lineno);
int32_t           165 core/StackTrace.h 		inline int32_t depth() const { return m_depth; }
int32_t           171 core/StackTrace.h 		inline int32_t linenum() const { return m_linenum; }
int32_t           174 core/StackTrace.h 		inline void set_linenum(int32_t i) { m_linenum = i; }
int32_t           209 core/StackTrace.h 	private:	int32_t				m_linenum;
int32_t           210 core/StackTrace.h 	private:	int32_t				m_depth;
int32_t           236 core/StackTrace.h 			int32_t				m_linenum;
int32_t           238 core/StackTrace.h 			int32_t				m_pad;
int32_t           280 core/StackTrace.h 			inline int32_t linenum() const { return m_linenum; }
int32_t           284 core/StringClass.cpp 		int32_t start = 0;
int32_t           290 core/StringClass.cpp 			int32_t bgn = in->indexOf(delim, start);
int32_t            63 core/StringObject.cpp #define TSTR_DEPENDENT_STRING_NUISANCE_SAVINGS int32_t(sizeof(String))
int32_t            91 core/StringObject.cpp 	REALLY_INLINE void _widen8_16(const uint8_t* src, wchar* dst, int32_t len)
int32_t            99 core/StringObject.cpp 	REALLY_INLINE void _narrow16_8(const wchar* src, uint8_t* dst, int32_t len)
int32_t           112 core/StringObject.cpp 	static void* _copyBuffers(const void* src, void* dst, int32_t srcLen, String::Width srcWidth, String::Width dstWidth)
int32_t           133 core/StringObject.cpp 			for (int32_t i = 0; i < m_length; ++i)
int32_t           187 core/StringObject.cpp 	/*static*/ REALLY_INLINE bool equalsImpl(const STR1* str1, const STR2* str2, int32_t len)
int32_t           192 core/StringObject.cpp 		for (int32_t j = 0; j < len; j++)
int32_t           207 core/StringObject.cpp 	/*static*/ REALLY_INLINE int32_t compareImpl(const STR1* str1, const STR2* str2, int32_t len)
int32_t           212 core/StringObject.cpp 		int32_t res = 0;
int32_t           215 core/StringObject.cpp 			res = int32_t(*str2++ - *str1++);
int32_t           222 core/StringObject.cpp 	/*static*/ REALLY_INLINE int32_t indexOfImpl(const STR* str, int32_t start, int32_t right, const PATTERN* pat, int32_t patlen)
int32_t           232 core/StringObject.cpp 			for (int32_t j = 0; j < patlen; j++)
int32_t           237 core/StringObject.cpp 			return int32_t(uintptr_t(probe - str));
int32_t           250 core/StringObject.cpp 	/*static*/ REALLY_INLINE int32_t indexOfCharCodeImpl(const STR* str, int32_t start, int32_t right, wchar c)
int32_t           258 core/StringObject.cpp 				return int32_t(p - str);
int32_t           265 core/StringObject.cpp 	/*static*/ REALLY_INLINE int32_t lastIndexOfImpl(const STR* str, int32_t start, const PATTERN* pat, int32_t patlen)
int32_t           275 core/StringObject.cpp 			for (int32_t j = 0; j < patlen; j++)
int32_t           292 core/StringObject.cpp 	/*static*/ REALLY_INLINE int32_t hashCodeImpl(const STR* str, int32_t len)
int32_t           298 core/StringObject.cpp 		int32_t hashCode = 0;
int32_t           308 core/StringObject.cpp 	REALLY_INLINE String::String(const void* buffer, Width w, int32_t length, bool is7bit) :
int32_t           323 core/StringObject.cpp 	REALLY_INLINE String::String(MMgc::GC* gc, void* buffer, Width w, int32_t length, int32_t charsLeft, bool is7bit) :
int32_t           351 core/StringObject.cpp 	REALLY_INLINE String::String(MMgc::GC* gc, Stringp master, int32_t start, int32_t length) :
int32_t           385 core/StringObject.cpp 	static int32_t int32AddChecked(int32_t a, int32_t b)
int32_t           391 core/StringObject.cpp 				return int32_t(x);
int32_t           400 core/StringObject.cpp 	static int32_t int32ShlChecked(int32_t a, int32_t b)
int32_t           407 core/StringObject.cpp 				return int32_t(x);
int32_t           428 core/StringObject.cpp 	REALLY_INLINE /*static*/ Stringp String::createDependent(GC* gc, Stringp master, int32_t start, int32_t len)
int32_t           441 core/StringObject.cpp 	/*static*/ Stringp String::createDynamic(GC* gc, const void* data, int32_t len, Width w, bool is7bit, int32_t extra)
int32_t           451 core/StringObject.cpp 		int32_t alloc = int32AddChecked(len, extra);
int32_t           466 core/StringObject.cpp 		int32_t bufLen = (int32_t) (GC::Size(buffer) >> w);		// Note bufLen may be larger than (alloc << w)
int32_t           467 core/StringObject.cpp 		int32_t charsLeft = bufLen - len;
int32_t           472 core/StringObject.cpp 		AvmAssert(charsLeft <= int32_t((uint32_t) TSTR_CHARSLEFT_MASK >> TSTR_CHARSLEFT_SHIFT));
int32_t           498 core/StringObject.cpp 	/*static*/ Stringp String::createStatic(GC* gc, const void* data, int32_t len, Width w, bool is7bit)
int32_t           513 core/StringObject.cpp 	Stringp String::createLatin1(AvmCore* core, const char* buffer, int32_t len, Width desiredWidth, bool staticBuf)
int32_t           637 core/StringObject.cpp 		int32_t bytes = m_length << getWidth();			// No overflow by definition
int32_t           651 core/StringObject.cpp 	int32_t String::Compare(String& other, int32_t other_start, int32_t other_length) const
int32_t           664 core/StringObject.cpp 		int32_t result = 0;
int32_t           666 core/StringObject.cpp 		int32_t len = (m_length < other_length) ? m_length : other_length;	// choose smaller of two
int32_t           705 core/StringObject.cpp 	bool String::equalsLatin1(const char* p, int32_t len) const
int32_t           724 core/StringObject.cpp 	bool String::equalsUTF16(const wchar* p, int32_t len) const
int32_t           745 core/StringObject.cpp 		int32_t const len1 = this->length();
int32_t           746 core/StringObject.cpp 		int32_t const len2 = that->length();
int32_t           774 core/StringObject.cpp 	int32_t String::localeCompare(Stringp other, const Atom* /*argv*/, int32_t /*argc*/)
int32_t           788 core/StringObject.cpp 	int32_t String::hashCodeLatin1(const char* buf, int32_t len)
int32_t           793 core/StringObject.cpp 	int32_t String::hashCodeUTF16(const wchar* buf, int32_t len)
int32_t           798 core/StringObject.cpp 	int32_t String::hashCode() const
int32_t           817 core/StringObject.cpp 	wchar String::charAt(int32_t index) const
int32_t           825 core/StringObject.cpp 	int32_t String::indexOf(Stringp substr, int32_t start) const 
int32_t           830 core/StringObject.cpp 		int32_t len = this->length();
int32_t           836 core/StringObject.cpp 		int32_t sublen = substr->length();
int32_t           840 core/StringObject.cpp 		const int32_t right = len - sublen; 
int32_t           899 core/StringObject.cpp 	int32_t String::lastIndexOf(Stringp substr, int32_t start) const
int32_t           904 core/StringObject.cpp 		int32_t len = this->length();
int32_t           910 core/StringObject.cpp 		int32_t sublen = substr->length();
int32_t           914 core/StringObject.cpp 		const int32_t right = len - sublen; 
int32_t           949 core/StringObject.cpp 	int32_t String::indexOfLatin1(const char* p, int32_t sublen, int32_t start, int32_t end) const
int32_t           963 core/StringObject.cpp 		int32_t right = end - sublen; 
int32_t           980 core/StringObject.cpp 	int32_t String::indexOfCharCode(wchar c, int32_t start, int32_t end) const
int32_t           992 core/StringObject.cpp 		int32_t right = end - 1; 
int32_t          1007 core/StringObject.cpp 	bool String::matchesLatin1(const char* p, int32_t len, int32_t pos)
int32_t          1028 core/StringObject.cpp 	bool String::matchesLatin1_caseless(const char* p, int32_t len, int32_t pos)
int32_t          1075 core/StringObject.cpp 	Stringp String::_append(Stringp volatile * /*rightStrPtr*/, const Pointers& rightStr, int32_t numChars, Width charWidth)
int32_t          1097 core/StringObject.cpp 		int32_t newLen = int32AddChecked(m_length, numChars);
int32_t          1102 core/StringObject.cpp 		int32_t charsLeft = 0;
int32_t          1103 core/StringObject.cpp 		int32_t charsUsed = 0;
int32_t          1111 core/StringObject.cpp 				charsUsed = int32_t((GC::Size(master->m_buffer.pv) >> thisWidth) - master->m_length - charsLeft);
int32_t          1113 core/StringObject.cpp 		int32_t start = 0;	// string start for dependent strings
int32_t          1126 core/StringObject.cpp 				start = (int32_t) m_buffer.offset_bytes >> thisWidth;
int32_t          1149 core/StringObject.cpp 				int32_t end = master->m_length + charsUsed;
int32_t          1168 core/StringObject.cpp 		int32_t newSize = (newLen < TSTR_MIN_DYNAMIC_ALLOCATION) ? TSTR_MIN_DYNAMIC_ALLOCATION : int32ShlChecked(newLen, 1);
int32_t          1169 core/StringObject.cpp 		int32_t extra	= newSize - newLen;
int32_t          1170 core/StringObject.cpp 		if (extra > (int32_t) TSTR_MAX_CHARSLEFT)
int32_t          1171 core/StringObject.cpp 			extra = (int32_t) TSTR_MAX_CHARSLEFT;
int32_t          1203 core/StringObject.cpp 	Stringp String::substring(int32_t start, int32_t end)
int32_t          1239 core/StringObject.cpp 			int32_t offset = (int32_t) m_buffer.offset_bytes >> getWidth();
int32_t          1240 core/StringObject.cpp 			start += (int32_t) offset;
int32_t          1241 core/StringObject.cpp 			end	  += (int32_t) offset;
int32_t          1250 core/StringObject.cpp 	Stringp String::intern_substring(int32_t start, int32_t end)
int32_t          1262 core/StringObject.cpp 		int32_t const len = end - start;
int32_t          1271 core/StringObject.cpp 	Stringp String::substr(int32_t start, int32_t len)
int32_t          1278 core/StringObject.cpp 		int32_t end;
int32_t          1282 core/StringObject.cpp 			end = int32_t(double(len) + double(start)); 
int32_t          1286 core/StringObject.cpp 		end = (int32_t) NativeObjectHelpers::ClampIndexInt(end, m_length); 
int32_t          1291 core/StringObject.cpp 	Stringp String::slice(int32_t start, int32_t end)
int32_t          1293 core/StringObject.cpp 		start = (int32_t) NativeObjectHelpers::ClampIndexInt(start, m_length); 
int32_t          1294 core/StringObject.cpp 		end = (int32_t) NativeObjectHelpers::ClampIndexInt(end, m_length); 
int32_t          1339 core/StringObject.cpp 		for (int32_t i = 0; i < m_length; i++)
int32_t          1377 core/StringObject.cpp 		int32_t n = 0;
int32_t          1385 core/StringObject.cpp 		for (int32_t i = 0; i < m_length; i++)
int32_t          1700 core/StringObject.cpp 		int32_t lo = 0;
int32_t          1701 core/StringObject.cpp 		int32_t hi = (sizeof(lowerCaseBase) / sizeof(lowerCaseBase[0])) - 1;
int32_t          1705 core/StringObject.cpp 			int32_t pivot = (lo+hi)>>1;
int32_t          1969 core/StringObject.cpp 		int32_t lo = 0;
int32_t          1970 core/StringObject.cpp 		int32_t hi = (sizeof(upperCaseBase) / sizeof(upperCaseBase[0])) - 1;
int32_t          1974 core/StringObject.cpp 			int32_t pivot = (lo+hi)>>1;
int32_t          2027 core/StringObject.cpp 		int32_t i;
int32_t          2067 core/StringObject.cpp 		for (int32_t i = 0 ; i < length(); i++)
int32_t          2076 core/StringObject.cpp 	/*static*/ int32_t FASTCALL String::Length(const wchar* str)
int32_t          2085 core/StringObject.cpp 			return int32_t(len);
int32_t          2091 core/StringObject.cpp 	/*static*/ int32_t FASTCALL String::Length(const char* str)
int32_t          2097 core/StringObject.cpp 			return int32_t(len);
int32_t          2105 core/StringObject.cpp 		return (int) indexOf(substr, (int32_t) startPos);
int32_t          2108 core/StringObject.cpp 	int32_t String::AS3_indexOf(Stringp substr, double dStartPos)
int32_t          2115 core/StringObject.cpp 		return (int) lastIndexOf(substr, (int32_t) iStartPos);
int32_t          2118 core/StringObject.cpp 	int32_t String::AS3_lastIndexOf(Stringp substr, double dStartPos)
int32_t          2121 core/StringObject.cpp 		int32_t iStartPos = !MathUtils::isNaN(dStartPos) ?
int32_t          2160 core/StringObject.cpp 		int32_t len = this->length();
int32_t          2161 core/StringObject.cpp 		int32_t start = (int32_t) NativeObjectHelpers::ClampIndex(MathUtils::toInt(d_start), len); 
int32_t          2166 core/StringObject.cpp 		int32_t end = (int32_t)NativeObjectHelpers::ClampIndex(MathUtils::toInt(d_count) + (double)start, len); 
int32_t          2176 core/StringObject.cpp 		return substring((int32_t) start, (int32_t) end);
int32_t          2184 core/StringObject.cpp 		return substring((int32_t) start, (int32_t) end);
int32_t          2189 core/StringObject.cpp 		return slice((int32_t) start, (int32_t) end);
int32_t          2194 core/StringObject.cpp 		int32_t len = this->length();
int32_t          2195 core/StringObject.cpp 		int32_t start = (int32_t)NativeObjectHelpers::ClampIndex(MathUtils::toInt(d_start), len); 
int32_t          2196 core/StringObject.cpp 		int32_t end = (int32_t)NativeObjectHelpers::ClampIndex(MathUtils::toInt(d_end), len); 
int32_t          2232 core/StringObject.cpp 	double String::_charCodeAt(int32_t iPos)
int32_t          2247 core/StringObject.cpp 	int32_t String::AS3_localeCompare(Stringp other)
int32_t          2275 core/StringObject.cpp 		int32_t ascii, w8, w16, w32;
int32_t          2292 core/StringObject.cpp 	static bool _analyzeUtf8(const utf8_t* in, int32_t inLen, StringWidths& r, bool strict)
int32_t          2401 core/StringObject.cpp 	static bool _analyzeUtf16(const wchar* p, int32_t len, StringWidths& r)
int32_t          2426 core/StringObject.cpp 		(AvmCore* core, const utf8_t* buffer, int32_t len, Width desiredWidth, bool staticBuf, bool strict)
int32_t          2483 core/StringObject.cpp 				int32_t bytesRead;
int32_t          2516 core/StringObject.cpp 			int32_t const convertedlen = UnicodeUtils::Utf8ToUtf16(buffer, len, s->m_buffer.p16, s->m_length, strict);
int32_t          2527 core/StringObject.cpp 	Stringp String::createUTF16(AvmCore* core, const wchar* buffer, int32_t len, Width desiredWidth, bool staticBuf)
int32_t          2539 core/StringObject.cpp 		int32_t stringLength = len;
int32_t          2620 core/StringObject.cpp 		int32_t len = 0;
int32_t          2632 core/StringObject.cpp 				int32_t auxchars = 0;
int32_t          2633 core/StringObject.cpp 				for (int32_t i = str->m_length; i--;)
int32_t          2657 core/StringObject.cpp 				for (int32_t i = str->m_length; i--;)
int32_t          2745 core/StringObject.cpp 	int32_t StIndexableUTF8String::toUtf8Index(int32_t pos)
int32_t          2755 core/StringObject.cpp 		int32_t utf8Pos = m_lastPos;
int32_t          2758 core/StringObject.cpp 		for (int32_t i = m_lastPos; i < pos; i++)
int32_t          2765 core/StringObject.cpp 				int32_t len = utf8Lengths[ch & 0x3F];
int32_t          2775 core/StringObject.cpp 	int32_t StIndexableUTF8String::toIndex(int32_t utf8Pos)
int32_t          2785 core/StringObject.cpp 		int32_t i = m_lastUtf8Pos;
int32_t          2786 core/StringObject.cpp 		int32_t pos = m_lastPos;
int32_t          2798 core/StringObject.cpp 				int32_t len = utf8Lengths[ch & 0x3F];
int32_t           112 core/StringObject.h 		static	Stringp				createLatin1(AvmCore* core, const char* buffer, int32_t len = -1, Width desiredWidth = kDefaultWidth, bool staticBuf = false);
int32_t           126 core/StringObject.h 		static	Stringp				createUTF8(AvmCore* core, const utf8_t* buffer, int32_t len = -1, 
int32_t           139 core/StringObject.h 		static	Stringp				createUTF16(AvmCore* core, const wchar* buffer, int32_t len = -1, 
int32_t           181 core/StringObject.h 				int32_t				hashCode() const;
int32_t           185 core/StringObject.h 		static	int32_t FASTCALL	hashCodeLatin1(const char* buf, int32_t len);
int32_t           189 core/StringObject.h 		static	int32_t FASTCALL	hashCodeUTF16(const wchar* buf, int32_t len);
int32_t           191 core/StringObject.h 		REALLY_INLINE	int32_t		length() const { return m_length; }
int32_t           199 core/StringObject.h 		REALLY_INLINE	int32_t		getType() const { return ((m_bitsAndFlags & TSTR_TYPE_MASK) >> TSTR_TYPE_SHIFT); }
int32_t           213 core/StringObject.h 				wchar FASTCALL		charAt(int32_t index) const;
int32_t           225 core/StringObject.h 				int32_t FASTCALL	Compare(String& other, int32_t other_start = 0, int32_t other_length = 0) const;
int32_t           234 core/StringObject.h 				bool	FASTCALL	equalsLatin1(const char* p, int32_t len = -1) const;
int32_t           238 core/StringObject.h 				bool	FASTCALL	equalsUTF16(const wchar* p, int32_t len) const;
int32_t           242 core/StringObject.h 				int32_t FASTCALL	localeCompare(Stringp other, const Atom* argv, int32_t argc);
int32_t           249 core/StringObject.h 		static int32_t FASTCALL Length(const wchar* str);
int32_t           250 core/StringObject.h 		static int32_t FASTCALL Length(const char* str);
int32_t           256 core/StringObject.h 				int32_t	FASTCALL	indexOf(Stringp s, int32_t offset = 0) const;
int32_t           270 core/StringObject.h 				int32_t FASTCALL	indexOfLatin1(const char* p, int32_t len = -1, int32_t start = 0, int32_t end = 0x7FFFFFFF) const;
int32_t           279 core/StringObject.h 				int32_t FASTCALL	indexOfCharCode(wchar c, int32_t start = 0, int32_t end = 0x7FFFFFFF) const;
int32_t           292 core/StringObject.h 				bool	 FASTCALL	matchesLatin1(const char* p, int32_t len, int32_t pos);
int32_t           301 core/StringObject.h 				bool	 FASTCALL	matchesLatin1_caseless(const char* p, int32_t len, int32_t pos);
int32_t           305 core/StringObject.h 				int32_t	FASTCALL	lastIndexOf(Stringp s, int32_t offset = 0x7fffffff) const;
int32_t           327 core/StringObject.h 		REALLY_INLINE	Stringp		appendLatin1(const char* p, int32_t len) { return _append(NULL, Pointers((const uint8_t*)p), len, k8); }
int32_t           335 core/StringObject.h 		REALLY_INLINE	Stringp		append16(const wchar* p, int32_t len) { return _append(NULL, Pointers(p), len, k16); }
int32_t           340 core/StringObject.h 				Stringp	FASTCALL	substr(int32_t start, int32_t len = 0x7fffffff);
int32_t           345 core/StringObject.h 				Stringp	FASTCALL	substring(int32_t start, int32_t end = 0x7fffffff);
int32_t           346 core/StringObject.h 				Stringp	FASTCALL	intern_substring(int32_t start, int32_t end = 0x7fffffff);
int32_t           352 core/StringObject.h 				Stringp	FASTCALL	slice(int32_t start, int32_t end);
int32_t           496 core/StringObject.h 				int32_t			m_length;					// length in characters
int32_t           537 core/StringObject.h 		REALLY_INLINE	int32_t		getCharsLeft() const		{ return (m_bitsAndFlags & TSTR_CHARSLEFT_MASK) >> TSTR_CHARSLEFT_SHIFT; }
int32_t           538 core/StringObject.h 		REALLY_INLINE	void		setCharsLeft(int32_t n)		{ m_bitsAndFlags = (m_bitsAndFlags & ~TSTR_CHARSLEFT_MASK) |(n << TSTR_CHARSLEFT_SHIFT); }
int32_t           541 core/StringObject.h 		static	Stringp				createDependent(MMgc::GC* gc, Stringp master, int32_t start, int32_t len);
int32_t           543 core/StringObject.h 		static	Stringp				createDynamic(MMgc::GC* gc, const void* data, int32_t len, Width w, bool is7bit, int32_t extra=0);
int32_t           545 core/StringObject.h 		static	Stringp				createStatic(MMgc::GC* gc, const void* data, int32_t len, Width w, bool is7bit);
int32_t           553 core/StringObject.h 				Stringp				_append(Stringp volatile * rightStrPtr, const Pointers& rightStr, int32_t numChars, Width width);
int32_t           574 core/StringObject.h 		REALLY_INLINE				String(const void* buffer, Width w, int32_t length, bool is7bit);
int32_t           576 core/StringObject.h 		REALLY_INLINE				String(MMgc::GC* gc, void* buffer, Width w, int32_t length, int32_t charsLeft, bool is7bit);
int32_t           578 core/StringObject.h 		REALLY_INLINE				String(MMgc::GC* gc, Stringp master, int32_t start, int32_t length);
int32_t           667 core/StringObject.h 		REALLY_INLINE	int32_t		length() const { return m_length; }
int32_t           674 core/StringObject.h 				int32_t				m_length;
int32_t           692 core/StringObject.h 		REALLY_INLINE	int32_t			length() const { return m_length; }
int32_t           695 core/StringObject.h 				int32_t			m_length;
int32_t           704 core/StringObject.h 		int32_t		m_lastPos;
int32_t           705 core/StringObject.h 		int32_t		m_lastUtf8Pos;
int32_t           716 core/StringObject.h 		int32_t FASTCALL toUtf8Index(int32_t pos);
int32_t           722 core/StringObject.h 		int32_t FASTCALL toIndex(int32_t uf8Pos);
int32_t           976 core/Toplevel.cpp 		int32_t pos = 0;
int32_t           983 core/Toplevel.cpp 				int32_t curPos = pos;
int32_t            97 core/Traits-inlines.h REALLY_INLINE int32_t TraitsBindings::next(int32_t index) const
int32_t           102 core/Traits-inlines.h REALLY_INLINE Stringp TraitsBindings::keyAt(int32_t index) const
int32_t           107 core/Traits-inlines.h REALLY_INLINE Namespacep TraitsBindings::nsAt(int32_t index) const
int32_t           112 core/Traits-inlines.h REALLY_INLINE Binding TraitsBindings::valueAt(int32_t index) const
int32_t           408 core/Traits.cpp 		int32_t apis = 0;
int32_t           581 core/Traits.cpp 	/*static*/ REALLY_INLINE int32_t pad8(int32_t nextSlotOffset)
int32_t           589 core/Traits.cpp 		int32_t slotOffset = nextSlotOffset;
int32_t           892 core/Traits.cpp 			int32_t m_intSlot;
int32_t           894 core/Traits.cpp 			int32_t m_otherIntSlot;
int32_t           903 core/Traits.cpp 	/*static*/ REALLY_INLINE int32_t computeSlotOffset(Traits* slotType, int32_t& next32BitSlotOffset, int32_t& nextPointerSlotOffset, int32_t& next64BitSlotOffset)
int32_t           907 core/Traits.cpp 			int32_t const result = nextPointerSlotOffset;
int32_t           913 core/Traits.cpp 			int32_t const result = next64BitSlotOffset;
int32_t           919 core/Traits.cpp 			int32_t const result = next32BitSlotOffset;
int32_t          1026 core/Traits.cpp 		int32_t slotAreaStart = computeSlotAreaStart(nPointerSlots, n32BitNonPointerSlots, n64BitNonPointerSlots);
int32_t          1028 core/Traits.cpp 		int32_t next32BitSlotOffset = slotAreaStart;
int32_t          1029 core/Traits.cpp 		int32_t endOf32BitSlots = next32BitSlotOffset + (n32BitNonPointerSlots * 4);
int32_t          1030 core/Traits.cpp 		int32_t nextPointerSlotOffset = alignPointersTo8Bytes && (nPointerSlots != 0) ? pad8(endOf32BitSlots) : endOf32BitSlots;
int32_t          1031 core/Traits.cpp 		int32_t endOfPointerSlots = nextPointerSlotOffset + (nPointerSlots * sizeof(void*));
int32_t          1032 core/Traits.cpp 		int32_t next64BitSlotOffset = align8ByteSlots && (n64BitNonPointerSlots != 0) ? pad8(endOfPointerSlots) : endOfPointerSlots;
int32_t          1033 core/Traits.cpp 		int32_t endOf64BitSlots = next64BitSlotOffset + (n64BitNonPointerSlots * 8);
int32_t          1181 core/Traits.cpp 		const int32_t bindingCap = m_bindingCapLog2 ? (1 << m_bindingCapLog2) : 2;
int32_t          1407 core/Traits.cpp 		for (int32_t i = 0; i < MAX_PRIMARY_SUPERTYPE; i++) {
int32_t           155 core/Traits.h  		int32_t next(int32_t index) const;
int32_t           156 core/Traits.h  		Stringp keyAt(int32_t index) const;
int32_t           157 core/Traits.h  		Namespacep nsAt(int32_t index) const;
int32_t           158 core/Traits.h  		Binding valueAt(int32_t index) const;
int32_t           528 core/TypeDescriber.cpp             int32_t const i32 = (int32_t(i)<<3)>>3;
int32_t           171 core/UnicodeUtils.cpp 	int32_t UnicodeUtils::Utf8ToUtf16(const uint8 *in,
int32_t           172 core/UnicodeUtils.cpp 								      int32_t inLen,
int32_t           174 core/UnicodeUtils.cpp 								      int32_t outMax, 
int32_t           177 core/UnicodeUtils.cpp 		int32_t outLen = 0;
int32_t           302 core/UnicodeUtils.cpp 	int32_t UnicodeUtils::Utf8ToUcs4(const uint8 *chars,
int32_t           303 core/UnicodeUtils.cpp 								     int32_t len,
int32_t           324 core/UnicodeUtils.cpp 		int32_t n = 0;
int32_t           379 core/UnicodeUtils.cpp 	int32_t UnicodeUtils::Ucs4ToUtf8(uint32_t value,
int32_t            74 core/UnicodeUtils.h 		static int32_t Utf16ToUtf8(const wchar *in,
int32_t            75 core/UnicodeUtils.h 							   int32_t inLen,
int32_t            77 core/UnicodeUtils.h 							   int32_t outMax);
int32_t           112 core/UnicodeUtils.h 		static int32_t Utf8ToUtf16(const uint8 *in,
int32_t           113 core/UnicodeUtils.h 					  			   int32_t inLen,
int32_t           115 core/UnicodeUtils.h 							       int32_t outMax,
int32_t           118 core/UnicodeUtils.h 		inline int32_t Utf8Count(const uint8 *in, int32_t inLen, bool strict) {
int32_t           130 core/UnicodeUtils.h 		static int32_t Utf8ToUcs4(const uint8 *chars,
int32_t           131 core/UnicodeUtils.h 							      int32_t len,
int32_t           145 core/UnicodeUtils.h 		static int32_t Ucs4ToUtf8(uint32_t value,
int32_t            77 core/VTable.cpp 		int32_t interval_idx = 0;
int32_t            83 core/VTable.cpp 			const int32_t interval = k_shellsort_intervals[interval_idx--];
int32_t          1337 core/Verifier.cpp 				int32_t ptrIndex = sp-argc;
int32_t          2950 core/Verifier.cpp 	Block::Block(uint32_t label, int32_t begin) 
int32_t           174 core/Verifier.h 	  int32_t begin;	// offset from code_start
int32_t           175 core/Verifier.h 	  int32_t end;		// offset from code_start
int32_t           179 core/Verifier.h 	  int32_t pred_count;
int32_t           180 core/Verifier.h 	  Block(uint32_t label, int32_t begin);
int32_t           777 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)AvmCore::readU30(pc);
int32_t           791 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)operand;
int32_t           806 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)AvmCore::readU30(pc);
int32_t           807 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)AvmCore::readU30(pc);
int32_t           820 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)op1;
int32_t           821 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)op2;
int32_t           877 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)index;
int32_t           878 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)reg;
int32_t           879 core/WordcodeEmitter.cpp 		*dest++ = (intptr_t)(int32_t)extra;
int32_t           920 core/WordcodeEmitter.cpp 		int32_t value = pool->cpool_int[AvmCore::readU30(pc)];
int32_t          1275 core/WordcodeEmitter.cpp 				int32_t offset = int32_t(R[i++]);
int32_t          1284 core/WordcodeEmitter.cpp 					*dest = -int32_t(buffer_offset + (dest + (width - 1) - buffers->data) + offset);
int32_t          1349 core/WordcodeEmitter.cpp 			AvmAssert((int32_t)I[nextI - 1][1] < 0);
int32_t          1351 core/WordcodeEmitter.cpp 			I[nextI - 1][1] = -int32_t(buffer_offset + (dest - buffers->data) + (int32_t)I[nextI - 1][1]);
int32_t          1383 core/WordcodeEmitter.cpp 			int32_t lo = s->transitionPtr;
int32_t          1384 core/WordcodeEmitter.cpp 			int32_t hi = lo + limit - 1;
int32_t           151 core/WordcodeEmitter.h 			int32_t *fixup_loc;			// points to a location to update in an ExceptionHandler
int32_t           172 core/XMLObject.cpp 						const int32_t nodeNameStart = 1; // skip the slash
int32_t           287 core/XMLObject.cpp 					int32_t space = tag.text->indexOfLatin1(" ", 1, 0);
int32_t           378 core/XMLObject.cpp 	bool XMLObject::NodeNameEquals(Stringp nodeName, int32_t nodeNameStart, Stringp parentName, Namespace * parentNs)
int32_t           380 core/XMLObject.cpp 		int32_t const nodeNameLength = nodeName->length() - nodeNameStart;
int32_t           295 core/XMLObject.h 		bool NodeNameEquals(Stringp nodeName, int32_t nodeNameStart, Stringp parentName, Namespace *ns);
int32_t            68 core/XMLParser16.cpp 		int32_t start = 0;
int32_t            72 core/XMLParser16.cpp 		int32_t end = text->length() - 1;
int32_t            81 core/XMLParser16.cpp 		int32_t start, end;
int32_t           141 core/XMLParser16.cpp 			int32_t depth = 0;
int32_t           320 core/XMLParser16.cpp 	Stringp XMLParser::unescape(int32_t start, int32_t last, bool intern)
int32_t           327 core/XMLParser16.cpp 		int32_t bgn = m_str->indexOfCharCode('&', start, last);
int32_t           335 core/XMLParser16.cpp 		int32_t end = start;
int32_t           338 core/XMLParser16.cpp 			int32_t ampEnd = m_str->indexOfCharCode(';', ++bgn, last);
int32_t           345 core/XMLParser16.cpp 			int32_t len = end - bgn;
int32_t           350 core/XMLParser16.cpp 				int32_t ch = m_str[bgn];
int32_t           361 core/XMLParser16.cpp 						int32_t value = 0;
int32_t           434 core/XMLParser16.cpp 		int32_t const pos = in->indexOfCharCode(0);
int32_t           139 core/XMLParser16.h 				Stringp			unescape (int32_t start, int32_t end, bool bIntern);
int32_t           141 core/XMLParser16.h 				bool			skipPrefix (int32_t pos, const char* prefix, int32_t len);
int32_t           146 core/XMLParser16.h 				int32_t			m_pos;
int32_t            68 core/atom-inlines.h         int32_t const i32 = int32_t(i);
int32_t           331 core/avmplusHashtable.h 		HeapHashtable(MMgc::GC* gc, int32_t capacity = InlineHashtable::kDefaultCapacity)
int32_t           359 core/avmplusHashtable.h 		HeapHashtableRC(MMgc::GC* gc, int32_t capacity = InlineHashtable::kDefaultCapacity)
int32_t           335 core/avmplusList.h 			AvmAssert((int32_t)len >= 0);
int32_t           175 core/builtin.cpp     int32_t const ret = obj->AS3_localeCompare(
int32_t           211 core/builtin.cpp     int32_t const ret = obj->_indexOf(
int32_t           417 core/builtin.cpp     int32_t const ret = obj->AS3_indexOf(
int32_t           477 core/builtin.cpp     int32_t const ret = obj->AS3_lastIndexOf(
int32_t           523 core/builtin.cpp     int32_t const ret = obj->get_length();
int32_t           817 core/builtin.cpp     int32_t const ret = obj->_lastIndexOf(
int32_t          1109 core/builtin.cpp     int32_t const ret = obj->_indexOf(
int32_t          1143 core/builtin.cpp     int32_t const ret = obj->_lastIndexOf(
int32_t          1388 core/builtin.cpp     int32_t const ret = obj->_search(
int32_t          2271 core/builtin.cpp         AVMTHUNK_NATIVE_CLASS(abcclass_int, IntClass, IntClass, SlotOffsetsAndAsserts::s_slotsOffsetIntClass, int32_t, SlotOffsetsAndAsserts::s_slotsOffsetint32_t)
int32_t           896 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t           898 core/builtin.h     int32_t m_length;
int32_t           904 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_ObjectClass.get_length(); } \
int32_t           915 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t           917 core/builtin.h     int32_t m_length;
int32_t           923 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_ClassClass.get_length(); } \
int32_t           948 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t           950 core/builtin.h     int32_t m_length;
int32_t           956 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_FunctionClass.get_length(); } \
int32_t          1000 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1002 core/builtin.h     int32_t m_length;
int32_t          1008 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_BooleanClass.get_length(); } \
int32_t          1019 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1020 core/builtin.h     REALLY_INLINE int32_t get_private_DTOSTR_FIXED() const { return m_private_DTOSTR_FIXED; }
int32_t          1021 core/builtin.h     REALLY_INLINE int32_t get_private_DTOSTR_PRECISION() const { return m_private_DTOSTR_PRECISION; }
int32_t          1022 core/builtin.h     REALLY_INLINE int32_t get_private_DTOSTR_EXPONENTIAL() const { return m_private_DTOSTR_EXPONENTIAL; }
int32_t          1029 core/builtin.h     int32_t m_length;
int32_t          1030 core/builtin.h     int32_t m_private_DTOSTR_FIXED;
int32_t          1031 core/builtin.h     int32_t m_private_DTOSTR_PRECISION;
int32_t          1032 core/builtin.h     int32_t m_private_DTOSTR_EXPONENTIAL;
int32_t          1043 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_NumberClass.get_length(); } \
int32_t          1044 core/builtin.h         REALLY_INLINE int32_t get_private_DTOSTR_FIXED() const { return m_slots_NumberClass.get_private_DTOSTR_FIXED(); } \
int32_t          1045 core/builtin.h         REALLY_INLINE int32_t get_private_DTOSTR_PRECISION() const { return m_slots_NumberClass.get_private_DTOSTR_PRECISION(); } \
int32_t          1046 core/builtin.h         REALLY_INLINE int32_t get_private_DTOSTR_EXPONENTIAL() const { return m_slots_NumberClass.get_private_DTOSTR_EXPONENTIAL(); } \
int32_t          1062 core/builtin.h     REALLY_INLINE int32_t get_MIN_VALUE() const { return m_MIN_VALUE; }
int32_t          1063 core/builtin.h     REALLY_INLINE int32_t get_MAX_VALUE() const { return m_MAX_VALUE; }
int32_t          1064 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1066 core/builtin.h     int32_t m_MIN_VALUE;
int32_t          1067 core/builtin.h     int32_t m_MAX_VALUE;
int32_t          1068 core/builtin.h     int32_t m_length;
int32_t          1074 core/builtin.h         REALLY_INLINE int32_t get_MIN_VALUE() const { return m_slots_IntClass.get_MIN_VALUE(); } \
int32_t          1075 core/builtin.h         REALLY_INLINE int32_t get_MAX_VALUE() const { return m_slots_IntClass.get_MAX_VALUE(); } \
int32_t          1076 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_IntClass.get_length(); } \
int32_t          1089 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1093 core/builtin.h     int32_t m_length;
int32_t          1101 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_UIntClass.get_length(); } \
int32_t          1112 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1114 core/builtin.h     int32_t m_length;
int32_t          1120 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_StringClass.get_length(); } \
int32_t          1136 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1143 core/builtin.h     int32_t m_length;
int32_t          1154 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_ArrayClass.get_length(); } \
int32_t          1376 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1378 core/builtin.h     int32_t m_length;
int32_t          1384 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_ErrorClass.get_length(); } \
int32_t          1395 core/builtin.h     REALLY_INLINE int32_t get_private__errorID() const { return m_private__errorID; }
int32_t          1396 core/builtin.h     void set_private__errorID(int32_t newVal);
int32_t          1402 core/builtin.h     int32_t m_private__errorID;
int32_t          1406 core/builtin.h REALLY_INLINE void ErrorObjectSlots::set_private__errorID(int32_t newVal) { m_private__errorID = newVal; }
int32_t          1419 core/builtin.h         REALLY_INLINE int32_t get_private__errorID() const { return m_slots_ErrorObject.get_private__errorID(); } \
int32_t          1420 core/builtin.h         REALLY_INLINE void set_private__errorID(int32_t newVal) { m_slots_ErrorObject.set_private__errorID(newVal); } \
int32_t          1435 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1437 core/builtin.h     int32_t m_length;
int32_t          1443 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_DefinitionErrorClass.get_length(); } \
int32_t          1468 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1470 core/builtin.h     int32_t m_length;
int32_t          1476 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_EvalErrorClass.get_length(); } \
int32_t          1501 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1503 core/builtin.h     int32_t m_length;
int32_t          1509 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_RangeErrorClass.get_length(); } \
int32_t          1534 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1536 core/builtin.h     int32_t m_length;
int32_t          1542 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_ReferenceErrorClass.get_length(); } \
int32_t          1567 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1569 core/builtin.h     int32_t m_length;
int32_t          1575 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_SecurityErrorClass.get_length(); } \
int32_t          1600 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1602 core/builtin.h     int32_t m_length;
int32_t          1608 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_SyntaxErrorClass.get_length(); } \
int32_t          1633 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1635 core/builtin.h     int32_t m_length;
int32_t          1641 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_TypeErrorClass.get_length(); } \
int32_t          1666 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1668 core/builtin.h     int32_t m_length;
int32_t          1674 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_URIErrorClass.get_length(); } \
int32_t          1699 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1701 core/builtin.h     int32_t m_length;
int32_t          1707 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_VerifyErrorClass.get_length(); } \
int32_t          1732 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1734 core/builtin.h     int32_t m_length;
int32_t          1740 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_UninitializedErrorClass.get_length(); } \
int32_t          1765 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1767 core/builtin.h     int32_t m_length;
int32_t          1773 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_ArgumentErrorClass.get_length(); } \
int32_t          1798 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1800 core/builtin.h     int32_t m_length;
int32_t          1806 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_DateClass.get_length(); } \
int32_t          1831 core/builtin.h     REALLY_INLINE int32_t get_length() const { return m_length; }
int32_t          1833 core/builtin.h     int32_t m_length;
int32_t          1839 core/builtin.h         REALLY_INLINE int32_t get_length() const { return m_slots_RegExpClass.get_length(); } \
int32_t           191 core/instr.h   int32_t FASTCALL mop_lix8(const void* addr); 
int32_t           192 core/instr.h   int32_t FASTCALL mop_lix16(const void* addr);
int32_t           194 core/instr.h   int32_t FASTCALL mop_liz8(const void* addr);
int32_t           195 core/instr.h   int32_t FASTCALL mop_liz16(const void* addr); 
int32_t           196 core/instr.h   int32_t FASTCALL mop_li32(const void* addr);
int32_t           199 core/instr.h   void FASTCALL mop_si8(void* addr, int32_t value);
int32_t           200 core/instr.h   void FASTCALL mop_si16(void* addr, int32_t value);
int32_t           201 core/instr.h   void FASTCALL mop_si32(void* addr, int32_t value);
int32_t           298 core/jit-calls.h     REALLY_INLINE Atom boxslot(AvmCore* core, int32_t i) { return core->intToAtom(i); }
int32_t           367 core/jit-calls.h         &getprop_obj_slot<int32_t>,         // SST_int32
int32_t           514 core/jit-calls.h     REALLY_INLINE void store_cached_slot(SetCache&, ScriptObject*, int32_t* slot_ptr, Atom val)
int32_t           591 core/jit-calls.h         &setprop_slot<int32_t>,             // SST_int32
int32_t           126 eval/eval-abc.cpp 		uint32_t ABCFile::addInt(int32_t i)
int32_t            69 eval/eval-abc.h 	uint32_t addInt(int32_t i);
int32_t            40 eval/eval-cogen-inlines.h inline uint32_t Cogen::emitInt(int32_t i) { return abc->addInt(i); }
int32_t           565 eval/eval-cogen-stmt.cpp 			int32_t low, high;
int32_t           576 eval/eval-cogen-stmt.cpp 		bool SwitchStmt::analyze(int32_t* /* low*/, int32_t* /* high*/, bool* /* has_default*/)
int32_t           606 eval/eval-cogen-stmt.cpp 		void SwitchStmt::cogenFast(Cogen*, Ctx*, int32_t /*low*/, int32_t /*high*/, bool /*has_default*/)
int32_t           122 eval/eval-cogen.cpp 			AvmAssert((int32_t)stack_depth >= 0);
int32_t           130 eval/eval-cogen.cpp 			AvmAssert((int32_t)stack_depth >= 0);
int32_t           255 eval/eval-cogen.cpp 					int32_t offset = (int32_t)(addr - (loc + 3));
int32_t           207 eval/eval-cogen.h 	uint32_t emitInt(int32_t value);	// cpool index
int32_t          1182 eval/eval-lex.cpp 				val.i = (int32_t)n;
int32_t           207 eval/eval-lex.h 	int32_t   i;				// T_IntLiteral
int32_t           219 eval/eval-parse-expr.cpp 					int32_t i = intValue();
int32_t            74 eval/eval-parse-inlines.h inline int32_t Parser::intValue()
int32_t           371 eval/eval-parse.h 	LiteralInt(int32_t value, uint32_t pos) : Expr(pos), value(value) {}
int32_t           373 eval/eval-parse.h 	const int32_t value;
int32_t           747 eval/eval-parse.h 	bool analyze(int32_t* low, int32_t* high, bool* has_default);
int32_t           748 eval/eval-parse.h 	void cogenFast(Cogen* cogen, Ctx* ctx, int32_t low, int32_t high, bool has_default);
int32_t          1058 eval/eval-parse.h 	int32_t intValue();
int32_t           620 eval/eval-unicode.cpp 			int32_t lo = 0;
int32_t           621 eval/eval-unicode.cpp 			int32_t hi = tbl->nranges-1;
int32_t           624 eval/eval-unicode.cpp 				int32_t mid = (lo + hi) / 2;
int32_t           636 eval/eval-unicode.cpp 				int32_t mid = (lo + hi) / 2;
int32_t            65 eval/eval-util-inlines.h inline uint8_t* emitS32(uint8_t* out, int32_t val)
int32_t           103 eval/eval-util-inlines.h inline void ByteBuffer::emitS24(int32_t v)
int32_t           121 eval/eval-util-inlines.h inline void ByteBuffer::emitS32(int32_t v)
int32_t           367 eval/eval-util.cpp 		uint8_t* emitS24(uint8_t* out, int32_t s)
int32_t            63 eval/eval-util.h uint8_t* emitS32(uint8_t* out, int32_t val);
int32_t            64 eval/eval-util.h uint8_t* emitS24(uint8_t* out, int32_t val);
int32_t           184 eval/eval-util.h 	void emitS32(int32_t val);
int32_t           185 eval/eval-util.h 	void emitS24(int32_t val);
int32_t           617 nanojit/Assembler.cpp         verbose_only( int32_t nativeSave = _stats.native );
int32_t          1615 nanojit/Assembler.cpp         int32_t max = _activation.tos < NJ_MAX_STACK_ENTRY ? _activation.tos : NJ_MAX_STACK_ENTRY;
int32_t          1616 nanojit/Assembler.cpp         for (int32_t i = _activation.lowwatermark; i < max; i++) {
int32_t          1621 nanojit/Assembler.cpp                     int32_t count = ins->size()>>2;
int32_t          1644 nanojit/Assembler.cpp     bool canfit(int32_t size, int32_t loc, AR &ar) {
int32_t          1654 nanojit/Assembler.cpp         int32_t size = l->isop(LIR_alloc) ? (l->size()>>2) : l->isQuad() ? 2 : 1;
int32_t          1656 nanojit/Assembler.cpp         const int32_t tos = ar.tos;
int32_t          1657 nanojit/Assembler.cpp         int32_t start = ar.lowwatermark;
int32_t          1658 nanojit/Assembler.cpp         int32_t i = 0;
int32_t          1691 nanojit/Assembler.cpp                     for (int32_t j=0; j < size; j++) {
int32_t          1699 nanojit/Assembler.cpp         if (i >= (int32_t)ar.tos) {
int32_t          1729 nanojit/Assembler.cpp                         int32_t pri = regs->getPriority(r);
int32_t           126 nanojit/Assembler.h         int32_t pages;
int32_t           391 nanojit/Assembler.h             debug_only( int32_t _fpuStkDepth; )
int32_t           392 nanojit/Assembler.h             debug_only( int32_t _sv_fpuStkDepth; )
int32_t           405 nanojit/Assembler.h     inline int32_t disp(LIns* ins)
int32_t           408 nanojit/Assembler.h         return stack_direction(4 * int32_t(ins->getArIndex()));
int32_t            65 nanojit/Fragmento.h             int32_t&        hits()                          { return _hits; }
int32_t            87 nanojit/Fragmento.h             int32_t          _hits;
int32_t           160 nanojit/LIR.cpp     int32_t LirBuffer::insCount()
int32_t           228 nanojit/LIR.cpp     LInsp LirBufWriter::insStore(LOpcode op, LInsp val, LInsp base, int32_t d)
int32_t           269 nanojit/LIR.cpp     LInsp LirBufWriter::insLoad(LOpcode op, LInsp base, int32_t d)
int32_t           301 nanojit/LIR.cpp     LInsp LirBufWriter::insAlloc(int32_t size)
int32_t           310 nanojit/LIR.cpp     LInsp LirBufWriter::insParam(int32_t arg, int32_t kind)
int32_t           322 nanojit/LIR.cpp     LInsp LirBufWriter::insImm(int32_t imm)
int32_t           468 nanojit/LIR.cpp     LIns* LirWriter::ins2i(LOpcode v, LIns* oprnd1, int32_t imm)
int32_t           565 nanojit/LIR.cpp             int32_t c1 = oprnd1->imm32();
int32_t           566 nanojit/LIR.cpp             int32_t c2 = oprnd2->imm32();
int32_t           568 nanojit/LIR.cpp             int32_t r;
int32_t           596 nanojit/LIR.cpp                 return insImm(int32_t(c1) >> int32_t(c2));
int32_t           598 nanojit/LIR.cpp                 return insImm(int32_t(c1) << int32_t(c2));
int32_t           600 nanojit/LIR.cpp                 return insImm(uint32_t(c1) >> int32_t(c2));
int32_t           602 nanojit/LIR.cpp                 return insImm(uint32_t(c1) | int32_t(c2));
int32_t           604 nanojit/LIR.cpp                 return insImm(uint32_t(c1) & int32_t(c2));
int32_t           606 nanojit/LIR.cpp                 return insImm(uint32_t(c1) ^ int32_t(c2));
int32_t           610 nanojit/LIR.cpp                 r = int32_t(d);
int32_t           846 nanojit/LIR.cpp     LIns* ExprFilter::insLoad(LOpcode op, LIns* base, int32_t off) {
int32_t           887 nanojit/LIR.cpp     LIns* LirWriter::insStorei(LIns* value, LIns* base, int32_t d)
int32_t           912 nanojit/LIR.cpp         return insImm((int32_t)ptr);
int32_t           947 nanojit/LIR.cpp         int32_t argc = ci->count_args();
int32_t          1113 nanojit/LIR.cpp     inline uint32_t LInsHashSet::hashImm(int32_t a) {
int32_t          1149 nanojit/LIR.cpp     inline uint32_t LInsHashSet::hashLoad(LOpcode op, LInsp a, int32_t d) {
int32_t          1157 nanojit/LIR.cpp         for (int32_t j=argc-1; j >= 0; j--)
int32_t          1191 nanojit/LIR.cpp     LInsp LInsHashSet::findImm(int32_t a, uint32_t &k)
int32_t          1339 nanojit/LIR.cpp     LInsp LInsHashSet::findLoad(LOpcode op, LInsp a, int32_t d, uint32_t &k)
int32_t          1695 nanojit/LIR.cpp     void LirNameMap::formatImm(int32_t c, char *buf) {
int32_t          1785 nanojit/LIR.cpp                 int32_t argc = i->argc();
int32_t          1790 nanojit/LIR.cpp                 for (int32_t j = argc - 1; j >= 0; j--) {
int32_t          1979 nanojit/LIR.cpp     LIns* CseFilter::insImm(int32_t imm)
int32_t          2047 nanojit/LIR.cpp     LIns* CseFilter::insLoad(LOpcode v, LInsp base, int32_t disp)
int32_t          2240 nanojit/LIR.cpp     LInsp LoadFilter::insLoad(LOpcode v, LInsp base, int32_t disp)
int32_t          2274 nanojit/LIR.cpp     LInsp LoadFilter::insStore(LOpcode op, LInsp v, LInsp b, int32_t d)
int32_t          2325 nanojit/LIR.cpp                 int32_t d = int32_t(intptr_t(p)-intptr_t(start)) >> e->align;
int32_t           291 nanojit/LIR.h          inline void initLInsLd(LOpcode opcode, LIns* val, int32_t d);
int32_t           292 nanojit/LIR.h          inline void initLInsSti(LOpcode opcode, LIns* val, LIns* base, int32_t d);
int32_t           297 nanojit/LIR.h          inline void initLInsP(int32_t arg, int32_t kind);
int32_t           298 nanojit/LIR.h          inline void initLInsI(LOpcode opcode, int32_t imm32);
int32_t           352 nanojit/LIR.h          inline int32_t  disp() const;
int32_t           362 nanojit/LIR.h          inline int32_t  imm32() const;
int32_t           365 nanojit/LIR.h          inline int32_t  imm64_0() const;
int32_t           366 nanojit/LIR.h          inline int32_t  imm64_1() const;
int32_t           371 nanojit/LIR.h          inline int32_t  size()    const;
int32_t           372 nanojit/LIR.h          inline void     setSize(int32_t nbytes);
int32_t           483 nanojit/LIR.h          bool isconstval(int32_t val) const {
int32_t           613 nanojit/LIR.h          int32_t     disp;
int32_t           629 nanojit/LIR.h          int32_t     disp;
int32_t           695 nanojit/LIR.h          int32_t     imm32;
int32_t           709 nanojit/LIR.h          int32_t     imm64_0;
int32_t           711 nanojit/LIR.h          int32_t     imm64_1;
int32_t           781 nanojit/LIR.h      void LIns::initLInsLd(LOpcode opcode, LIns* val, int32_t d) {
int32_t           788 nanojit/LIR.h      void LIns::initLInsSti(LOpcode opcode, LIns* val, LIns* base, int32_t d) {
int32_t           809 nanojit/LIR.h      void LIns::initLInsP(int32_t arg, int32_t kind) {
int32_t           817 nanojit/LIR.h      void LIns::initLInsI(LOpcode opcode, int32_t imm32) {
int32_t           826 nanojit/LIR.h          toLInsN64()->imm64_0 = int32_t(imm64);
int32_t           827 nanojit/LIR.h          toLInsN64()->imm64_1 = int32_t(imm64 >> 32);
int32_t           881 nanojit/LIR.h      int32_t LIns::disp() const {
int32_t           898 nanojit/LIR.h      inline int32_t LIns::imm32()     const { NanoAssert(isconst());  return toLInsI()->imm32; }
int32_t           900 nanojit/LIR.h      inline int32_t LIns::imm64_0()   const { NanoAssert(isconstq()); return toLInsN64()->imm64_0; }
int32_t           901 nanojit/LIR.h      inline int32_t LIns::imm64_1()   const { NanoAssert(isconstq()); return toLInsN64()->imm64_1; }
int32_t           915 nanojit/LIR.h      int32_t LIns::size() const {
int32_t           920 nanojit/LIR.h      void LIns::setSize(int32_t nbytes) {
int32_t           959 nanojit/LIR.h          LInsp insDisp(LOpcode op, LInsp base, int32_t& d) {
int32_t           993 nanojit/LIR.h          virtual LInsp insParam(int32_t arg, int32_t kind) {
int32_t           996 nanojit/LIR.h          virtual LInsp insImm(int32_t imm) {
int32_t          1005 nanojit/LIR.h          virtual LInsp insLoad(LOpcode op, LIns* base, int32_t d) {
int32_t          1008 nanojit/LIR.h          virtual LInsp insStore(LOpcode op, LIns* value, LIns* base, int32_t d) {
int32_t          1015 nanojit/LIR.h          virtual LInsp insAlloc(int32_t size) {
int32_t          1034 nanojit/LIR.h          LIns*        ins2i(LOpcode op, LIns *oprnd1, int32_t);
int32_t          1042 nanojit/LIR.h          LIns*        insStorei(LIns* value, LIns* base, int32_t d);
int32_t          1102 nanojit/LIR.h          void formatImm(int32_t c, char *buf);
int32_t          1148 nanojit/LIR.h                  int32_t count = 0;
int32_t          1190 nanojit/LIR.h          LIns* insParam(int32_t i, int32_t kind) {
int32_t          1193 nanojit/LIR.h          LIns* insLoad(LOpcode v, LInsp base, int32_t disp) {
int32_t          1196 nanojit/LIR.h          LIns* insStore(LOpcode op, LInsp v, LInsp b, int32_t d) {
int32_t          1199 nanojit/LIR.h          LIns* insAlloc(int32_t size) {
int32_t          1202 nanojit/LIR.h          LIns* insImm(int32_t imm) {
int32_t          1224 nanojit/LIR.h          LIns* insLoad(LOpcode op, LInsp base, int32_t off);
int32_t          1264 nanojit/LIR.h          static uint32_t hashImm(int32_t);
int32_t          1270 nanojit/LIR.h          static uint32_t hashLoad(LOpcode v, LInsp, int32_t);
int32_t          1291 nanojit/LIR.h          LInsp findImm(int32_t a, uint32_t &k);
int32_t          1297 nanojit/LIR.h          LInsp findLoad(LOpcode v, LInsp a, int32_t b, uint32_t &k);
int32_t          1314 nanojit/LIR.h          LIns* insImm(int32_t imm);
int32_t          1321 nanojit/LIR.h          LIns* insLoad(LOpcode op, LInsp cond, int32_t d);
int32_t          1336 nanojit/LIR.h              int32_t insCount();
int32_t          1377 nanojit/LIR.h              LInsp   insLoad(LOpcode op, LInsp base, int32_t disp);
int32_t          1378 nanojit/LIR.h              LInsp   insStore(LOpcode op, LInsp o1, LInsp o2, int32_t disp);
int32_t          1383 nanojit/LIR.h              LInsp   insParam(int32_t i, int32_t kind);
int32_t          1384 nanojit/LIR.h              LInsp   insImm(int32_t imm);
int32_t          1390 nanojit/LIR.h              LInsp   insAlloc(int32_t size);
int32_t          1486 nanojit/LIR.h          LInsp insLoad(LOpcode, LInsp base, int32_t disp);
int32_t          1487 nanojit/LIR.h          LInsp insStore(LOpcode op, LInsp v, LInsp b, int32_t d);
int32_t           174 nanojit/NativeARM.cpp     int32_t    rot;
int32_t           263 nanojit/NativeARM.cpp Assembler::asm_add_imm(Register rd, Register rn, int32_t imm, int stat /* =0 */)
int32_t           304 nanojit/NativeARM.cpp Assembler::asm_sub_imm(Register rd, Register rn, int32_t imm, int stat /* =0 */)
int32_t           345 nanojit/NativeARM.cpp Assembler::asm_and_imm(Register rd, Register rn, int32_t imm, int stat /* =0 */)
int32_t           383 nanojit/NativeARM.cpp Assembler::asm_orr_imm(Register rd, Register rn, int32_t imm, int stat /* =0 */)
int32_t           418 nanojit/NativeARM.cpp Assembler::asm_eor_imm(Register rd, Register rn, int32_t imm, int stat /* =0 */)
int32_t           480 nanojit/NativeARM.cpp     int32_t amt = aligned - stackPushed;
int32_t          1137 nanojit/NativeARM.cpp         int32_t offset = PC_OFFSET_FROM(target, branch);
int32_t          1440 nanojit/NativeARM.cpp Assembler::asm_quad_nochk(Register rr, int32_t imm64_0, int32_t imm64_1)
int32_t          1764 nanojit/NativeARM.cpp         asm_ld_imm(IP, (int32_t)addr, false);
int32_t          1799 nanojit/NativeARM.cpp Assembler::asm_ldr_chk(Register d, Register b, int32_t off, bool chk)
int32_t          1850 nanojit/NativeARM.cpp Assembler::asm_ld_imm(Register d, int32_t imm, bool chk /* = true */)
int32_t          1924 nanojit/NativeARM.cpp     NanoAssert(*((int32_t*)_nSlot-1) == imm);
int32_t          1947 nanojit/NativeARM.cpp     int32_t offs = PC_OFFSET_FROM(_t,_nIns-1);
int32_t          2215 nanojit/NativeARM.cpp Assembler::asm_cmpi(Register r, int32_t imm)
int32_t          2334 nanojit/NativeARM.cpp         int32_t imm32 = rhs->imm32();
int32_t          2664 nanojit/NativeARM.cpp     asm_ld_imm(tmp, (int32_t)table);       // tmp = #table
int32_t           188 nanojit/NativeARM.h static inline bool isValidDisplacement(LOpcode op, int32_t d) {
int32_t           237 nanojit/NativeARM.h     void        asm_quad_nochk(Register, int32_t, int32_t);                     \
int32_t           240 nanojit/NativeARM.h     void        asm_cmpi(Register, int32_t imm);                                \
int32_t           241 nanojit/NativeARM.h     void        asm_ldr_chk(Register d, Register b, int32_t off, bool chk);     \
int32_t           244 nanojit/NativeARM.h     void        asm_ld_imm(Register d, int32_t imm, bool chk = true);           \
int32_t           247 nanojit/NativeARM.h     void        asm_add_imm(Register rd, Register rn, int32_t imm, int stat = 0);   \
int32_t           248 nanojit/NativeARM.h     void        asm_sub_imm(Register rd, Register rn, int32_t imm, int stat = 0);   \
int32_t           249 nanojit/NativeARM.h     void        asm_and_imm(Register rd, Register rn, int32_t imm, int stat = 0);   \
int32_t           250 nanojit/NativeARM.h     void        asm_orr_imm(Register rd, Register rn, int32_t imm, int stat = 0);   \
int32_t           251 nanojit/NativeARM.h     void        asm_eor_imm(Register rd, Register rn, int32_t imm, int stat = 0);   \
int32_t           191 nanojit/NativePPC.cpp     void Assembler::asm_store32(LOpcode op, LIns *value, int32_t dr, LIns *base) {
int32_t           283 nanojit/NativePPC.cpp     void Assembler::asm_li(Register r, int32_t imm) {
int32_t           298 nanojit/NativePPC.cpp     void Assembler::asm_li32(Register r, int32_t imm) {
int32_t           310 nanojit/NativePPC.cpp         asm_li32(r, int32_t(imm>>32)); // r[0:31] = imm[32:63]
int32_t           313 nanojit/NativePPC.cpp     void Assembler::asm_store64(LOpcode op, LIns *value, int32_t dr, LIns *base) {
int32_t           335 nanojit/NativePPC.cpp             asm_li(R0, int32_t(q>>32)); // hi
int32_t           337 nanojit/NativePPC.cpp             asm_li(R0, int32_t(q));     // lo
int32_t           440 nanojit/NativePPC.cpp     #define isS14(i) ((int32_t(bd<<18)>>18) == (i))
int32_t           573 nanojit/NativePPC.cpp             int32_t d = b->imm32();
int32_t           861 nanojit/NativePPC.cpp             int32_t rhsc = rhs->imm32();
int32_t          1058 nanojit/NativePPC.cpp                     int32_t hi, lo;
int32_t          1071 nanojit/NativePPC.cpp                 asm_li(r, int32_t(q));
int32_t          1075 nanojit/NativePPC.cpp             asm_li(R0, int32_t(q>>32)); // hi bits into R0
int32_t          1076 nanojit/NativePPC.cpp             asm_li(r, int32_t(q)); // lo bits into dest reg
int32_t          1385 nanojit/NativePPC.cpp         asm_li(R2, int32_t(native_table));      // R2 = table (up to 2 instructions)
int32_t           261 nanojit/NativePPC.h     static inline bool isValidDisplacement(LOpcode, int32_t) {
int32_t           288 nanojit/NativePPC.h         void asm_li(Register r, int32_t imm);                               \
int32_t           289 nanojit/NativePPC.h         void asm_li32(Register r, int32_t imm);                             \
int32_t           291 nanojit/NativeSparc.cpp             int32_t d = disp(i);
int32_t           506 nanojit/NativeSparc.cpp         if( !(isIMM22((int32_t)tt)) || !targ ) {
int32_t           857 nanojit/NativeSparc.cpp         int32_t val = ins->imm32();
int32_t           979 nanojit/NativeSparc.cpp         if( !(isIMM22((int32_t)tt)) || !targ ) {
int32_t           194 nanojit/NativeSparc.h     static inline bool isValidDisplacement(LOpcode, int32_t) {
int32_t           217 nanojit/NativeSparc.h     *((int32_t*)_nIns) = (int32_t)(i)
int32_t           938 nanojit/NativeSparc.h     if( !(isIMM22((int32_t)tt)) ) { \
int32_t           173 nanojit/NativeX64.cpp     static inline uint64_t mod_disp32(uint64_t op, Register r, Register b, int32_t d) {
int32_t           249 nanojit/NativeX64.cpp     void Assembler::emitrm8(uint64_t op, Register r, int32_t d, Register b) {
int32_t           254 nanojit/NativeX64.cpp     void Assembler::emitrm(uint64_t op, Register r, int32_t d, Register b) {
int32_t           259 nanojit/NativeX64.cpp     uint64_t Assembler::emit_disp32(uint64_t op, int32_t d) {
int32_t           268 nanojit/NativeX64.cpp             *((int32_t*)(_nIns -= 4)) = d;
int32_t           275 nanojit/NativeX64.cpp     void Assembler::emitrm_wide(uint64_t op, Register r, int32_t d, Register b) {
int32_t           282 nanojit/NativeX64.cpp     void Assembler::emitprm(uint64_t op, Register r, int32_t d, Register b) {
int32_t           287 nanojit/NativeX64.cpp     void Assembler::emitrr_imm(uint64_t op, Register r, Register b, int32_t imm) {
int32_t           290 nanojit/NativeX64.cpp         *((int32_t*)(_nIns -= 4)) = imm;
int32_t           302 nanojit/NativeX64.cpp     void Assembler::emitrxb_imm(uint64_t op, Register r, Register x, Register b, int32_t imm) {
int32_t           305 nanojit/NativeX64.cpp         *((int32_t*)(_nIns -= 4)) = imm;
int32_t           311 nanojit/NativeX64.cpp     void Assembler::emitr_imm8(uint64_t op, Register b, int32_t imm8) {
int32_t           317 nanojit/NativeX64.cpp     void Assembler::emitxm_abs(uint64_t op, Register r, int32_t addr32)
int32_t           320 nanojit/NativeX64.cpp         *((int32_t*)(_nIns -= 4)) = addr32;
int32_t           330 nanojit/NativeX64.cpp         int32_t d = (int32_t)(addr64 - _nIns);
int32_t           331 nanojit/NativeX64.cpp         *((int32_t*)(_nIns -= 4)) = d;
int32_t           363 nanojit/NativeX64.cpp #define I32         int32_t
int32_t           519 nanojit/NativeX64.cpp     void Assembler::JMPX(R indexreg, NIns** table)  { emitrxb_imm(X64_jmpx, (R)0, indexreg, (Register)5, (int32_t)(uintptr_t)table); asm_output("jmpq [%s*8 + %p]", RQ(indexreg), (void*)table); }
int32_t           701 nanojit/NativeX64.cpp     static int32_t getImm32(LIns *ins) {
int32_t           702 nanojit/NativeX64.cpp         return ins->isconst() ? ins->imm32() : int32_t(ins->imm64());
int32_t           708 nanojit/NativeX64.cpp         int32_t imm = getImm32(b);
int32_t          1161 nanojit/NativeX64.cpp         int32_t imm = getImm32(b);
int32_t          1368 nanojit/NativeX64.cpp     void Assembler::regalloc_load(LIns *ins, RegisterMask allow, Register &rr, int32_t &dr, Register &rb) {
int32_t          1385 nanojit/NativeX64.cpp         int32_t dr;
int32_t          1416 nanojit/NativeX64.cpp         int32_t d;
int32_t          1544 nanojit/NativeX64.cpp             MOVI(r, int32_t(v));
int32_t          1547 nanojit/NativeX64.cpp             MOVQI32(r, int32_t(v));
int32_t          1550 nanojit/NativeX64.cpp             int32_t d = int32_t(int64_t(v)-int64_t(_nIns));
int32_t          1559 nanojit/NativeX64.cpp         int32_t v = ins->imm32();
int32_t          1633 nanojit/NativeX64.cpp                 XORPSA(rr, (int32_t)(uintptr_t)negateMask);
int32_t          1738 nanojit/NativeX64.cpp         ((int32_t*)next)[-1] = int32_t(target - next);
int32_t          1743 nanojit/NativeX64.cpp             NanoAssert(((int32_t*)next)[-1] == 0);
int32_t          1745 nanojit/NativeX64.cpp             ((int32_t*)next)[-1] = int32_t(target - next);
int32_t           332 nanojit/NativeX64.h     static inline bool isValidDisplacement(LOpcode, int32_t) {
int32_t           370 nanojit/NativeX64.h         void emitrm8(uint64_t op, Register r, int32_t d, Register b);\
int32_t           371 nanojit/NativeX64.h         void emitrm(uint64_t op, Register r, int32_t d, Register b);\
int32_t           372 nanojit/NativeX64.h         void emitrm_wide(uint64_t op, Register r, int32_t d, Register b);\
int32_t           373 nanojit/NativeX64.h         uint64_t emit_disp32(uint64_t op, int32_t d);\
int32_t           374 nanojit/NativeX64.h         void emitprm(uint64_t op, Register r, int32_t d, Register b);\
int32_t           375 nanojit/NativeX64.h         void emitrr_imm(uint64_t op, Register r, Register b, int32_t imm);\
int32_t           377 nanojit/NativeX64.h         void emitrxb_imm(uint64_t op, Register r, Register x, Register b, int32_t imm);\
int32_t           378 nanojit/NativeX64.h         void emitr_imm(uint64_t op, Register r, int32_t imm) { emitrr_imm(op, (Register)0, r, imm); }\
int32_t           379 nanojit/NativeX64.h         void emitr_imm8(uint64_t op, Register b, int32_t imm8);\
int32_t           380 nanojit/NativeX64.h         void emitxm_abs(uint64_t op, Register r, int32_t addr32);\
int32_t           392 nanojit/NativeX64.h         void regalloc_load(LIns *ins, RegisterMask allow, Register &rr, int32_t &d, Register &rb);\
int32_t           477 nanojit/NativeX64.h         void MOVI(Register r, int32_t i32);\
int32_t           478 nanojit/NativeX64.h         void ADDLRI(Register r, int32_t i32);\
int32_t           479 nanojit/NativeX64.h         void SUBLRI(Register r, int32_t i32);\
int32_t           480 nanojit/NativeX64.h         void ANDLRI(Register r, int32_t i32);\
int32_t           481 nanojit/NativeX64.h         void ORLRI(Register r, int32_t i32);\
int32_t           482 nanojit/NativeX64.h         void XORLRI(Register r, int32_t i32);\
int32_t           483 nanojit/NativeX64.h         void CMPLRI(Register r, int32_t i32);\
int32_t           484 nanojit/NativeX64.h         void ADDQRI(Register r, int32_t i32);\
int32_t           485 nanojit/NativeX64.h         void SUBQRI(Register r, int32_t i32);\
int32_t           486 nanojit/NativeX64.h         void ANDQRI(Register r, int32_t i32);\
int32_t           487 nanojit/NativeX64.h         void ORQRI(Register r, int32_t i32);\
int32_t           488 nanojit/NativeX64.h         void XORQRI(Register r, int32_t i32);\
int32_t           489 nanojit/NativeX64.h         void CMPQRI(Register r, int32_t i32);\
int32_t           490 nanojit/NativeX64.h         void MOVQI32(Register r, int32_t i32);\
int32_t           491 nanojit/NativeX64.h         void ADDLR8(Register r, int32_t i8);\
int32_t           492 nanojit/NativeX64.h         void SUBLR8(Register r, int32_t i8);\
int32_t           493 nanojit/NativeX64.h         void ANDLR8(Register r, int32_t i8);\
int32_t           494 nanojit/NativeX64.h         void ORLR8(Register r, int32_t i8);\
int32_t           495 nanojit/NativeX64.h         void XORLR8(Register r, int32_t i8);\
int32_t           496 nanojit/NativeX64.h         void CMPLR8(Register r, int32_t i8);\
int32_t           497 nanojit/NativeX64.h         void ADDQR8(Register r, int32_t i8);\
int32_t           498 nanojit/NativeX64.h         void SUBQR8(Register r, int32_t i8);\
int32_t           499 nanojit/NativeX64.h         void ANDQR8(Register r, int32_t i8);\
int32_t           500 nanojit/NativeX64.h         void ORQR8(Register r, int32_t i8);\
int32_t           501 nanojit/NativeX64.h         void XORQR8(Register r, int32_t i8);\
int32_t           502 nanojit/NativeX64.h         void CMPQR8(Register r, int32_t i8);\
int32_t           503 nanojit/NativeX64.h         void IMULI(Register l, Register r, int32_t i32);\
int32_t           505 nanojit/NativeX64.h         void LEARIP(Register r, int32_t d);\
int32_t           571 nanojit/NativeX64.h         void XORPSA(Register r, int32_t i32);\
int32_t           215 nanojit/Nativei386.cpp         int32_t fargs = call->count_args() - iargs;
int32_t           228 nanojit/Nativei386.cpp         int32_t istack = iargs-max_regs;  // first 2 4B args are in registers
int32_t           229 nanojit/Nativei386.cpp         int32_t extra = 0;
int32_t           230 nanojit/Nativei386.cpp         const int32_t pushsize = 4*istack + 8*fargs; // actual stack space used
int32_t           283 nanojit/Nativei386.cpp         int32_t stkd = 0;
int32_t           349 nanojit/Nativei386.cpp             *(int32_t*)&branch[1] = offset - 5;
int32_t           351 nanojit/Nativei386.cpp             *(int32_t*)&branch[2] = offset - 6;
int32_t          1169 nanojit/Nativei386.cpp         int32_t d = ins->disp();
int32_t          1362 nanojit/Nativei386.cpp     void Assembler::asm_int(Register r, int32_t val, bool canClobberCCs)
int32_t          1521 nanojit/Nativei386.cpp     void Assembler::asm_arg(ArgSize sz, LInsp p, Register r, int32_t& stkd)
int32_t          1602 nanojit/Nativei386.cpp     void Assembler::asm_stkarg(LInsp p, int32_t& stkd)
int32_t          1619 nanojit/Nativei386.cpp         stkd += sizeof(int32_t);
int32_t          1622 nanojit/Nativei386.cpp     void Assembler::asm_farg(LInsp p, int32_t& stkd)
int32_t           106 nanojit/Nativei386.h     const int32_t LARGEST_UNDERRUN_PROT = 32;  // largest value passed to underrunProtect
int32_t           160 nanojit/Nativei386.h     static inline bool isValidDisplacement(LOpcode, int32_t) {
int32_t           178 nanojit/Nativei386.h         int32_t max_stk_args;\
int32_t           182 nanojit/Nativei386.h         void asm_int(Register r, int32_t val, bool canClobberCCs);\
int32_t           183 nanojit/Nativei386.h         void asm_stkarg(LInsp p, int32_t& stkd);\
int32_t           184 nanojit/Nativei386.h         void asm_farg(LInsp, int32_t& stkd);\
int32_t           185 nanojit/Nativei386.h         void asm_arg(ArgSize sz, LInsp p, Register r, int32_t& stkd);\
int32_t           203 nanojit/Nativei386.h     *((int32_t*)_nIns) = (int32_t)(i)
int32_t           724 nanojit/Nativei386.h     IMM32(int32_t(daddr));\
int32_t           826 nanojit/Nativei386.h     IMM32(int32_t(daddr));\
int32_t           118 nanojit/RegAlloc.h         int32_t getPriority(Register r) {
int32_t           178 nanojit/RegAlloc.h         int32_t         usepri[LastReg + 1];    // used priority. lower = more likely to spill.
int32_t           180 nanojit/RegAlloc.h         int32_t         priority;
int32_t           186 nanojit/nanojit.h     #define counter_define(x)       int32_t x
int32_t           189 nanojit/nanojit.h     #define counter_adjust(x,i)     (counter_value(x)+=(int32_t)(i))
int32_t           207 nanojit/nanojit.h #define isS8(i)  ( int32_t(i) == int8_t(i) )
int32_t           208 nanojit/nanojit.h #define isU8(i)  ( int32_t(i) == uint8_t(i) )
int32_t           209 nanojit/nanojit.h #define isS16(i) ( int32_t(i) == int16_t(i) )
int32_t           210 nanojit/nanojit.h #define isU16(i) ( int32_t(i) == uint16_t(i) )
int32_t           211 nanojit/nanojit.h #define isS24(i) ( (int32_t((i)<<8)>>8) == (i) )
int32_t           214 nanojit/nanojit.h     return int32_t(i) == i;
int32_t            57 platform/win32/MathUtilsWin.cpp     static int32_t isZero(double v)
int32_t            59 platform/win32/MathUtilsWin.cpp         int32_t r = (MathUtils::isNegZero(v)) ? -1 : (v==0.0)? 1 : 0;
int32_t           140 platform/win32/MathUtilsWin.cpp         int32_t zx = isZero(x);
int32_t           141 platform/win32/MathUtilsWin.cpp         int32_t zy = isZero(y);
int32_t           149 platform/win32/MathUtilsWin.cpp             int32_t s = MathUtils::isInfinite(x);
int32_t           732 shell/ByteArrayGlue.cpp 		int32_t len = this->get_length();
int32_t           733 shell/ByteArrayGlue.cpp 		bool success = (int32_t)fp->write(&(this->GetByteArray())[0], len) == len;
int32_t           161 shell/FileClass.cpp 		if ((int32_t)fp->write(dataUTF8.c_str(), dataUTF8.length()) != dataUTF8.length()) {
int32_t           107 shell/ShellCore.cpp 				   (int32_t*) _api_compat);
int32_t           233 shell/ShellCore.cpp 			int32_t x = referencingFile->lastIndexOf(newStringLatin1("/"));
int32_t           164 shell/ShellCore.h 		inline int32_t getDefaultAPI() { return ApiUtils::toAPI(this, defaultAPIVersion); }
int32_t           166 shell/ShellCore.h 		inline int32_t getDefaultAPI() { return 0; }
int32_t           107 shell/api-versions.h static const int32_t _api_compat [] = {0x7ff, 0x55a, 0x7fc, 0x558, 0x550, 0x7e0, 0x540, 0x780, 0x500, 0x600, 0x400, };
int32_t           772 shell/avmshell.cpp 							int32_t hl = VMPI_strlen(dash);
int32_t            52 shell/noapi-versions.h static const int32_t _api_compat [] = {0x1, };
int32_t           412 shell/shell_toplevel.cpp     int32_t const ret = obj->exec(
int32_t           589 shell/shell_toplevel.cpp     int32_t const ret = obj->getLevel(
int32_t           692 shell/shell_toplevel.h     REALLY_INLINE int32_t get_OFF() const { return m_OFF; }
int32_t           693 shell/shell_toplevel.h     REALLY_INLINE int32_t get_METHODS() const { return m_METHODS; }
int32_t           694 shell/shell_toplevel.h     REALLY_INLINE int32_t get_METHODS_WITH_ARGS() const { return m_METHODS_WITH_ARGS; }
int32_t           695 shell/shell_toplevel.h     REALLY_INLINE int32_t get_METHODS_AND_LINES() const { return m_METHODS_AND_LINES; }
int32_t           696 shell/shell_toplevel.h     REALLY_INLINE int32_t get_METHODS_AND_LINES_WITH_ARGS() const { return m_METHODS_AND_LINES_WITH_ARGS; }
int32_t           700 shell/shell_toplevel.h     int32_t m_OFF;
int32_t           701 shell/shell_toplevel.h     int32_t m_METHODS;
int32_t           702 shell/shell_toplevel.h     int32_t m_METHODS_WITH_ARGS;
int32_t           703 shell/shell_toplevel.h     int32_t m_METHODS_AND_LINES;
int32_t           704 shell/shell_toplevel.h     int32_t m_METHODS_AND_LINES_WITH_ARGS;
int32_t           712 shell/shell_toplevel.h         REALLY_INLINE int32_t get_OFF() const { return m_slots_TraceClass.get_OFF(); } \
int32_t           713 shell/shell_toplevel.h         REALLY_INLINE int32_t get_METHODS() const { return m_slots_TraceClass.get_METHODS(); } \
int32_t           714 shell/shell_toplevel.h         REALLY_INLINE int32_t get_METHODS_WITH_ARGS() const { return m_slots_TraceClass.get_METHODS_WITH_ARGS(); } \
int32_t           715 shell/shell_toplevel.h         REALLY_INLINE int32_t get_METHODS_AND_LINES() const { return m_slots_TraceClass.get_METHODS_AND_LINES(); } \
int32_t           716 shell/shell_toplevel.h         REALLY_INLINE int32_t get_METHODS_AND_LINES_WITH_ARGS() const { return m_slots_TraceClass.get_METHODS_AND_LINES_WITH_ARGS(); } \