Searched refs:AddConstantInIt (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.h | 237 void AddConstantInIt(vixl32::Register rd,
|
D | jni_macro_assembler_arm_vixl.cc | 502 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()
|
D | assembler_arm_vixl.cc | 448 void ArmVIXLAssembler::AddConstantInIt(vixl32::Register rd, in AddConstantInIt() function in art::arm::ArmVIXLAssembler
|