Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm_vixl.h237 void AddConstantInIt(vixl32::Register rd,
Djni_macro_assembler_arm_vixl.cc502 asm_.AddConstantInIt(out_reg.AsVIXLRegister(), sp, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
508 asm_.AddConstantInIt(out_reg.AsVIXLRegister(), sp, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
539 asm_.AddConstantInIt(scratch.AsVIXLRegister(), sp, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
Dassembler_arm_vixl.cc448 void ArmVIXLAssembler::AddConstantInIt(vixl32::Register rd, in AddConstantInIt() function in art::arm::ArmVIXLAssembler