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

/external/v8/src/
H A Dzone-inl.h43 ASSERT(ZoneScope::nesting() > 0);
126 ZoneScope::ZoneScope(Isolate* isolate, ZoneScopeMode mode) function in class:v8::internal::ZoneScope
132 bool ZoneScope::ShouldDeleteOnExit() {
137 int ZoneScope::nesting() {
H A Dzone.h93 friend class ZoneScope;
209 class ZoneScope BASE_EMBEDDED {
211 INLINE(ZoneScope(Isolate* isolate, ZoneScopeMode mode));
213 virtual ~ZoneScope();
H A Dzone.cc80 ZoneScope::~ZoneScope() {
H A Djson-parser.h325 ZoneScope zone_scope(isolate(), DELETE_ON_EXIT);
H A Dcompiler.cc359 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
606 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
H A Dparser.h546 ZoneScope* zone_scope);
554 ZoneScope* zone_scope);
H A Dliveedit.cc895 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
926 // It works in context of ZoneScope.
990 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT);
1546 ZoneScope scope(isolate, DELETE_ON_EXIT);
H A Dparser.cc566 ZoneScope zone_scope(isolate(), DONT_DELETE_ON_EXIT);
593 ZoneScope* zone_scope) {
663 ZoneScope zone_scope(isolate(), DONT_DELETE_ON_EXIT);
690 ZoneScope* zone_scope) {
H A Dgdb-jit.cc1908 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
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);
/external/v8/test/cctest/
H A Dtest-ast.cc42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
H A Dtest-dataflow.cc39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
H A Dtest-liveedit.cc98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
H A Dtest-regexp.cc75 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
85 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
99 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
117 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
388 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
471 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT);
517 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
557 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
625 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
703 v8::internal::ZoneScope zone
[all...]
H A Dtest-strings.cc236 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
351 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
441 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);

Completed in 291 milliseconds