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

  /external/v8/src/
basic-block-profiler.h 29 void SetBlockId(size_t offset, size_t block_id);
basic-block-profiler.cc 39 void BasicBlockProfiler::Data::SetBlockId(size_t offset, size_t block_id) {
  /external/v8/src/compiler/
basic-block-instrumentor.cc 80 data->SetBlockId(block_number, block->id().ToSize());
  /art/compiler/optimizing/
nodes.cc 50 block->SetBlockId(blocks_.size());
    [all...]
nodes.h     [all...]

Completed in 836 milliseconds