Searched refs:no_gc_ (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/common/ |
D | assert-scope.h | 211 : 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/ |
D | experimental-interpreter.cc | 142 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/ |
D | string.h | 151 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
|
D | string-inl.h | 914 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()
|
D | fixed-array.h | 418 DisallowHeapAllocation no_gc_; variable
|
/external/v8/src/debug/ |
D | debug-frames.h | 81 DisallowHeapAllocation no_gc_; variable
|
D | debug.h | 162 DisallowHeapAllocation no_gc_; variable
|
D | debug.cc | 1522 DisallowHeapAllocation no_gc_; member in v8::internal::SharedFunctionInfoFinder
|
/external/v8/src/codegen/ |
D | handler-table.h | 126 DISALLOW_HEAP_ALLOCATION(no_gc_)
|
/external/v8/src/snapshot/ |
D | code-serializer.h | 74 DISALLOW_HEAP_ALLOCATION(no_gc_)
|
D | serializer.cc | 634 DISALLOW_HEAP_ALLOCATION(no_gc_)
|
/external/v8/src/strings/ |
D | string-builder-inl.h | 217 DISALLOW_HEAP_ALLOCATION(no_gc_)
|