Searched refs:kWord (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 1058 case kWord: in LoadBaseIndexed() 1143 case kWord: // Intentional fall-trough. in StoreBaseIndexed() 1200 case kWord: // Intentional fall-through. in LoadBaseDispBody() 1296 case kWord: // Intentional fall-through. in StoreBaseDispBody()
|
/art/compiler/dex/ |
D | compiler_enums.h | 381 kWord, // Natural word size of target (32/64). enumerator
|
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 861 if (size == kWord) { in LoadBaseDisp() 1019 if (size == kWord) { in StoreBaseDisp()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 1033 if (size == kWord) { in LoadBaseDisp() 1210 if (size == kWord) { in StoreBaseDisp()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 664 case kWord: in LoadBaseIndexedDisp() 817 case kWord: in StoreBaseIndexedDisp()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 753 case kWord: // Intentional fallthrough. in GenSput() 998 case kWord: // Intentional fallthrough. in GenIPut() 2277 case kWord: // Intentional fallthrough. in SizeMatchesTypeForEntrypoint()
|
D | mir_to_lir.h | 977 return LoadBaseDisp(r_base, displacement, r_dest, kWord, kNotVolatile); in LoadWordDisp() 1006 return StoreBaseDisp(r_base, displacement, r_src, kWord, kNotVolatile); in StoreWordDisp()
|
D | ralloc_util.cc | 766 StoreBaseDisp(TargetPtrReg(kSp), VRegOffset(v_reg), reg, kWord, kNotVolatile); in FlushReg()
|
D | gen_invoke.cc | 418 StoreBaseDisp(TargetPtrReg(kSp), 0, rl_src.reg, kWord, kNotVolatile); in FlushIns()
|