Home
last modified time | relevance | path

Searched refs:sequence_ (Results 1 – 14 of 14) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-jump-threading.cc19 sequence_(main_isolate(), main_zone(), &blocks_), in TestCode()
24 InstructionSequence sequence_; member in v8::internal::compiler::TestCode
31 sequence_.AddInstruction( in Jump()
33 int pos = static_cast<int>(sequence_.instructions().size() - 1); in Jump()
46 sequence_.AddInstruction( in Branch()
48 int pos = static_cast<int>(sequence_.instructions().size() - 1); in Branch()
54 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in Nop()
58 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in RedundantMoves()
59 int index = static_cast<int>(sequence_.instructions().size()) - 1; in RedundantMoves()
67 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in NonRedundantMoves()
[all …]
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.h127 PortData() : port_(NULL), sequence_(NULL), state_(STATE_INIT) {} in PortData()
129 : port_(port), sequence_(seq), state_(STATE_INIT) { in PortData()
133 AllocationSequence* sequence() { return sequence_; } in sequence()
157 AllocationSequence* sequence_; variable
/external/v8/src/compiler/
Dinstruction-scheduler.h193 InstructionSequence* sequence() { return sequence_; } in sequence()
197 InstructionSequence* sequence_; variable
Dregister-allocator-verifier.h228 const InstructionSequence* sequence() const { return sequence_; } in sequence()
254 const InstructionSequence* const sequence_; variable
Dinstruction-selector.h283 InstructionSequence* sequence() const { return sequence_; } in sequence()
291 InstructionSequence* const sequence_; variable
Dpipeline.cc150 sequence_(sequence), in PipelineData()
209 InstructionSequence* sequence() const { return sequence_; } in sequence()
249 sequence_ = nullptr; in DeleteInstructionZone()
261 DCHECK(sequence_ == nullptr); in InitializeInstructionSequence()
265 sequence_ = new (instruction_zone()) InstructionSequence( in InitializeInstructionSequence()
268 sequence_->instruction_blocks()[0]->mark_needs_frame(); in InitializeInstructionSequence()
335 InstructionSequence* sequence_ = nullptr; member in v8::internal::compiler::PipelineData
Dinstruction.cc878 wrapper.sequence_ = this; in Print()
1009 const InstructionSequence& code = *printable.sequence_; in operator <<()
1020 printable.sequence_->PrintBlock(printable.register_configuration_, i); in operator <<()
Dinstruction-scheduler.cc81 sequence_(sequence), in InstructionScheduler()
Dregister-allocator-verifier.cc52 sequence_(sequence), in RegisterAllocatorVerifier()
Dinstruction.h1485 const InstructionSequence* sequence_; member
Dinstruction-selector.cc28 sequence_(sequence), in InstructionSelector()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc46 : sequence_(nullptr), in InstructionSequenceTest()
82 if (sequence_ == nullptr) { in sequence()
83 sequence_ = new (zone()) in sequence()
86 return sequence_; in sequence()
Dinstruction-sequence-unittest.h233 InstructionSequence* sequence_; variable
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h1867 void insertImages(Container *sequence_,MagickCore::Image* images_) in insertImages() argument
1882 sequence_->push_back(Magick::Image(image)); in insertImages()
2658 void readImages(Container *sequence_,const std::string &imageSpec_, in readImages() argument
2672 insertImages(sequence_,images); in readImages()
2677 void readImages(Container *sequence_,const std::string &imageSpec_) in readImages() argument
2680 readImages(sequence_,imageSpec_,options); in readImages()
2684 void readImages(Container *sequence_,const Blob &blob_,ReadOptions &options) in readImages() argument
2692 insertImages(sequence_,images); in readImages()
2697 void readImages(Container *sequence_,const Blob &blob_) in readImages() argument
2700 readImages(sequence_,blob_,options); in readImages()