#include <byteArray_prims.hpp>
Inheritance diagram for byteArrayPrimitives:


Static Public Member Functions | |
| static | PRIM_DECL_2 (allocateSize, oop receiver, oop argument) |
| static | PRIM_DECL_1 (size, oop receiver) |
| static | PRIM_DECL_2 (at, oop receiver, oop index) |
| static | PRIM_DECL_3 (atPut, oop receiver, oop index, oop value) |
| static | PRIM_DECL_2 (compare, oop receiver, oop argument) |
| static | PRIM_DECL_1 (intern, oop receiver) |
| static | PRIM_DECL_2 (characterAt, oop receiver, oop index) |
| static | PRIM_DECL_2 (at_all_put, oop receiver, oop c) |
| static | PRIM_DECL_2 (largeIntegerFromSmallInteger, oop receiver, oop number) |
| static | PRIM_DECL_2 (largeIntegerFromDouble, oop receiver, oop number) |
| static | PRIM_DECL_3 (largeIntegerFromString, oop receiver, oop argument, oop base) |
| static | PRIM_DECL_2 (largeIntegerAdd, oop receiver, oop argument) |
| static | PRIM_DECL_2 (largeIntegerSubtract, oop receiver, oop argument) |
| static | PRIM_DECL_2 (largeIntegerMultiply, oop receiver, oop argument) |
| static | PRIM_DECL_2 (largeIntegerDiv, oop receiver, oop argument) |
| static | PRIM_DECL_2 (largeIntegerMod, oop receiver, oop argument) |
| static | PRIM_DECL_2 (largeIntegerCompare, oop receiver, oop argument) |
| static | PRIM_DECL_1 (largeIntegerToFloat, oop receiver) |
| static | PRIM_DECL_2 (largeIntegerToString, oop receiver, oop base) |
| static | PRIM_DECL_1 (hash, oop receiver) |
Static Public Attributes | |
| static int | number_of_calls |
Static Private Member Functions | |
| static void | inc_calls () |
Definition at line 27 of file byteArray_prims.hpp.
| static void byteArrayPrimitives::inc_calls | ( | ) | [inline, static, private] |
| static byteArrayPrimitives::PRIM_DECL_1 | ( | hash | , | |
| oop | receiver | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_1 | ( | largeIntegerToFloat | , | |
| oop | receiver | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_1 | ( | intern | , | |
| oop | receiver | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_1 | ( | size | , | |
| oop | receiver | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_2 | ( | largeIntegerCompare | , | |
| oop | receiver, | |||
| oop | argument | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_2 | ( | largeIntegerMultiply | , | |
| oop | receiver, | |||
| oop | argument | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_2 | ( | largeIntegerSubtract | , | |
| oop | receiver, | |||
| oop | argument | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_2 | ( | largeIntegerFromDouble | , | |
| oop | receiver, | |||
| oop | number | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_2 | ( | largeIntegerFromSmallInteger | , | |
| oop | receiver, | |||
| oop | number | |||
| ) | [static] |
| static byteArrayPrimitives::PRIM_DECL_3 | ( | largeIntegerFromString | , | |
| oop | receiver, | |||
| oop | argument, | |||
| oop | base | |||
| ) | [static] |
int byteArrayPrimitives::number_of_calls [static] |
Definition at line 31 of file byteArray_prims.hpp.
Referenced by primitives::clear_counters(), inc_calls(), and primitives::print_counters().
1.4.7