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

  /external/v8/src/
zone.h 37 enum ZoneScopeMode {
180 explicit ZoneScope(ZoneScopeMode mode) : mode_(mode) {
202 ZoneScopeMode mode_;
compiler.h 285 explicit CompilationZoneScope(ZoneScopeMode mode) : ZoneScope(mode) { }

Completed in 44 milliseconds