#include <slate.hpp>
Definition at line 334 of file slate.hpp.
char** object_heap::argvSaved |
struct { ... } object_heap::cached |
struct Object* object_heap::closure_method_window [read] |
struct Object* object_heap::compiled_method_window [read] |
struct Object* object_heap::delegation_stack[DELEGATION_STACK_SIZE] [read] |
DIR** object_heap::dir_index |
word_t object_heap::dir_index_size |
word_t object_heap::doFullGCNext |
char** object_heap::envp |
struct Object* object_heap::false_object [read] |
FILE** object_heap::file_index |
word_t object_heap::file_index_size |
word_t object_heap::gcTenureCount |
struct Interpreter* object_heap::interpreter [read] |
word_t object_heap::lastHash |
struct Object** object_heap::markStack [read] |
size_t object_heap::markStackSize |
void* object_heap::memory_areas[SLATE_MEMS_MAXIMUM] |
int object_heap::memory_num_refs[SLATE_MEMS_MAXIMUM] |
int object_heap::memory_sizes[SLATE_MEMS_MAXIMUM] |
word_t object_heap::memoryOldLimit |
word_t object_heap::memoryOldSize |
word_t object_heap::memoryYoungSize |
struct MethodCacheEntry object_heap::methodCache[METHOD_CACHE_SIZE] [read] |
struct Object* object_heap::nextFree [read] |
struct Object* object_heap::nextOldFree [read] |
struct Object* object_heap::nil [read] |
std::multiset<struct CompiledMethod*> object_heap::optimizedMethods |
struct utsname object_heap::platform_info [read] |
struct Object* object_heap::primitive_method_window [read] |
std::set<struct Object*> object_heap::profiledMethods |
std::map<struct Object*,word_t> object_heap::profilerCallCounts |
std::vector<struct Object*> object_heap::profilerCallStack |
std::vector<word_t> object_heap::profilerCallStackTimes |
std::map<struct Object*, std::map<struct Object*,word_t> > object_heap::profilerChildCallCount |
std::map<struct Object*, std::map<struct Object*,word_t> > object_heap::profilerChildCallTime |
int64_t object_heap::profilerLastTime |
std::map<struct Object*,word_t> object_heap::profilerSelfTime |
int64_t object_heap::profilerTime |
int64_t object_heap::profilerTimeStart |
std::set<struct Object*> object_heap::rememberedOldObjects |
struct slate_addrinfo_request* object_heap::socketTickets [read] |
struct OopArray* object_heap::special_objects_oop [read] |
void* object_heap::stackBottom |
std::vector<struct Object*> object_heap::tenuredObjects |
struct Object* object_heap::true_object [read] |