Lines Matching defs:zone
14 #include "src/zone/zone-allocator.h"
15 #include "src/zone/zone-list-inl.h"
141 int32_t input_index, Zone* zone)
150 pc_last_input_index_(zone->NewArray<int>(bytecode.length()),
152 active_threads_(0, zone),
153 blocked_threads_(0, zone),
154 register_array_allocator_(zone),
156 zone_(zone) {
562 int32_t* output_registers, int output_register_count, Zone* zone) {
569 start_index, zone);
575 start_index, zone);