Home
last modified time | relevance | path

Searched refs:instr_starts (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h171 const ZoneVector<TurbolizerInstructionStartInfo>& instr_starts() const { in instr_starts() function
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3561 const ZoneVector<TurbolizerInstructionStartInfo>* instr_starts; member
3567 for (size_t i = 0; i < s.instr_starts->size(); ++i) { in operator <<()
3569 const TurbolizerInstructionStartInfo& info = (*s.instr_starts)[i]; in operator <<()
3613 << InstructionStartsAsJSON{&data->code_generator()->instr_starts()} in AssembleCode()