HomeSort by relevance Sort by last modified time
    Searched defs:instruction_zone (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
instruction-selector.h 382 Zone* instruction_zone() const { return sequence()->zone(); } function in class:v8::internal::compiler::final
pipeline.cc 228 Zone* instruction_zone() const { return instruction_zone_; } function in class:v8::internal::compiler::PipelineData
287 InstructionSequence::InstructionBlocksFor(instruction_zone(),
289 sequence_ = new (instruction_zone()) InstructionSequence(
290 info()->isolate(), instruction_zone(), instruction_blocks);
305 frame_ = new (instruction_zone()) Frame(fixed_frame_size);
    [all...]

Completed in 50 milliseconds