Searched refs:GenInlinedPeek (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | codegen_mips.h | 164 bool GenInlinedPeek(CallInfo* info, OpSize size);
|
D | int_mips.cc | 366 bool MipsMir2Lir::GenInlinedPeek(CallInfo* info, OpSize size) { in GenInlinedPeek() function in art::MipsMir2Lir
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 165 bool GenInlinedPeek(CallInfo* info, OpSize size);
|
D | int_arm.cc | 785 bool ArmMir2Lir::GenInlinedPeek(CallInfo* info, OpSize size) { in GenInlinedPeek() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 159 bool GenInlinedPeek(CallInfo* info, OpSize size) OVERRIDE;
|
D | int_arm64.cc | 708 bool Arm64Mir2Lir::GenInlinedPeek(CallInfo* info, OpSize size) { in GenInlinedPeek() function in art::Arm64Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 195 bool GenInlinedPeek(CallInfo* info, OpSize size) OVERRIDE;
|
D | int_x86.cc | 1031 bool X86Mir2Lir::GenInlinedPeek(CallInfo* info, OpSize size) { in GenInlinedPeek() function in art::X86Mir2Lir
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 600 return backend->GenInlinedPeek(info, static_cast<OpSize>(intrinsic.d.data)); in GenIntrinsic()
|
D | mir_to_lir.h | 1304 virtual bool GenInlinedPeek(CallInfo* info, OpSize size) = 0;
|