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

  /external/v8/test/cctest/
test-dataflow.cc 39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
test-ast.cc 42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
test-liveedit.cc 98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
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);
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...]
  /external/v8/src/
zone.h 45 DELETE_ON_EXIT,
220 mode_ = DELETE_ON_EXIT;
json-parser.h 325 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...]

Completed in 195 milliseconds