Home
last modified time | relevance | path

Searched refs:instruction_block (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/hardware_TLBMissCost/src/
DgenerateBenchmarkFunction.sh9 function instruction_block { function
20 instruction_block
/external/v8/src/compiler/
Dgraph-visualizer.cc406 const InstructionBlock* instruction_block = in PrintSchedule() local
409 if (instruction_block->code_start() >= 0) { in PrintSchedule()
410 int first_index = instruction_block->first_instruction_index(); in PrintSchedule()
411 int last_index = instruction_block->last_instruction_index(); in PrintSchedule()
490 for (int j = instruction_block->first_instruction_index(); in PrintSchedule()
491 j <= instruction_block->last_instruction_index(); j++) { in PrintSchedule()
Dinstruction-selector.cc72 InstructionBlock* instruction_block = in SelectInstructions() local
74 size_t end = instruction_block->code_end(); in SelectInstructions()
75 size_t start = instruction_block->code_start(); in SelectInstructions()
686 InstructionBlock* instruction_block = in VisitBlock() local
688 instruction_block->set_code_start(static_cast<int>(instructions_.size())); in VisitBlock()
689 instruction_block->set_code_end(current_block_end); in VisitBlock()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc442 auto instruction_block = new (zone()) in NewBlock() local
444 instruction_blocks_.push_back(instruction_block); in NewBlock()
445 current_block_ = instruction_block; in NewBlock()
447 return instruction_block; in NewBlock()