Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dcode-generator.h174 return instr_starts_; in instr_starts()
486 ZoneVector<TurbolizerInstructionStartInfo> instr_starts_; variable
Dcode-generator.cc87 instr_starts_(codegen_zone), in CodeGenerator()
251 instr_starts_.assign(instructions()->instructions().size(), {}); in AssembleCode()
737 instr_starts_[instruction_index].gap_pc_offset = tasm()->pc_offset(); in AssembleInstruction()
757 instr_starts_[instruction_index].arch_instr_pc_offset = tasm()->pc_offset(); in AssembleInstruction()
764 instr_starts_[instruction_index].condition_pc_offset = tasm()->pc_offset(); in AssembleInstruction()