Home | History | Annotate | Download | only in src

Lines Matching refs:code

6 //     * Redistributions of source code must retain the above copyright
64 // Support for alternative bool type. This is only enabled if the code is
70 // MSVC) in the API header files when mixing code that uses the standard
71 // bool with code that uses the redefined version.
72 // This does not actually belong in the platform code, but needs to be
73 // defined here because the platform code uses bool, and platform.h is
114 // Code-point values in Unicode 4.0 are 21 bits wide.
213 class Code;
317 // Flag indicating whether code is built in to the VM (one of the natives
363 // in compiled code.
364 typedef void (*InlineCacheCallback)(Code* code, Address ic);
516 // of type F. Used to invoke generated code from within C.
576 // Thus the following code does not work: