Searched refs:ZoneScope (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/ |
D | zone-inl.h | 43 ASSERT(ZoneScope::nesting() > 0); in New() 126 ZoneScope::ZoneScope(Isolate* isolate, ZoneScopeMode mode) in ZoneScope() function 132 bool ZoneScope::ShouldDeleteOnExit() { in ShouldDeleteOnExit() 137 int ZoneScope::nesting() { in nesting()
|
D | zone.h | 93 friend class ZoneScope; variable 209 class ZoneScope BASE_EMBEDDED { 211 INLINE(ZoneScope(Isolate* isolate, ZoneScopeMode mode)); 213 virtual ~ZoneScope();
|
D | zone.cc | 80 ZoneScope::~ZoneScope() { in ~ZoneScope()
|
D | parser.h | 546 ZoneScope* zone_scope); 554 ZoneScope* zone_scope);
|
D | compiler.cc | 359 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in MakeFunctionInfo() 606 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in CompileLazy()
|
D | json-parser.h | 325 ZoneScope zone_scope(isolate(), DELETE_ON_EXIT); in ParseJsonArray()
|
D | liveedit.cc | 895 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in GatherCompileInfo() 990 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); in ReplaceCodeObject() 1546 ZoneScope scope(isolate, DELETE_ON_EXIT); in DropActivationsInActiveThread()
|
D | parser.cc | 566 ZoneScope zone_scope(isolate(), DONT_DELETE_ON_EXIT); in ParseProgram() 593 ZoneScope* zone_scope) { in DoParseProgram() 663 ZoneScope zone_scope(isolate(), DONT_DELETE_ON_EXIT); in ParseLazy() 690 ZoneScope* zone_scope) { in ParseLazy()
|
D | gdb-jit.cc | 1908 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CreateELFObject()
|
D | jsregexp.cc | 130 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in Compile() 322 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in CompileIrregexp()
|
D | runtime.cc | 2898 ZoneScope zone_space(isolate, DELETE_ON_EXIT); in StringReplaceStringWithString() 2987 ZoneScope zone(isolate, DELETE_ON_EXIT); in StringReplaceRegExpWithString() 3605 ZoneScope zone_space(isolate, DELETE_ON_EXIT); in RUNTIME_FUNCTION() 6296 ZoneScope scope(isolate, DELETE_ON_EXIT); in RUNTIME_FUNCTION() 10969 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in ScopeIterator()
|
D | debug.cc | 2011 ZoneScope zone_scope(isolate_, DELETE_ON_EXIT); in PrepareForBreakPoints()
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 75 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CheckParse() 85 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in Parse() 99 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CheckSimple() 117 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CheckMinMaxMatch() 388 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in ExpectError() 471 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); in TestCharacterClassEscapes() 517 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in Execute() 557 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST() 625 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST() 703 v8::internal::ZoneScope zone_; [all …]
|
D | test-ast.cc | 42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST()
|
D | test-dataflow.cc | 39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST()
|
D | test-strings.cc | 236 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); in TEST() 351 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); in TEST() 441 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); in TEST()
|
D | test-liveedit.cc | 98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CompareStringsOneWay()
|