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

/external/v8/test/cctest/
H A Dtest-ast.cc42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
H A Dtest-dataflow.cc39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
H A Dtest-liveedit.cc98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
H A Dtest-regexp.cc75 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
85 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
99 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
117 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
388 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
471 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); local
517 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
557 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
625 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) {
1389 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
1410 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
1523 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
1587 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
1614 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); local
1685 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
[all...]
H A Dtest-strings.cc236 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); local
351 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); local
441 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); local
/external/v8/src/
H A Dzone.h45 DELETE_ON_EXIT, enumerator in enum:v8::internal::ZoneScopeMode
220 mode_ = DELETE_ON_EXIT;
H A Dzone-inl.h133 return isolate_->zone()->scope_nesting_ == 1 && mode_ == DELETE_ON_EXIT;
H A Djson-parser.h325 ZoneScope zone_scope(isolate(), DELETE_ON_EXIT); local
H A Dcompiler.cc359 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
606 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
H A Dliveedit.cc895 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
990 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); local
1546 ZoneScope scope(isolate, DELETE_ON_EXIT);
H A Dgdb-jit.cc1908 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
H A Djsregexp.cc130 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
322 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
H A Ddebug.cc2011 ZoneScope zone_scope(isolate_, DELETE_ON_EXIT);
H A Druntime.cc2898 ZoneScope zone_space(isolate, DELETE_ON_EXIT);
2987 ZoneScope zone(isolate, DELETE_ON_EXIT);
3605 ZoneScope zone_space(isolate, DELETE_ON_EXIT);
6296 ZoneScope scope(isolate, DELETE_ON_EXIT);
10969 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);

Completed in 653 milliseconds