HomeSort by relevance Sort by last modified time
    Searched refs:InstructionSequence (Results 1 - 19 of 19) sorted by null

  /external/v8/src/compiler/
code-generator.h 23 explicit CodeGenerator(InstructionSequence* code);
28 InstructionSequence* code() const { return code_; }
122 InstructionSequence* code_;
instruction.cc 315 Label* InstructionSequence::GetLabel(BasicBlock* block) {
320 BlockStartInstruction* InstructionSequence::GetBlockStart(BasicBlock* block) {
325 void InstructionSequence::StartBlock(BasicBlock* block) {
333 void InstructionSequence::EndBlock(BasicBlock* block) {
340 int InstructionSequence::AddInstruction(Instruction* instr, BasicBlock* block) {
358 BasicBlock* InstructionSequence::GetBasicBlock(int instruction_index) {
370 bool InstructionSequence::IsReference(int virtual_register) const {
375 bool InstructionSequence::IsDouble(int virtual_register) const {
380 void InstructionSequence::MarkAsReference(int virtual_register) {
385 void InstructionSequence::MarkAsDouble(int virtual_register)
    [all...]
instruction-selector.h 28 InstructionSelector(InstructionSequence* sequence,
193 InstructionSequence* sequence() const { return sequence_; }
200 InstructionSequence* sequence_;
code-generator.cc 15 CodeGenerator::CodeGenerator(InstructionSequence* code)
45 for (InstructionSequence::const_iterator i = code()->begin();
294 InstructionSequence::StateId state_id = InstructionSequence::StateId::FromInt(
register-allocator.h 322 explicit RegisterAllocator(InstructionSequence* code);
343 inline InstructionSequence* code() const { return code_; }
497 InstructionSequence* code_;
instruction.h 798 class InstructionSequence FINAL {
800 InstructionSequence(Linkage* linkage, Graph* graph, Schedule* schedule)
916 friend OStream& operator<<(OStream& os, const InstructionSequence& code);
934 OStream& operator<<(OStream& os, const InstructionSequence& code);
instruction-selector-impl.h 138 InstructionSequence* sequence() const { return selector()->sequence(); }
pipeline.cc 371 InstructionSequence sequence(linkage, graph, schedule);
instruction-selector-unittest.cc 38 InstructionSequence sequence(&linkage, graph(), schedule);
49 for (InstructionSequence::const_iterator i = sequence.begin();
106 InstructionSequence::StateId::FromInt(i)));
instruction-selector.cc 16 InstructionSelector::InstructionSelector(InstructionSequence* sequence,
313 InstructionSequence::StateId state_id =
    [all...]
register-allocator.cc 502 RegisterAllocator::RegisterAllocator(InstructionSequence* code)
    [all...]
  /external/v8/test/cctest/compiler/
instruction-selector-tester.h 64 InstructionSequence sequence(&linkage, graph(), schedule);
70 for (InstructionSequence::const_iterator i = sequence.begin();
test-codegen-deopt.cc 68 code = new v8::internal::compiler::InstructionSequence(linkage, graph,
104 v8::internal::compiler::InstructionSequence* code;
test-instruction.cc 24 typedef v8::internal::compiler::InstructionSequence TestInstrSeq;
  /external/v8/src/arm64/
instructions-arm64.h 390 // InstructionSequence looks at instructions sequences generated by the
392 class InstructionSequence : public Instruction {
394 static InstructionSequence* At(Address address) {
395 return reinterpret_cast<InstructionSequence*>(address);
instructions-arm64.cc 294 bool InstructionSequence::IsInlineData() const {
306 uint64_t InstructionSequence::InlineData() const {
macro-assembler-arm64.cc     [all...]
  /external/v8/src/ic/arm64/
ic-arm64.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 263 milliseconds