/external/v8/src/ |
D | ast.h | 2635 zone_(isolate_->zone()) { } in AstNodeFactory() 2647 new(zone_) VariableDeclaration(proxy, mode, scope); in NewVariableDeclaration() 2656 new(zone_) FunctionDeclaration(proxy, mode, fun, scope); in NewFunctionDeclaration() 2664 new(zone_) ModuleDeclaration(proxy, module, scope); in NewModuleDeclaration() 2672 new(zone_) ImportDeclaration(proxy, module, scope); in NewImportDeclaration() 2679 new(zone_) ExportDeclaration(proxy, scope); in NewExportDeclaration() 2684 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface); in NewModuleLiteral() 2689 ModuleVariable* module = new(zone_) ModuleVariable(proxy); in NewModuleVariable() 2694 ModulePath* module = new(zone_) ModulePath(origin, name); in NewModulePath() 2699 ModuleUrl* module = new(zone_) ModuleUrl(url); in NewModuleUrl() [all …]
|
D | lithium-allocator.cc | 534 : zone_(graph->zone()), in LAllocator() 564 BitVector* live_out = new(zone_) BitVector(next_virtual_register_, zone_); in ComputeLiveOut() 602 range->AddUseInterval(start, end, zone_); in AddInitialIntervals() 644 result = new(zone_) LiveRange(FixedLiveRangeID(index), zone_); in FixedLiveRangeFor() 646 result->set_assigned_register(index, GENERAL_REGISTERS, zone_); in FixedLiveRangeFor() 657 result = new(zone_) LiveRange(FixedDoubleLiveRangeID(index), zone_); in FixedDoubleLiveRangeFor() 659 result->set_assigned_register(index, DOUBLE_REGISTERS, zone_); in FixedDoubleLiveRangeFor() 672 result = new(zone_) LiveRange(index, zone_); in LiveRangeFor() 718 range->AddUseInterval(position, position.NextInstruction(), zone_); in Define() 719 range->AddUsePosition(position.NextInstruction(), NULL, zone_); in Define() [all …]
|
D | full-codegen.h | 818 zone_(zone) { } in AccessorTable() 822 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors(); in lookup() 827 Zone* zone_;
|
D | parser.h | 288 Zone* zone() { return zone_; } in zone() 290 Zone* zone_; variable
|
D | isolate.h | 839 Zone* zone() { return &zone_; } in zone() 1182 Zone zone_; variable
|
D | lithium-allocator.h | 598 Zone* zone_; variable
|
D | hydrogen.h | 1129 Zone* zone() { return zone_; } in zone() 1149 Zone* zone_; variable
|
D | isolate.cc | 1483 zone_.isolate_ = this; in Isolate() 1599 zone_.DeleteKeptSegment(); in ~Isolate()
|
D | hydrogen.cc | 609 zone_(info->isolate()->zone()), in HGraphBuilder() 983 graph_(graph), zone_(graph->isolate()->zone()), changed_ranges_(16) { } in HRangeAnalysis() 997 Zone* zone_; member in v8::internal::BASE_EMBEDDED 1084 new_range = range->Copy(zone_); in UpdateControlFlowRange() 1086 new_range = range->CopyClearLower(zone_); in UpdateControlFlowRange() 1091 new_range = range->CopyClearUpper(zone_); in UpdateControlFlowRange() 1106 value->ComputeInitialRange(zone_); in InferRange() 1127 value->AddNewRange(range, zone_); in AddRange()
|
D | parser.cc | 90 : zone_(Isolate::Current()->zone()), in RegExpBuilder()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2238 zone_(graph->isolate()->zone()), in LChunkBuilder() 2268 Zone* zone() const { return zone_; } in zone() 2374 Zone* zone_; variable
|
/external/v8/src/x64/ |
D | lithium-x64.h | 2220 zone_(graph->isolate()->zone()), in LChunkBuilder() 2250 Zone* zone() const { return zone_; } in zone() 2359 Zone* zone_; variable
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2356 zone_(graph->isolate()->zone()), in LChunkBuilder() 2386 Zone* zone() { return zone_; } in zone() 2495 Zone* zone_; variable
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2258 zone_(graph->isolate()->zone()), in LChunkBuilder() 2288 Zone* zone() const { return zone_; } in zone() 2393 Zone* zone_; variable
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) { in ContextInitializer() 703 v8::internal::ZoneScope zone_; member in ContextInitializer
|