Searched defs:call_inst (Results 1 – 8 of 8) sorted by relevance
/art/compiler/llvm/ |
D | gbc_expander.cc | 476 llvm::CallInst* call_inst = llvm::dyn_cast<llvm::CallInst>(inst_iter); in RewriteBasicBlock() local 833 llvm::Value* GBCExpanderPass::EmitInvoke(llvm::CallInst& call_inst) { in EmitInvoke() 926 bool GBCExpanderPass::EmitIntrinsic(llvm::CallInst& call_inst, in EmitIntrinsic() 947 bool GBCExpanderPass::EmitIntrinsicStringLengthOrIsEmpty(llvm::CallInst& call_inst, in EmitIntrinsicStringLengthOrIsEmpty() 975 void GBCExpanderPass::Expand_TestSuspend(llvm::CallInst& call_inst) { in Expand_TestSuspend() 1012 void GBCExpanderPass::Expand_MarkGCCard(llvm::CallInst& call_inst) { in Expand_MarkGCCard() 1069 void GBCExpanderPass::Expand_FilledNewArray(llvm::CallInst& call_inst) { in Expand_FilledNewArray() 1243 llvm::Value* GBCExpanderPass::Expand_Invoke(llvm::CallInst& call_inst) { in Expand_Invoke() 1272 llvm::Value* GBCExpanderPass::Expand_DivRem(llvm::CallInst& call_inst, in Expand_DivRem() 1569 llvm::Value* GBCExpanderPass::Expand_HLArrayGet(llvm::CallInst& call_inst, in Expand_HLArrayGet() [all …]
|
D | runtime_support_builder_x86.cc | 73 CallInst* call_inst = irb_.CreateCall(func, value); in EmitStoreToThreadOffset() local
|
D | runtime_support_builder.cc | 59 CallInst* call_inst = irb_.CreateCall(func); in EmitGetCurrentThread() local 159 CallInst* call_inst = irb_.CreateCall(slow_func, EmitGetCurrentThread()); in EmitTestSuspend() local
|
D | runtime_support_builder_arm.cc | 94 CallInst* call_inst = irb_.CreateCall(func, value); in EmitStoreToThreadOffset() local
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 260 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* ) in GenFillArrayData() local 275 LIR* call_inst = OpReg(kOpBlx, r_tgt); in GenMonitorEnter() local 290 LIR* call_inst = OpReg(kOpBlx, r_tgt); in GenMonitorExit() local
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 437 LIR* call_inst = OpReg(kOpBlx, rARM_LR); in GenFillArrayData() local 490 LIR* call_inst = OpReg(kOpBlx, rARM_LR); in GenMonitorEnter() local 521 LIR* call_inst = OpReg(kOpBlx, rARM_LR); in GenMonitorExit() local
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 837 LIR* call_inst = OpReg(kOpBlx, r_tgt); // .eq, helper(Method*, string_idx) in GenConstString() local 843 LIR* call_inst = OpReg(kOpBlx, r_tgt); in GenConstString() local
|
D | gen_invoke.cc | 46 LIR* call_inst; in CallHelper() local 1422 LIR* call_inst; in GenInvoke() local
|