/third_party/node/deps/v8/src/common/ |
H A D | assert-scope.h | 298 : guard_(mutex), mutex_(mutex), no_gc_(new DisallowGarbageCollection()) {} in NoGarbageCollectionMutexGuard() 302 no_gc_.reset(); in Unlock() 306 no_gc_.reset(new DisallowGarbageCollection()); in Lock() 312 std::unique_ptr<DisallowGarbageCollection> no_gc_; member in v8::internal::NoGarbageCollectionMutexGuard
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental-interpreter.cc | 145 bytecode_(ToInstructionVector(bytecode, no_gc_)), in NfaInterpreter() 148 input_(ToCharacterVector<Character>(input, no_gc_)), in NfaInterpreter() 278 bytecode_ = ToInstructionVector(bytecode_object_, no_gc_); in HandleInterrupts() 280 input_ = ToCharacterVector<Character>(input_object_, no_gc_); in HandleInterrupts() 517 DisallowGarbageCollection no_gc_; member in v8::internal::__anon14958::NfaInterpreter
|
/third_party/node/deps/v8/src/baseline/ |
H A D | bytecode-offset-iterator.cc | 39 no_gc_.emplace(); in BytecodeOffsetIterator()
|
H A D | bytecode-offset-iterator.h | 91 base::Optional<DisallowGarbageCollection> no_gc_; member in v8::internal::baseline::BytecodeOffsetIterator
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-builder-inl.h | 232 end = reinterpret_cast<DestChar*>(one_byte_string.GetChars(no_gc_) + in ~NoExtend() 236 end = reinterpret_cast<DestChar*>(two_byte_string.GetChars(no_gc_) + in ~NoExtend() 257 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-frames.h | 80 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
H A D | debug.h | 163 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
H A D | debug.cc | 1752 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
/third_party/node/deps/v8/src/codegen/ |
H A D | handler-table.h | 124 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
H A D | safepoint-table.h | 193 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | code-serializer.h | 110 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
H A D | serializer.h | 366 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
H A D | serializer.cc | 696 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
/third_party/node/deps/v8/src/objects/ |
H A D | string.h | 174 : onebyte_start(nullptr), length_(0), state_(NON_FLAT), no_gc_(no_gc) {} 182 const DisallowGarbageCollection& no_gc_; 686 const DisallowGarbageCollection& no_gc_;
|
H A D | string-inl.h | 733 : onebyte_start(start), length_(length), state_(ONE_BYTE), no_gc_(no_gc) { in FlatContent() 741 : twobyte_start(start), length_(length), state_(TWO_BYTE), no_gc_(no_gc) { in FlatContent() 1435 no_gc_(no_gc) {} 1470 return SubStringRange::iterator(string_, first_, no_gc_); 1474 return SubStringRange::iterator(string_, first_ + length_, no_gc_);
|
H A D | transitions.h | 178 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
H A D | fixed-array.h | 445 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 173 const DisallowGarbageCollection no_gc_; member in v8::internal::compiler::__anon14333::final
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 326 const DisallowGarbageCollection no_gc_; member in v8::internal::__anon14998::final
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 6623 DISALLOW_GARBAGE_COLLECTION(no_gc_)
|