Home
last modified time | relevance | path

Searched refs:no_gc_ (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/common/
H A Dassert-scope.h298 : 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 Dexperimental-interpreter.cc145 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 Dbytecode-offset-iterator.cc39 no_gc_.emplace(); in BytecodeOffsetIterator()
H A Dbytecode-offset-iterator.h91 base::Optional<DisallowGarbageCollection> no_gc_; member in v8::internal::baseline::BytecodeOffsetIterator
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h232 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 Ddebug-frames.h80 DISALLOW_GARBAGE_COLLECTION(no_gc_)
H A Ddebug.h163 DISALLOW_GARBAGE_COLLECTION(no_gc_)
H A Ddebug.cc1752 DISALLOW_GARBAGE_COLLECTION(no_gc_)
/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h124 DISALLOW_GARBAGE_COLLECTION(no_gc_)
H A Dsafepoint-table.h193 DISALLOW_GARBAGE_COLLECTION(no_gc_)
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.h110 DISALLOW_GARBAGE_COLLECTION(no_gc_)
H A Dserializer.h366 DISALLOW_GARBAGE_COLLECTION(no_gc_)
H A Dserializer.cc696 DISALLOW_GARBAGE_COLLECTION(no_gc_)
/third_party/node/deps/v8/src/objects/
H A Dstring.h174 : onebyte_start(nullptr), length_(0), state_(NON_FLAT), no_gc_(no_gc) {}
182 const DisallowGarbageCollection& no_gc_;
686 const DisallowGarbageCollection& no_gc_;
H A Dstring-inl.h733 : 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 Dtransitions.h178 DISALLOW_GARBAGE_COLLECTION(no_gc_)
H A Dfixed-array.h445 DISALLOW_GARBAGE_COLLECTION(no_gc_)
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc173 const DisallowGarbageCollection no_gc_; member in v8::internal::compiler::__anon14333::final
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc326 const DisallowGarbageCollection no_gc_; member in v8::internal::__anon14998::final
/third_party/node/deps/v8/src/heap/
H A Dheap.cc6623 DISALLOW_GARBAGE_COLLECTION(no_gc_)

Completed in 36 milliseconds