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.h172 return instr_starts_; in instr_starts()
469 ZoneVector<TurbolizerInstructionStartInfo> instr_starts_; variable
Dcode-generator.cc86 instr_starts_(codegen_zone), in CodeGenerator()
248 instr_starts_.assign(instructions()->instructions().size(), {}); in AssembleCode()
703 instr_starts_[instruction_index].gap_pc_offset = tasm()->pc_offset(); in AssembleInstruction()
723 instr_starts_[instruction_index].arch_instr_pc_offset = tasm()->pc_offset(); in AssembleInstruction()
730 instr_starts_[instruction_index].condition_pc_offset = tasm()->pc_offset(); in AssembleInstruction()