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

  /external/v8/src/
compiler.h 283 class CompilationZoneScope : public ZoneScope {
285 explicit CompilationZoneScope(ZoneScopeMode mode) : ZoneScope(mode) { }
286 virtual ~CompilationZoneScope() {
compiler.cc 127 CompilationZoneScope zone_scope(DELETE_ON_EXIT);
351 CompilationZoneScope zone_scope(DELETE_ON_EXIT);
parser.cc     [all...]
jsregexp.cc 124 CompilationZoneScope zone_scope(DELETE_ON_EXIT);
249 CompilationZoneScope zone_scope(DELETE_ON_EXIT);
    [all...]
runtime.cc     [all...]

Completed in 25 milliseconds