read 193 VMPI/MMgcPortUnix.cpp while( (read_size = read(smap_hndl, buff, 32)) ) read 67 axscript/FileClass.h Stringp read(Stringp filename); read 235 axscript/axtam.cpp file.read((char *)code.getBuffer(), size); read 5280 core/CodegenLIR.cpp LIns *i = in->read(); read 5324 core/CodegenLIR.cpp for (LIns *i = in.read(); !i->isop(LIR_start); i = in.read()) { read 5426 core/CodegenLIR.cpp for (LIns *i = in.read(); !i->isop(LIR_start); i = in.read()) { read 5562 core/CodegenLIR.cpp for (LIns* i = validator.read(); !i->isop(LIR_start); i = validator.read()) read 48 core/Sampler.cpp static void inline read(uint8_t*& p, T& u) read 296 core/Sampler.cpp read(p, s.micros); read 297 core/Sampler.cpp read(p, s.sampleType); read 305 core/Sampler.cpp read(p, s.stack.depth); read 319 core/Sampler.cpp read(p, s.id); read 322 core/Sampler.cpp read(p, s.ptr); read 323 core/Sampler.cpp read(p, s.sot); read 324 core/Sampler.cpp read(p, s.alloc_size); read 343 core/Sampler.cpp read(p, s.size); read 461 core/Sampler.cpp read(oldptr, oldval); read 907 nanojit/Assembler.cpp for (LInsp ins = reader->read(); !ins->isop(LIR_start) && !error(); read 908 nanojit/Assembler.cpp ins = reader->read()) read 114 nanojit/LIR.cpp LInsp i = in->read(); read 1010 nanojit/LIR.cpp LInsp i = in->read(); read 1475 nanojit/LIR.cpp for (LInsp ins = sf.read(); !ins->isop(LIR_start); ins = sf.read()) read 1401 nanojit/LIR.h virtual LInsp read() { read 1402 nanojit/LIR.h return in->read(); read 1430 nanojit/LIR.h LInsp read(); read 1457 nanojit/LIR.h LInsp read(); read 669 shell/ByteArrayGlue.cpp uint32_t actual = (uint32_t) fp->read(c, readCount); read 716 shell/DebugCLI.cpp f.read(currentSource, currentSourceLen); read 96 shell/File.h virtual size_t read(void* buffer, size_t bytesToRead) = 0; read 105 shell/FileClass.cpp len = (int)fp->read(c, len); //need to force since the string creation functions expect an int read 67 shell/FileClass.h Stringp read(Stringp filename); read 87 shell/FileInputStream.cpp return file->read(buffer, count); read 56 shell/FileInputStream.h virtual size_t read(void *buffer, size_t count) = 0; read 73 shell/FileInputStream.h size_t read(void *buffer, size_t count); read 53 shell/PosixFile.h virtual size_t read(void* buffer, size_t bytesToRead); read 247 shell/ShellCore.cpp f.read(bytes, nbytes); read 309 shell/ShellCore.cpp file.read(header, 8); read 318 shell/ShellCore.cpp file.read(code.getBuffer(), abcLength); read 333 shell/ShellCore.cpp file.read(header, 8); read 489 shell/ShellCore.cpp f.read(code.getBuffer(), (size_t)f.available()); read 53 shell/WinFile.h virtual size_t read(void* buffer, size_t bytesToRead); read 444 shell/shell_toplevel.cpp AvmString const ret = obj->read( read 394 utils/wmremote/wmrunner/wmrunner.cpp BOOL read=ReadFile(handle,data,500,&count,NULL);