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

  /external/v8/test/cctest/compiler/
test-instruction.cc 103 int last_instruction_index(BasicBlock* block) { function in class:v8::internal::compiler::InstructionTester
104 return BlockAt(block)->last_instruction_index();
180 CHECK_EQ(b0, R.GetBasicBlock(R.last_instruction_index(b0)));
183 CHECK_EQ(b1, R.GetBasicBlock(R.last_instruction_index(b1)));
186 CHECK_EQ(b2, R.GetBasicBlock(R.last_instruction_index(b2)));
189 CHECK_EQ(b3, R.GetBasicBlock(R.last_instruction_index(b3)));
  /external/v8/src/crankshaft/
hydrogen.h 73 int last_instruction_index() const { return last_instruction_index_; } function in class:v8::internal::final
    [all...]

Completed in 54 milliseconds