BOOLEAN_TYPE 239 core/CdeclThunk.cpp case kBOOLEAN: return BOOLEAN_TYPE; BOOLEAN_TYPE 441 core/CodegenLIR.cpp NanoAssert(v.traits == INT_TYPE || v.traits == UINT_TYPE || v.traits == BOOLEAN_TYPE); BOOLEAN_TYPE 1185 core/CodegenLIR.cpp else if (t == BOOLEAN_TYPE) BOOLEAN_TYPE 1853 core/CodegenLIR.cpp emit(state, opcode, 0, 0, BOOLEAN_TYPE); BOOLEAN_TYPE 1870 core/CodegenLIR.cpp emit(state, opcode, (uintptr)name, 0, BOOLEAN_TYPE); BOOLEAN_TYPE 1900 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==BOOLEAN_TYPE); BOOLEAN_TYPE 1901 core/CodegenLIR.cpp state->verifier->emitCoerce(BOOLEAN_TYPE, state->sp()); BOOLEAN_TYPE 1947 core/CodegenLIR.cpp localSet(sp, out, BOOLEAN_TYPE); BOOLEAN_TYPE 1967 core/CodegenLIR.cpp localSet(sp-1, istype_result, BOOLEAN_TYPE); BOOLEAN_TYPE 2031 core/CodegenLIR.cpp emit(state, opcode, 0, 0, BOOLEAN_TYPE); BOOLEAN_TYPE 2115 core/CodegenLIR.cpp emit(state, opcode, imm30, imm30b, BOOLEAN_TYPE); BOOLEAN_TYPE 2396 core/CodegenLIR.cpp if (in && (in->isNumeric() || in == BOOLEAN_TYPE)) { BOOLEAN_TYPE 2412 core/CodegenLIR.cpp if (in && (value.notNull || in->isNumeric() || in == BOOLEAN_TYPE)) { BOOLEAN_TYPE 2764 core/CodegenLIR.cpp if (in == UINT_TYPE || in == BOOLEAN_TYPE) BOOLEAN_TYPE 2783 core/CodegenLIR.cpp if (in == INT_TYPE || in == BOOLEAN_TYPE) BOOLEAN_TYPE 2799 core/CodegenLIR.cpp else if (result == BOOLEAN_TYPE) BOOLEAN_TYPE 3184 core/CodegenLIR.cpp AvmAssert(slotType == INT_TYPE || slotType == UINT_TYPE || slotType == BOOLEAN_TYPE); BOOLEAN_TYPE 3449 core/CodegenLIR.cpp AvmAssert(state->value(index).traits == BOOLEAN_TYPE); BOOLEAN_TYPE 3636 core/CodegenLIR.cpp AvmAssert(result == BOOLEAN_TYPE); BOOLEAN_TYPE 4423 core/CodegenLIR.cpp AvmAssert(result == BOOLEAN_TYPE); BOOLEAN_TYPE 4430 core/CodegenLIR.cpp AvmAssert(result == BOOLEAN_TYPE); BOOLEAN_TYPE 4437 core/CodegenLIR.cpp AvmAssert(result == BOOLEAN_TYPE); BOOLEAN_TYPE 4444 core/CodegenLIR.cpp AvmAssert(result == BOOLEAN_TYPE); BOOLEAN_TYPE 4451 core/CodegenLIR.cpp AvmAssert(result == BOOLEAN_TYPE); BOOLEAN_TYPE 4458 core/CodegenLIR.cpp AvmAssert(result == BOOLEAN_TYPE); BOOLEAN_TYPE 4573 core/CodegenLIR.cpp NanoAssert(state->value(a).traits == BOOLEAN_TYPE); BOOLEAN_TYPE 4578 core/CodegenLIR.cpp NanoAssert(state->value(a).traits == BOOLEAN_TYPE); BOOLEAN_TYPE 5115 core/CodegenLIR.cpp else if (t == BOOLEAN_TYPE) offset = offsetof(Toplevel, booleanClass); BOOLEAN_TYPE 5139 core/CodegenLIR.cpp if (t == INT_TYPE || t == BOOLEAN_TYPE) BOOLEAN_TYPE 489 core/Verifier.cpp emitCoerce(BOOLEAN_TYPE, sp); BOOLEAN_TYPE 558 core/Verifier.cpp state->push(BOOLEAN_TYPE, true); BOOLEAN_TYPE 564 core/Verifier.cpp state->push(BOOLEAN_TYPE, true); BOOLEAN_TYPE 944 core/Verifier.cpp state->pop_push(n, BOOLEAN_TYPE); BOOLEAN_TYPE 996 core/Verifier.cpp Traits *type = BOOLEAN_TYPE; BOOLEAN_TYPE 1064 core/Verifier.cpp state->push(BOOLEAN_TYPE); BOOLEAN_TYPE 1071 core/Verifier.cpp state->pop_push(2, BOOLEAN_TYPE); BOOLEAN_TYPE 1595 core/Verifier.cpp coder->write(state, pc, opcode, BOOLEAN_TYPE); BOOLEAN_TYPE 1596 core/Verifier.cpp state->pop_push(2, BOOLEAN_TYPE); BOOLEAN_TYPE 1606 core/Verifier.cpp state->pop_push(2, BOOLEAN_TYPE); BOOLEAN_TYPE 1611 core/Verifier.cpp emitCoerce(BOOLEAN_TYPE, sp); BOOLEAN_TYPE 1613 core/Verifier.cpp state->pop_push(1, BOOLEAN_TYPE); BOOLEAN_TYPE 1775 core/Verifier.cpp state->push(BOOLEAN_TYPE); BOOLEAN_TYPE 2022 core/Verifier.cpp state->setType(sp, BOOLEAN_TYPE, true); BOOLEAN_TYPE 2925 core/Verifier.cpp if (!t->isNumeric() && !v.notNull && t != BOOLEAN_TYPE && t != NULL_TYPE)