Searched refs:DELETE_ON_EXIT (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | zone.h | 45 DELETE_ON_EXIT, enumerator 220 mode_ = DELETE_ON_EXIT; in DeleteOnExit()
|
D | zone-inl.h | 133 return isolate_->zone()->scope_nesting_ == 1 && mode_ == DELETE_ON_EXIT; in ShouldDeleteOnExit()
|
D | compiler.cc | 359 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in MakeFunctionInfo() 606 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in CompileLazy()
|
D | json-parser.h | 325 ZoneScope zone_scope(isolate(), DELETE_ON_EXIT); in ParseJsonArray()
|
D | liveedit.cc | 895 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in GatherCompileInfo() 990 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); in ReplaceCodeObject() 1546 ZoneScope scope(isolate, DELETE_ON_EXIT); in DropActivationsInActiveThread()
|
D | gdb-jit.cc | 1908 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CreateELFObject()
|
D | jsregexp.cc | 130 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in Compile() 322 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in CompileIrregexp()
|
D | runtime.cc | 2898 ZoneScope zone_space(isolate, DELETE_ON_EXIT); in StringReplaceStringWithString() 2987 ZoneScope zone(isolate, DELETE_ON_EXIT); in StringReplaceRegExpWithString() 3605 ZoneScope zone_space(isolate, DELETE_ON_EXIT); in RUNTIME_FUNCTION() 6296 ZoneScope scope(isolate, DELETE_ON_EXIT); in RUNTIME_FUNCTION() 10969 ZoneScope zone_scope(isolate, DELETE_ON_EXIT); in ScopeIterator()
|
D | debug.cc | 2011 ZoneScope zone_scope(isolate_, DELETE_ON_EXIT); in PrepareForBreakPoints()
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 75 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CheckParse() 85 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in Parse() 99 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CheckSimple() 117 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CheckMinMaxMatch() 388 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in ExpectError() 471 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); in TestCharacterClassEscapes() 517 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in Execute() 557 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST() 625 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST() 692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) { in ContextInitializer() [all …]
|
D | test-ast.cc | 42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST()
|
D | test-dataflow.cc | 39 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in TEST()
|
D | test-strings.cc | 236 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); in TEST() 351 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); in TEST() 441 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT); in TEST()
|
D | test-liveedit.cc | 98 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT); in CompareStringsOneWay()
|