Home
last modified time | relevance | path

Searched refs:zone_ (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dast.h2635 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 …]
Dlithium-allocator.cc534 : 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 …]
Dfull-codegen.h818 zone_(zone) { } in AccessorTable()
822 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors(); in lookup()
827 Zone* zone_;
Dparser.h288 Zone* zone() { return zone_; } in zone()
290 Zone* zone_; variable
Disolate.h839 Zone* zone() { return &zone_; } in zone()
1182 Zone zone_; variable
Dlithium-allocator.h598 Zone* zone_; variable
Dhydrogen.h1129 Zone* zone() { return zone_; } in zone()
1149 Zone* zone_; variable
Disolate.cc1483 zone_.isolate_ = this; in Isolate()
1599 zone_.DeleteKeptSegment(); in ~Isolate()
Dhydrogen.cc609 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()
Dparser.cc90 : zone_(Isolate::Current()->zone()), in RegExpBuilder()
/external/v8/src/mips/
Dlithium-mips.h2238 zone_(graph->isolate()->zone()), in LChunkBuilder()
2268 Zone* zone() const { return zone_; } in zone()
2374 Zone* zone_; variable
/external/v8/src/x64/
Dlithium-x64.h2220 zone_(graph->isolate()->zone()), in LChunkBuilder()
2250 Zone* zone() const { return zone_; } in zone()
2359 Zone* zone_; variable
/external/v8/src/ia32/
Dlithium-ia32.h2356 zone_(graph->isolate()->zone()), in LChunkBuilder()
2386 Zone* zone() { return zone_; } in zone()
2495 Zone* zone_; variable
/external/v8/src/arm/
Dlithium-arm.h2258 zone_(graph->isolate()->zone()), in LChunkBuilder()
2288 Zone* zone() const { return zone_; } in zone()
2393 Zone* zone_; variable
/external/v8/test/cctest/
Dtest-regexp.cc692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) { in ContextInitializer()
703 v8::internal::ZoneScope zone_; member in ContextInitializer