Searched defs:DELETE_ON_EXIT (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/cctest/
H A Dtest-dataflow.cc39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); local
H A Dtest-ast.cc42 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-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
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...]
/external/v8/src/
H A Dzone.h45 DELETE_ON_EXIT, enumerator in enum:v8::internal::ZoneScopeMode
220 mode_ = DELETE_ON_EXIT;
H A Djson-parser.h325 ZoneScope zone_scope(isolate(), DELETE_ON_EXIT); local
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

Completed in 152 milliseconds