#include "incls/_precompiled.incl"#include "incls/_prim.cpp.incl"#include "prims.inc"Include dependency graph for prim.cpp:

Go to the source code of this file.
Typedefs | |
| typedef oop(*) | prim_fntype0 () |
| typedef oop(*) | prim_fntype1 (oop) |
| typedef oop(*) | prim_fntype2 (oop, oop) |
| typedef oop(*) | prim_fntype3 (oop, oop, oop) |
| typedef oop(*) | prim_fntype4 (oop, oop, oop, oop) |
| typedef oop(*) | prim_fntype5 (oop, oop, oop, oop, oop) |
| typedef oop(*) | prim_fntype6 (oop, oop, oop, oop, oop, oop) |
| typedef oop(*) | prim_fntype7 (oop, oop, oop, oop, oop, oop, oop) |
| typedef oop(*) | prim_fntype8 (oop, oop, oop, oop, oop, oop, oop, oop) |
| typedef oop(*) | prim_fntype9 (oop, oop, oop, oop, oop, oop, oop, oop, oop) |
Functions | |
| void | prim_init () |
| static void | print_calls (char *name, int inc, int *total) |
| typedef oop(*) prim_fntype0() |
| typedef oop(*) prim_fntype1(oop) |
| void prim_init | ( | ) |
Definition at line 274 of file prim.cpp.
References primitives::clear_counters(), guarantee, primitives::initialize(), and primitive_desc::name().
Here is the call graph for this function:

| static void print_calls | ( | char * | name, | |
| int | inc, | |||
| int * | total | |||
| ) | [static] |
Definition at line 306 of file prim.cpp.
References lprintf().
Referenced by primitives::print_counters().
Here is the call graph for this function:

1.4.7