Searched defs:zone_ (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dfull-codegen.h818 zone_(zone) { }
822 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors();
827 Zone* zone_; member in class:v8::internal::AccessorTable
H A Dlithium-allocator.h598 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
H A Dparser.h288 Zone* zone() { return zone_; }
290 Zone* zone_; member in class:v8::internal::RegExpBuilder
H A Disolate.h839 Zone* zone() { return &zone_; }
1182 Zone zone_; member in class:v8::internal::Isolate
H A Dhydrogen.h1129 Zone* zone() { return zone_; }
1149 Zone* zone_; member in class:v8::internal::HGraphBuilder
H A Dast.h2635 zone_(isolate_->zone()) { }
2647 new(zone_) VariableDeclaration(proxy, mode, scope);
2656 new(zone_) FunctionDeclaration(proxy, mode, fun, scope);
2664 new(zone_) ModuleDeclaration(proxy, module, scope);
2672 new(zone_) ImportDeclaration(proxy, module, scope);
2679 new(zone_) ExportDeclaration(proxy, scope);
2684 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface);
2689 ModuleVariable* module = new(zone_) ModuleVariable(proxy);
2694 ModulePath* module = new(zone_) ModulePath(origin, name);
2699 ModuleUrl* module = new(zone_) ModuleUr
2977 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
[all...]
H A Dhydrogen.cc609 zone_(info->isolate()->zone()),
983 graph_(graph), zone_(graph->isolate()->zone()), changed_ranges_(16) { }
997 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
1084 new_range = range->Copy(zone_);
1086 new_range = range->CopyClearLower(zone_);
1091 new_range = range->CopyClearUpper(zone_);
1106 value->ComputeInitialRange(zone_);
1127 value->AddNewRange(range, zone_);
/external/v8/test/cctest/
H A Dtest-regexp.cc692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) {
703 v8::internal::ZoneScope zone_; member in class:ContextInitializer
/external/v8/src/ia32/
H A Dlithium-ia32.h2356 zone_(graph->isolate()->zone()),
2386 Zone* zone() { return zone_; }
2495 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
/external/v8/src/arm/
H A Dlithium-arm.h2258 zone_(graph->isolate()->zone()),
2288 Zone* zone() const { return zone_; }
2393 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips/
H A Dlithium-mips.h2238 zone_(graph->isolate()->zone()),
2268 Zone* zone() const { return zone_; }
2374 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
/external/v8/src/x64/
H A Dlithium-x64.h2220 zone_(graph->isolate()->zone()),
2250 Zone* zone() const { return zone_; }
2359 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED

Completed in 1290 milliseconds