STRING_TYPE 1225 core/ArrayClass.cpp if (AvmCore::istype(namesAtom, STRING_TYPE)) STRING_TYPE 235 core/CdeclThunk.cpp case kSTRING: return STRING_TYPE; STRING_TYPE 1790 core/CodegenLIR.cpp emitPtrConst(state, sp+1, pool->getString(imm30), STRING_TYPE); STRING_TYPE 1933 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==STRING_TYPE); STRING_TYPE 1934 core/CodegenLIR.cpp state->verifier->emitCoerce(STRING_TYPE, state->sp()); STRING_TYPE 2089 core/CodegenLIR.cpp emit(state, opcode, sp, 0, STRING_TYPE); STRING_TYPE 2159 core/CodegenLIR.cpp if ((val1.traits == STRING_TYPE && val1.notNull) || (val2.traits == STRING_TYPE && val2.notNull)) { STRING_TYPE 2161 core/CodegenLIR.cpp AvmAssert(type == STRING_TYPE); STRING_TYPE 2186 core/CodegenLIR.cpp localSet(sp, convertToString(sp), STRING_TYPE); STRING_TYPE 2191 core/CodegenLIR.cpp emit(state, opcode, sp, 0, STRING_TYPE); STRING_TYPE 2409 core/CodegenLIR.cpp Traits* stringType = STRING_TYPE; STRING_TYPE 2822 core/CodegenLIR.cpp else if (result == STRING_TYPE) STRING_TYPE 2827 core/CodegenLIR.cpp && in != STRING_TYPE && in != NAMESPACE_TYPE) STRING_TYPE 3441 core/CodegenLIR.cpp AvmAssert(result == STRING_TYPE); STRING_TYPE 4088 core/CodegenLIR.cpp else if (maybeIntegerIndex && indexType != STRING_TYPE) STRING_TYPE 4381 core/CodegenLIR.cpp AvmAssert(result == STRING_TYPE); STRING_TYPE 4393 core/CodegenLIR.cpp AvmAssert(result == STRING_TYPE); STRING_TYPE 5103 core/CodegenLIR.cpp if (t && !t->isMachineType() && t != STRING_TYPE && t != NAMESPACE_TYPE && t != NULL_TYPE) STRING_TYPE 5114 core/CodegenLIR.cpp else if (t == STRING_TYPE) offset = offsetof(Toplevel, stringClass); STRING_TYPE 615 core/Verifier.cpp state->push(STRING_TYPE, pool->getString(imm30) != NULL); STRING_TYPE 1053 core/Verifier.cpp Traits *type = STRING_TYPE; STRING_TYPE 1090 core/Verifier.cpp state->pop_push(1, STRING_TYPE, true); STRING_TYPE 1358 core/Verifier.cpp peekType(STRING_TYPE, n); // name; will call intern on it STRING_TYPE 1624 core/Verifier.cpp if ((lhst == STRING_TYPE && lhs.notNull) || (rhst == STRING_TYPE && rhs.notNull)) STRING_TYPE 1626 core/Verifier.cpp coder->write(state, pc, OP_add, STRING_TYPE); STRING_TYPE 1627 core/Verifier.cpp state->pop_push(2, STRING_TYPE, true); STRING_TYPE 1730 core/Verifier.cpp state->pop_push(1, STRING_TYPE, true); STRING_TYPE 1902 core/Verifier.cpp peekType(STRING_TYPE, depth++); STRING_TYPE 2028 core/Verifier.cpp state->setType(sp, STRING_TYPE, true);