Home
last modified time | relevance | path

Searched defs:vreg_map (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/
Drename_vregs_local.cc44 void MarkLiveInsAsSeen(VRegMap& vreg_map, MachineBasicBlock* basic_block) { in MarkLiveInsAsSeen()
51 VRegMap& vreg_map, in TryRenameRegOperand()
88 void RenameInsnListRegs(VRegMap& vreg_map, MachineInsnList& insn_list, MachineIR* machine_ir) { in RenameInsnListRegs()
99 void RenameLiveOuts(VRegMap& vreg_map, MachineBasicBlock* basic_block) { in RenameLiveOuts()
107 void RenameSuccessorsLiveIns(VRegMap& vreg_map, in RenameSuccessorsLiveIns()
131 VRegMap vreg_map(machine_ir->NumVReg(), machine_ir->arena()); in RenameVRegsLocal() local
Drename_vregs.cc51 VRegMap* vreg_map, in GenInterBasicBlockMove()
81 VRegMap vreg_map(machine_ir); in RenameVRegs() local
Drename_vregs_test.cc45 x86_64::VRegMap vreg_map(&machine_ir); in TEST() local
78 x86_64::VRegMap vreg_map(&machine_ir); in TEST() local
/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.cc595 DexRegisterMap vreg_map = IsInInlinedFrame() in HandleOptimizingDeoptimization() local
/aosp_15_r20/art/runtime/jit/
H A Djit.cc394 DexRegisterMap vreg_map = code_info.GetDexRegisterMapOf(stack_map); in PrepareForOsr() local