int8_t 909 MMgc/GC.cpp MMGC_STATIC_ASSERT(sizeof(int8_t) == 1); int8_t 335 MMgc/GCGlobalNew.h DECLARE_PRIM_ARRAY(int8_t) int8_t 117 VMPI/VMPI.h typedef int8_t int8; int8_t 118 VMPI/VMPI.h typedef int8_t sint8; int8_t 283 core/ActionBlockConstants.h int8_t operandCount; // uses -1 for "invalid", we can avoid that if necessary int8_t 284 core/ActionBlockConstants.h int8_t canThrow; // always 0 or 1 int8_t 285 core/ActionBlockConstants.h int8_t stack; // stack movement not taking into account run-time names or function arguments int8_t 446 core/AvmCore-inlines.h return ((uint16_t*)pc)[0] | ((int8_t*)pc)[2]<<16; int8_t 448 core/AvmCore-inlines.h return pc[0] | pc[1]<<8 | ((int8_t*)pc)[2]<<16; int8_t 2205 core/Interpreter.cpp MOPS_LOAD(i1, int8_t, lix8, i32l); // i32l = result int8_t 2642 core/Interpreter.cpp *(++sp) = MAKE_INTEGER((int8_t)U8ARG); int8_t 2487 core/StringObject.cpp if (*((int8_t*) buffer) > 0) int8_t 888 core/WordcodeEmitter.cpp *dest++ = (intptr_t)(((int8_t)*pc++) << 3) | kIntptrType; int8_t 211 eval/eval-cogen-inlines.h inline void Cogen::I_pushbyte(int8_t b) { emitOpS8(OP_pushbyte, b); } int8_t 170 eval/eval-cogen.cpp void Cogen::emitOpS8(AbcOpcode opcode, int8_t b) int8_t 175 eval/eval-cogen.h void I_pushbyte(int8_t b); int8_t 246 eval/eval-cogen.h void emitOpS8(AbcOpcode op, int8_t b); int8_t 92 eval/eval-util-inlines.h inline void ByteBuffer::emitS8(int8_t v) int8_t 180 eval/eval-util.h void emitS8(int8_t val); int8_t 195 nanojit/Nativei386.h *((int8_t*)_nIns) = (int8_t)(i) int8_t 247 nanojit/Nativei386.h *(--_nIns) = int8_t(disp); \ int8_t 207 nanojit/nanojit.h #define isS8(i) ( int32_t(i) == int8_t(i) )