HomeSort by relevance Sort by last modified time
    Searched refs:zone_ (Results 26 - 50 of 63) sorted by null

12 3

  /external/chromium_org/v8/src/
regexp-macro-assembler.h 160 Zone* zone() const { return zone_; }
165 Zone* zone_; member in class:v8::internal::RegExpMacroAssembler
safepoint-table.h 187 zone_(zone) { }
228 Zone* zone_;
func-name-inferrer.cc 21 zone_(zone) {
lithium.h 414 zone_(zone),
429 Zone* zone() const { return zone_; }
532 Zone* zone_; member in class:v8::internal::FINAL
707 zone_(graph->zone()) {}
740 Zone* zone() const { return zone_; }
749 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
ast-value-factory.h 272 zone_(zone),
330 Zone* zone_; member in class:v8::internal::AstValueFactory
json-parser.h 35 zone_(isolate_),
183 Zone* zone() { return &zone_; }
195 Zone zone_; member in class:v8::internal::BASE_EMBEDDED
jsregexp.h 574 : replacement_(NULL), trace_count_(0), zone_(zone) {
668 Zone* zone() const { return zone_; }
692 Zone* zone_; member in class:v8::internal::QuickCheckDetails
1583 Zone* zone_; member in class:v8::internal::DispatchTableConstructor
    [all...]
lithium-allocator.h 352 Zone* zone() { return &zone_; }
513 Zone zone_; member in class:v8::internal::BASE_EMBEDDED
ast.cc 800 RegExpUnparser(OStream& os, Zone* zone) : os_(os), zone_(zone) {}
808 Zone* zone_; member in class:v8::internal::FINAL
847 for (int i = 0; i < that->ranges(zone_)->length(); i++) {
849 VisitCharacterRange(that->ranges(zone_)->at(i));
    [all...]
full-codegen.h 858 zone_(zone) { }
861 Iterator it = find(literal, true, ZoneAllocationPolicy(zone_));
862 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors();
867 Zone* zone_; member in class:v8::internal::AccessorTable
    [all...]
lithium-codegen.cc 49 zone_(info->zone()),
parser.h 198 Zone* zone() const { return zone_; }
200 Zone* zone_; member in class:v8::internal::RegExpBuilder
313 Zone* zone() const { return zone_; }
323 Zone* zone_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
preparser.h 90 zone_(zone),
291 typename Traits::Type::Zone* zone() const { return zone_; }
594 typename Traits::Type::Zone* zone_; // Only used by Parser. member in class:v8::internal::ParserBase
    [all...]
regexp-macro-assembler.cc 19 zone_(zone) {
scopes.cc 29 zone_(zone) {}
85 zone_(zone) {
109 zone_(zone) {
134 zone_(zone) {
    [all...]
deoptimizer.h 726 zone_(zone) {
755 Zone* zone() const { return zone_; }
769 Zone* zone_; member in class:v8::internal::FrameDescription
gdb-jit.cc 477 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
480 sections_.Add(section, zone_);
597 Zone* zone_; member in class:v8::BASE_EMBEDDED
606 explicit ELF(Zone* zone) : zone_(zone), sections_(6, zone) {
622 sections_.Add(section, zone_);
721 Zone* zone_; member in class:v8::BASE_EMBEDDED
    [all...]
  /external/chromium_org/v8/src/compiler/
value-numbering-reducer.cc 49 ValueNumberingReducer::ValueNumberingReducer(Zone* zone) : zone_(zone) {
graph-visualizer.cc 38 Zone* zone_; member in class:v8::internal::compiler::GraphVisualizer
244 const_cast<Graph*>(graph_), zone_, white_nodes_.begin(), local
267 : zone_(zone),
schedule.h 160 zone_(zone),
274 succ->AppendInput(zone_, block);
295 Zone* zone_; member in class:v8::internal::compiler::Schedule
instruction-selector.h 195 Zone* zone() { return &zone_; }
199 Zone zone_; member in class:v8::internal::compiler::FINAL
register-allocator.h 346 inline Zone* zone() { return &zone_; }
496 Zone zone_; member in class:v8::internal::compiler::BASE_EMBEDDED
common-operator.cc 91 : impl_(kImpl.Get()), zone_(zone) {}
simplified-operator.cc 150 : impl_(kImpl.Get()), zone_(zone) {}
scheduler.cc 228 : zone_(zone),
300 CFGBuilder cfg_builder(zone_, this);
303 scheduled_nodes_.resize(schedule_->BasicBlockCount(), NodeVector(zone_));
611 Zone zone(zone_->isolate());
689 ZoneQueue<Node*> queue(zone_);
    [all...]

Completed in 1894 milliseconds

12 3