Searched refs:SetBlockId (Results 1 – 3 of 3) sorted by relevance
44 void SetBlockId(size_t offset, int32_t id);
35 void BasicBlockProfilerData::SetBlockId(size_t offset, int32_t id) { in SetBlockId() function in v8::internal::BasicBlockProfilerData
104 data->SetBlockId(block_number, block->id().ToInt()); in Instrument()