Home
last modified time | relevance | path

Searched refs:ZoneScope (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dzone-inl.h43 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()
Dzone.h93 friend class ZoneScope; variable
209 class ZoneScope BASE_EMBEDDED {
211 INLINE(ZoneScope(Isolate* isolate, ZoneScopeMode mode));
213 virtual ~ZoneScope();
Dzone.cc80 ZoneScope::~ZoneScope() { in ~ZoneScope()
Dparser.h546 ZoneScope* zone_scope);
554 ZoneScope* zone_scope);
Dcompiler.cc359 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in MakeFunctionInfo()
606 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in CompileLazy()
Djson-parser.h325 ZoneScope zone_scope(isolate(), DELETE_ON_EXIT); in ParseJsonArray()
Dliveedit.cc895 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()
Dparser.cc566 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()
Dgdb-jit.cc1908 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CreateELFObject()
Djsregexp.cc130 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in Compile()
322 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in CompileIrregexp()
Druntime.cc2898 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()
Ddebug.cc2011 ZoneScope zone_scope(isolate_, DELETE_ON_EXIT); in PrepareForBreakPoints()
/external/v8/test/cctest/
Dtest-regexp.cc75 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 …]
Dtest-ast.cc42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST()
Dtest-dataflow.cc39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST()
Dtest-strings.cc236 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()
Dtest-liveedit.cc98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CompareStringsOneWay()