Searched refs:code_space_size (Results 1 – 4 of 4) sorted by relevance
173 const int code_space_size = READ_FIELD(7); in DumpHeapStats() local233 PRINT_MB_STAT(code_space_size); in DumpHeapStats()
1093 int code_space_size,1626 intptr_t* code_space_size; // 7 variable
560 int code_space_size, in ReserveSpace() argument586 if (!(code_space->ReserveSpace(code_space_size))) { in ReserveSpace()604 large_object_size += cell_space_size + map_space_size + code_space_size + in ReserveSpace()4600 *stats->code_space_size = code_space_->Size(); in RecordStats()
158 intptr_t code_space_size; in FatalProcessOutOfMemory() local159 heap_stats.code_space_size = &code_space_size; in FatalProcessOutOfMemory()