Home
last modified time | relevance | path

Searched refs:no_gc_ (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/common/
Dassert-scope.h211 : guard_(mutex), mutex_(mutex), no_gc_(new DisallowHeapAllocation()) {}
215 no_gc_.reset();
219 no_gc_.reset(new DisallowHeapAllocation());
225 std::unique_ptr<DisallowHeapAllocation> no_gc_;
/external/v8/src/regexp/experimental/
Dexperimental-interpreter.cc142 bytecode_(ToInstructionVector(bytecode, no_gc_)), in NfaInterpreter()
145 input_(ToCharacterVector<Character>(input, no_gc_)), in NfaInterpreter()
275 bytecode_ = ToInstructionVector(bytecode_object_, no_gc_); in HandleInterrupts()
277 input_ = ToCharacterVector<Character>(input_object_, no_gc_); in HandleInterrupts()
514 const DisallowHeapAllocation no_gc_; member in v8::internal::__anonde718e8a0111::NfaInterpreter
/external/v8/src/objects/
Dstring.h151 no_gc_(no_gc) {} in FlatContent()
157 no_gc_(no_gc) {} in FlatContent()
159 : onebyte_start(nullptr), length_(0), state_(NON_FLAT), no_gc_(no_gc) {} in FlatContent()
167 const DisallowHeapAllocation& no_gc_; variable
550 const DisallowHeapAllocation& no_gc_; variable
Dstring-inl.h914 no_gc_(no_gc) {} in SubStringRange()
949 return SubStringRange::iterator(string_, first_, no_gc_); in begin()
953 return SubStringRange::iterator(string_, first_ + length_, no_gc_); in end()
Dfixed-array.h418 DisallowHeapAllocation no_gc_; variable
/external/v8/src/debug/
Ddebug-frames.h81 DisallowHeapAllocation no_gc_; variable
Ddebug.h162 DisallowHeapAllocation no_gc_; variable
Ddebug.cc1522 DisallowHeapAllocation no_gc_; member in v8::internal::SharedFunctionInfoFinder
/external/v8/src/codegen/
Dhandler-table.h126 DISALLOW_HEAP_ALLOCATION(no_gc_)
/external/v8/src/snapshot/
Dcode-serializer.h74 DISALLOW_HEAP_ALLOCATION(no_gc_)
Dserializer.cc634 DISALLOW_HEAP_ALLOCATION(no_gc_)
/external/v8/src/strings/
Dstring-builder-inl.h217 DISALLOW_HEAP_ALLOCATION(no_gc_)