gecko-dev/ef/Runtime/System
fur%netscape.com 65fec7605c Allow class CharToByteConverter to be initialized, since the codegen limitations
that didn't allow it to be compiled have been remedied.
1999-01-21 00:41:09 +00:00
..
md Use local labels as needed. 1998-12-12 04:06:58 +00:00
ClassWorld.cpp Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
ClassWorld.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Exceptions.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
FieldOrInterfaceSummary.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
FieldOrMethod.cpp add freebsd support. 1998-12-11 04:03:33 +00:00
FieldOrMethod.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
InterfaceDispatchTable.cpp Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
InterfaceDispatchTable.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
JavaObject.cpp Allow class CharToByteConverter to be initialized, since the codegen limitations 1999-01-21 00:41:09 +00:00
JavaObject.h fix warnings by providing empty virtual destructors for classes that needed them, reordering initialization of member variables, and by giving the type uint to all the 'const nFooTypes;' variables. 1998-12-10 11:52:47 +00:00
JavaString.cpp Added routines to handle conversion of Java strings between UTF8 and UCS2 1999-01-21 00:38:34 +00:00
JavaString.h Unicode characters are uint16, not int16. 1999-01-21 00:39:17 +00:00
JavaVM.cpp allow building without jvmdi 1998-12-11 04:03:13 +00:00
JavaVM.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Makefile Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Method.cpp Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Method.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Monitor.cpp Fix bogus gcc x86 asms. 1998-12-11 18:33:48 +00:00
Monitor.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
StackWalker.cpp Frame::getCallingJavaMethod() now takes a stack depth parameter which indicates 1999-01-21 00:37:14 +00:00
StackWalker.h Frame::getCallingJavaMethod() now takes a stack depth parameter which indicates 1999-01-21 00:37:14 +00:00
SysCallsRuntime.cpp add freebsd support. 1998-12-11 04:03:33 +00:00
SysCallsRuntime.h Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
Thread.cpp add freebsd support. 1998-12-11 04:03:33 +00:00
Thread.h Use a proper sigcontext for Linux, just as is done for BSD. 1998-12-11 18:35:52 +00:00