Home
last modified time | relevance | path

Searched refs:AddConstantInIt (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm_vixl.h253 void AddConstantInIt(vixl32::Register rd,
Djni_macro_assembler_arm_vixl.cc824 asm_.AddConstantInIt(out_reg, sp, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
830 asm_.AddConstantInIt(out_reg, sp, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
858 asm_.AddConstantInIt(scratch, sp, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
Dassembler_arm_vixl.cc445 void ArmVIXLAssembler::AddConstantInIt(vixl32::Register rd, in AddConstantInIt() function in art::arm::ArmVIXLAssembler