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

  /external/v8/test/cctest/
test-ast.cc 42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
test-dataflow.cc 39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
test-liveedit.cc 98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
test-regexp.cc 75 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);
692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) {
    [all...]
test-strings.cc 236 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
351 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
441 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
  /external/v8/src/
zone.h 45 DELETE_ON_EXIT,
220 mode_ = DELETE_ON_EXIT;
zone-inl.h 133 return isolate_->zone()->scope_nesting_ == 1 && mode_ == DELETE_ON_EXIT;
json-parser.h 325 ZoneScope zone_scope(isolate(), DELETE_ON_EXIT);
compiler.cc 359 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
606 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
liveedit.cc 895 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
990 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT);
    [all...]
gdb-jit.cc     [all...]
jsregexp.cc 130 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
322 ZoneScope zone_scope(isolate, DELETE_ON_EXIT);
    [all...]
debug.cc     [all...]
runtime.cc     [all...]

Completed in 413 milliseconds