bt                479 core/AvmCore-inlines.h REALLY_INLINE /*static*/ bool AvmCore::atomDoesNotNeedCoerce(Atom a, BuiltinType bt)
bt                484 core/AvmCore-inlines.h 	return ((1<<bt) & k_atomDoesNotNeedCoerce_Masks[kind]) != 0;
bt               2144 core/AvmCore.cpp 		const int bt = itraits->builtinType;
bt               2153 core/AvmCore.cpp 		if ((1<<bt) & k_atomDoesNotNeedCoerce_Masks[kind])
bt               2165 core/AvmCore.cpp 			if (bt == BUILTIN_uint)
bt               2169 core/AvmCore.cpp 			if (bt == BUILTIN_int)
bt               2178 core/AvmCore.cpp 			if (bt == BUILTIN_int)
bt               2184 core/AvmCore.cpp 			if (bt == BUILTIN_uint)
bt               2240 core/AvmCore.cpp 		return isObject(atm) && Traits::getBuiltinType(atomToScriptObject(atm)->traits()) == bt;
bt                976 core/AvmCore.h 		static bool atomDoesNotNeedCoerce(Atom a, BuiltinType bt);
bt               1279 core/AvmCore.h 		static bool isBuiltinType(Atom atm, BuiltinType bt);
bt                 82 core/CdeclThunk.cpp                 BuiltinType bt = Traits::getBuiltinType(t);
bt                 84 core/CdeclThunk.cpp                 if ((bt == BUILTIN_any || bt == BUILTIN_object) && _a == dblAtom())
bt                 87 core/CdeclThunk.cpp                 switch(bt)
bt                580 core/CdeclThunk.cpp         BuiltinType bt = Traits::getBuiltinType(t);
bt                582 core/CdeclThunk.cpp         if (bt == BUILTIN_void) break;
bt                612 core/CdeclThunk.cpp         BuiltinType bt = Traits::getBuiltinType(t);
bt                615 core/CdeclThunk.cpp         if (bt == BUILTIN_void) break;
bt                 63 core/CodegenLIR-inlines.h REALLY_INLINE BuiltinType LirHelper::bt(Traits *t)
bt                427 core/CodegenLIR.cpp         switch (bt(v.traits)) {
bt                502 core/CodegenLIR.cpp         switch (bt(t)) {
bt                647 core/CodegenLIR.cpp         return atomToNative(bt(t), atom);
bt                652 core/CodegenLIR.cpp         switch (bt)
bt               1608 core/CodegenLIR.cpp         switch (bt(type)) {
bt               2363 core/CodegenLIR.cpp         switch (bt(in)) {
bt               2860 core/CodegenLIR.cpp         switch (bt(t)) {
bt               3009 core/CodegenLIR.cpp             switch (bt(state->value(index).traits)) {
bt               3044 core/CodegenLIR.cpp         BuiltinType rbt = bt(result);
bt               3099 core/CodegenLIR.cpp         switch (bt(slotType)) {
bt               3416 core/CodegenLIR.cpp                 switch (bt(t)) {
bt                313 core/CodegenLIR.h         static BuiltinType bt(Traits *t);
bt                216 core/Interpreter.cpp 		const BuiltinType bt = ms->returnTraitsBT();
bt                218 core/Interpreter.cpp 		if ((1U<<bt) & ATOM_MASK)
bt                220 core/Interpreter.cpp 		if (bt == BUILTIN_int)
bt                222 core/Interpreter.cpp 		if (bt == BUILTIN_uint)
bt                224 core/Interpreter.cpp 		if (bt == BUILTIN_boolean)
bt                309 core/MethodEnv.cpp 		const int32_t bt = ms->returnTraitsBT();
bt                310 core/MethodEnv.cpp 		if (bt == BUILTIN_number)
bt                318 core/MethodEnv.cpp 		switch (bt)
bt               1242 core/MethodEnv.cpp 		const BuiltinType bt = Traits::getBuiltinType(itraits);
bt               1275 core/MethodEnv.cpp 		VTable* cvbase = (bt == BUILTIN_class) ? ivtable : toplevel->class_ivtable;
bt               1294 core/MethodEnv.cpp 		if (bt != BUILTIN_object)
bt               1366 core/MethodEnv.cpp 		if (bt != BUILTIN_class)
bt                511 core/MethodInfo.cpp         switch (bt)
bt                559 core/MethodInfo.cpp         switch (bt)
bt                920 core/MethodInfo.cpp 			const BuiltinType bt = (i <= param_count) ? this->paramTraitsBT(i) : BUILTIN_any;
bt                921 core/MethodInfo.cpp             out[i] = nativeArgToAtom(core, (void*)ap, bt);
bt                922 core/MethodInfo.cpp             ap += (bt == BUILTIN_number ? sizeof(double) : sizeof(Atom)) / sizeof(int32_t);
bt                226 core/PoolObject.cpp 		switch (bt)
bt                279 core/PoolObject.cpp 		const BuiltinType bt = Traits::getBuiltinType(t);
bt                402 core/PoolObject.cpp 			switch (bt)
bt                430 core/PoolObject.cpp 		if (!isLegalDefaultValue(bt, value))
bt                171 core/PoolObject.h 		static bool isLegalDefaultValue(BuiltinType bt, Atom value);
bt                596 core/Traits.cpp 		AvmAssert(bt != BUILTIN_void);
bt                597 core/Traits.cpp 		switch (bt)
bt                614 core/Traits.cpp 		BuiltinType bt = Traits::getBuiltinType(slotTE);
bt                615 core/Traits.cpp 		AvmAssert(bt != BUILTIN_void);
bt                620 core/Traits.cpp 		return ((1 << bt) & IS_POINTER) != 0;
bt                679 shell/DebugCLI.cpp 				bt();
bt                179 shell/DebugCLI.h 		void bt();