HomeSort by relevance Sort by last modified time
    Searched refs:ZoneScope (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
zone.h 178 class ZoneScope BASE_EMBEDDED {
180 explicit ZoneScope(ZoneScopeMode mode) : mode_(mode) {
184 virtual ~ZoneScope() {
heap-profiler.h 141 ZoneScope zscope_;
226 ZoneScope zscope_;
255 ZoneScope zscope_;
compiler.h 283 class CompilationZoneScope : public ZoneScope {
285 explicit CompilationZoneScope(ZoneScopeMode mode) : ZoneScope(mode) { }
zone.cc 43 int ZoneScope::nesting_ = 0;
zone-inl.h 40 ASSERT(ZoneScope::nesting() > 0);
  /external/v8/test/cctest/
test-ast.cc 41 ZoneScope zone_scope(DELETE_ON_EXIT);
test-regexp.cc 64 ZoneScope zone_scope(DELETE_ON_EXIT);
74 ZoneScope zone_scope(DELETE_ON_EXIT);
88 ZoneScope zone_scope(DELETE_ON_EXIT);
106 ZoneScope zone_scope(DELETE_ON_EXIT);
365 ZoneScope zone_scope(DELETE_ON_EXIT);
447 ZoneScope scope(DELETE_ON_EXIT);
489 ZoneScope zone_scope(DELETE_ON_EXIT);
529 ZoneScope zone_scope(DELETE_ON_EXIT);
596 ZoneScope zone_scope(DELETE_ON_EXIT);
674 v8::internal::ZoneScope zone_
    [all...]
test-heap-profiler.cc 147 i::ZoneScope zn_scope(i::DELETE_ON_EXIT);
186 i::ZoneScope zn_scope(i::DELETE_ON_EXIT);
217 i::ZoneScope zn_scope(i::DELETE_ON_EXIT);
270 i::ZoneScope zn_scope(i::DELETE_ON_EXIT);
test-strings.cc 236 ZoneScope zone(DELETE_ON_EXIT);
348 ZoneScope zone(DELETE_ON_EXIT);

Completed in 195 milliseconds