Home
last modified time | relevance | path

Searched refs:DELETE_ON_EXIT (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dzone.h45 DELETE_ON_EXIT, enumerator
220 mode_ = DELETE_ON_EXIT; in DeleteOnExit()
Dzone-inl.h133 return isolate_->zone()->scope_nesting_ == 1 && mode_ == DELETE_ON_EXIT; in ShouldDeleteOnExit()
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()
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()
692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) { in ContextInitializer()
[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()