atomKind 991 core/ArrayClass.cpp if (atomKind(atom) != kObjectType) atomKind 182 core/AvmCore-inlines.h return atomKind(atom) == kObjectType && !isNull(atom); atomKind 187 core/AvmCore-inlines.h return atomKind(atom) < kSpecialType || atomKind(atom) == kDoubleType; atomKind 192 core/AvmCore-inlines.h return atomKind(atom) == kNamespaceType && !isNull(atom); atomKind 286 core/AvmCore-inlines.h return atomKind(atom) == kDoubleType; atomKind 298 core/AvmCore-inlines.h return atomKind(atom) == kBooleanType; atomKind 433 core/AvmCore-inlines.h return atomKind(atom) == kStringType && !isNull(atom); atomKind 482 core/AvmCore-inlines.h AvmAssert(atomKind(a) != kUnusedAtomTag); atomKind 483 core/AvmCore-inlines.h const int kind = isNull(a) ? kUnusedAtomTag : atomKind(a); atomKind 536 core/AvmCore-inlines.h AvmAssert(atomKind(atom)==kNamespaceType); atomKind 542 core/AvmCore-inlines.h AvmAssert(atomKind(atom)==kDoubleType); atomKind 553 core/AvmCore-inlines.h AvmAssert(atomKind(atom)==kStringType); atomKind 562 core/AvmCore-inlines.h AvmAssert(atomKind(atom)==kObjectType); atomKind 586 core/AvmCore-inlines.h return atomKind(a)==kDoubleType; atomKind 775 core/AvmCore.cpp int ltype = (int)atomKind(lhs); atomKind 776 core/AvmCore.cpp int rtype = (int)atomKind(rhs); atomKind 924 core/AvmCore.cpp int ltype = atomKind(lhs); atomKind 925 core/AvmCore.cpp int rtype = atomKind(rhs); atomKind 1372 core/AvmCore.cpp switch (atomKind(atom)) atomKind 1403 core/AvmCore.cpp switch (atomKind(atom)) atomKind 1446 core/AvmCore.cpp switch (atomKind(atom)) atomKind 1480 core/AvmCore.cpp const int kind = atomKind(atom); atomKind 1519 core/AvmCore.cpp switch (atomKind(atom)) atomKind 2109 core/AvmCore.cpp switch (atomKind(*ap)) atomKind 2150 core/AvmCore.cpp AvmAssert(atomKind(atom) != kUnusedAtomTag); atomKind 2151 core/AvmCore.cpp const int kind = isNull(atom) ? kUnusedAtomTag : atomKind(atom); atomKind 2207 core/AvmCore.cpp switch (atomKind(atom)) atomKind 2676 core/AvmCore.cpp switch (atomKind(a)) atomKind 2832 core/AvmCore.cpp switch (atomKind(arg)) atomKind 3734 core/AvmCore.cpp switch (atomKind(atom)) atomKind 3884 core/AvmCore.cpp const int kind = atomKind(atom); atomKind 4256 core/AvmCore.cpp int const aKind = (1 << atomKind(a)); atomKind 4274 core/AvmCore.cpp int const aKind = (1 << atomKind(a)); atomKind 75 core/CdeclThunk.cpp return atomKind(_a); atomKind 100 core/CdeclThunk.cpp if (atomKind(_a) == kNamespaceType) atomKind 142 core/CdeclThunk.cpp if (atomKind(a) == kUnusedAtomTag) atomKind 77 core/Exception.cpp return atomKind(atom) == kObjectType; atomKind 76 core/Interpreter.cpp AvmAssert(atomKind(a) == kIntptrType && atomIsValidIntptrValue(atomGetIntptr(a))); atomKind 135 core/MethodEnv.cpp if (atomKind(atom) != kNamespaceType) atomKind 196 core/MethodEnv.cpp else if (atomKind(atom) == kObjectType) atomKind 221 core/MethodEnv.cpp else if (atomKind(atom) == kObjectType) atomKind 252 core/MethodEnv.cpp return (atomKind(atom) == kDoubleType) ? atom : core->numberAtom(atom); atomKind 254 core/MethodEnv.cpp return (atomKind(atom) == kIntptrType) ? atom : core->intAtom(atom); atomKind 256 core/MethodEnv.cpp return (atomKind(atom) == kIntptrType && atom >= 0) ? atom : core->uintAtom(atom); atomKind 258 core/MethodEnv.cpp return (atomKind(atom) == kBooleanType) ? atom : AvmCore::booleanAtom(atom); atomKind 689 core/MethodEnv.cpp if (atomKind(index) == kDoubleType) atomKind 731 core/MethodEnv.cpp if (atomKind(index) == kDoubleType) atomKind 778 core/MethodEnv.cpp if (atomKind(index) == kDoubleType) atomKind 935 core/MethodEnv.cpp if (atomKind(obj) == kObjectType) atomKind 964 core/MethodEnv.cpp if (atomKind(obj) == kObjectType) atomKind 1070 core/MethodEnv.cpp switch (atomKind(objAtom)) atomKind 1099 core/MethodEnv.cpp switch (atomKind(objAtom)) atomKind 1118 core/MethodEnv.cpp switch (atomKind(objAtom)) atomKind 1145 core/MethodEnv.cpp switch (atomKind(objAtom)) atomKind 1603 core/MethodEnv.cpp if (atomKind(atom)==kObjectType) atomKind 1812 core/MethodEnv.cpp if ((atomKind(nsAtom) != kNamespaceType) || AvmCore::isNull(nsAtom)) atomKind 1873 core/MethodEnv.cpp if (atomKind(atom) == kObjectType) atomKind 118 core/ObjectClass.cpp switch (atomKind(thisAtom)) atomKind 148 core/ObjectClass.cpp if (atomKind(thisAtom) == kObjectType) atomKind 153 core/ObjectClass.cpp else if (atomKind(thisAtom) == kNamespaceType) atomKind 171 core/ObjectClass.cpp if (atomKind(thisAtom) == kObjectType) atomKind 531 core/ScriptObject.cpp if (atomKind(result) != kObjectType) atomKind 540 core/ScriptObject.cpp if (atomKind(result) != kObjectType) atomKind 567 core/ScriptObject.cpp if (atomKind(result) != kObjectType) atomKind 576 core/ScriptObject.cpp if (atomKind(result) != kObjectType) atomKind 673 core/ScriptObject.cpp if (atomKind(a) == kObjectType) atomKind 732 core/ScriptObject.cpp if (atomKind(value) != kNamespaceType) atomKind 738 core/ScriptObject.cpp if (atomKind(value) != kObjectType || !AvmCore::atomToScriptObject(value)->traits()->subtypeof(td->getSlotTraits(slot))) atomKind 160 core/StackTrace.cpp AvmAssert(atomKind(scope) != kUnusedAtomTag); atomKind 119 core/Toplevel.cpp switch (atomKind(atom)) atomKind 156 core/Toplevel.cpp switch (atomKind(atom)) atomKind 192 core/Toplevel.cpp switch (atomKind(attributeName)) atomKind 250 core/Toplevel.cpp switch (atomKind(p)) atomKind 450 core/Toplevel.cpp if (atomKind(ctor) != kObjectType || atomKind 512 core/Toplevel.cpp ScriptObject* o = atomKind(obj)==kObjectType ? atomKind 646 core/Toplevel.cpp if (atomKind(obj) == kObjectType) atomKind 1817 core/Traits.cpp if (atomKind(a) <= kNamespaceType) atomKind 463 core/VectorClass.cpp if (atomKind(type) != kObjectType) atomKind 694 core/VectorClass.cpp ScriptObject* so_args = atomKind(args)==kObjectType ? AvmCore::atomToScriptObject(args) : 0; atomKind 315 core/VectorClass.h ScriptObject* so_args = atomKind(obj)==kObjectType ? AvmCore::atomToScriptObject(obj) : 0; atomKind 54 core/atom-inlines.h return atomKind(atom) == kIntptrType; atomKind 820 core/avmplusDebugger.cpp int atomType = atomKind(ar[0]); atomKind 53 core/instr-inlines.h return atomKind(a) == kObjectType; atomKind 61 core/instr-inlines.h return atomKind(a) == kStringType; atomKind 123 core/instr.cpp if (atomKind(atom) == kObjectType) atomKind 127 core/instr.cpp switch (atomKind(atom)) atomKind 111 core/jit-calls.h #define OBJ_HIT(obj, c) (atomKind(obj) == kObjectType && atomObj(obj)->vtable == (c).vtable) atomKind 114 core/jit-calls.h #define PRIM_HIT(val, c) (atomKind(val) == c.tag) atomKind 258 core/jit-calls.h c.tag = atomKind(obj); atomKind 422 core/jit-calls.h c.tag = atomKind(obj); atomKind 506 core/jit-calls.h (atomKind(val) == kObjectType && atomObj(val)->traits()->subtypeof(c.slot_type))) {