Searched refs:GenInlinedPoke (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 165 bool GenInlinedPoke(CallInfo* info, OpSize size);
|
D | int_mips.cc | 389 bool MipsMir2Lir::GenInlinedPoke(CallInfo* info, OpSize size) { in GenInlinedPoke() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 166 bool GenInlinedPoke(CallInfo* info, OpSize size);
|
D | int_arm.cc | 810 bool ArmMir2Lir::GenInlinedPoke(CallInfo* info, OpSize size) { in GenInlinedPoke() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 160 bool GenInlinedPoke(CallInfo* info, OpSize size) OVERRIDE;
|
D | int_arm64.cc | 724 bool Arm64Mir2Lir::GenInlinedPoke(CallInfo* info, OpSize size) { in GenInlinedPoke() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 196 bool GenInlinedPoke(CallInfo* info, OpSize size) OVERRIDE;
|
D | int_x86.cc | 1057 bool X86Mir2Lir::GenInlinedPoke(CallInfo* info, OpSize size) { in GenInlinedPoke() function in art::X86Mir2Lir
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 602 return backend->GenInlinedPoke(info, static_cast<OpSize>(intrinsic.d.data)); in GenIntrinsic()
|
D | mir_to_lir.h | 1305 virtual bool GenInlinedPoke(CallInfo* info, OpSize size) = 0;
|