HomeSort by relevance Sort by last modified time
    Searched refs:Zone (Results 26 - 27 of 27) sorted by null

12

  /external/v8/src/
ast.h 45 #include "zone-inl.h"
54 // Nodes are allocated in a separate zone, which allows faster
204 void* operator new(size_t size, Zone* zone) {
205 return zone->New(static_cast<int>(size));
243 // current zone from the TLS.
    [all...]
hydrogen.cc 79 loop_information_ = new(zone()) HLoopInformation(this);
111 HBlockEntry* entry = new(zone()) HBlockEntry();
123 if (has_uses == HDeoptimize::kNoUses) return new(zone()) HDeoptimize(0);
126 HDeoptimize* instr = new(zone()) HDeoptimize(environment->length());
145 HSimulate* instr = new(zone()) HSimulate(ast_id, pop_count);
170 AddInstruction(new(zone()) HLeaveInlined);
174 HGoto* instr = new(zone()) HGoto(block);
184 AddInstruction(new(zone()) HLeaveInlined);
188 HGoto* instr = new(zone()) HGoto(target);
449 reachable_(block_count, ZONE),
1443 Zone* zone() { return graph_->zone(); } function in class:v8::internal::BASE_EMBEDDED
1742 Zone* zone() { return graph_->zone(); } function in class:v8::internal::BASE_EMBEDDED
7798 Zone* zone = closure()->GetIsolate()->zone(); local
    [all...]

Completed in 596 milliseconds

12