Home | Sort by relevance Sort by last modified time |
/external/v8/src/compiler/ | |
instruction-selector.h | 345 Zone* instruction_zone() const { return sequence()->zone(); } function in class:v8::internal::compiler::final |
pipeline.cc | 215 Zone* instruction_zone() const { return instruction_zone_; } function in class:v8::internal::compiler::PipelineData 270 InstructionSequence::InstructionBlocksFor(instruction_zone(), 272 sequence_ = new (instruction_zone()) InstructionSequence( 273 info()->isolate(), instruction_zone(), instruction_blocks); 288 frame_ = new (instruction_zone()) Frame(fixed_frame_size); [all...] |