Home
last modified time | relevance | path

Searched defs:StoreConst32ToOffset (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc921 __ StoreConst32ToOffset(value, SP, destination.GetStackIndex(), TMP); in MoveConstant() local
943 __ StoreConst32ToOffset(value, SP, destination.GetStackIndex(), TMP); in MoveConstant() local
/art/compiler/utils/mips/
Dassembler_mips.cc1384 void MipsAssembler::StoreConst32ToOffset(int32_t value, in StoreConst32ToOffset() function in art::mips::MipsAssembler