Lines Matching refs:no_gc
79 // The no_gc argument is only here because of the templated way this class
82 DisallowGarbageCollection* no_gc) {
83 return {&string_->GetChars(*no_gc)[start_offset_ + std::min(length_, pos)],
84 &string_->GetChars(*no_gc)[start_offset_ + length_]};
114 // The no_gc argument is only here because of the templated way this class
117 DisallowGarbageCollection* no_gc = nullptr) {
136 // The no_gc argument is only here because of the templated way this class
139 DisallowGarbageCollection* no_gc = nullptr) {
162 // The no_gc argument is only here because of the templated way this class
165 DisallowGarbageCollection* no_gc = nullptr) {
259 DisallowGarbageCollection no_gc;
261 byte_stream_.GetDataAt(position, runtime_call_stats(), &no_gc);
312 DisallowGarbageCollection no_gc;
314 byte_stream_.GetDataAt(position, runtime_call_stats(), &no_gc);
356 DisallowGarbageCollection no_gc;
358 byte_stream_.GetDataAt(buffer_pos_, runtime_call_stats(), &no_gc);
478 DisallowGarbageCollection no_gc;
480 byte_stream_.GetDataAt(position, runtime_call_stats(), &no_gc);