Home
last modified time | relevance | path

Searched defs:call_inst (Results 1 – 8 of 8) sorted by relevance

/art/compiler/llvm/
Dgbc_expander.cc476 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 …]
Druntime_support_builder_x86.cc73 CallInst* call_inst = irb_.CreateCall(func, value); in EmitStoreToThreadOffset() local
Druntime_support_builder.cc59 CallInst* call_inst = irb_.CreateCall(func); in EmitGetCurrentThread() local
159 CallInst* call_inst = irb_.CreateCall(slow_func, EmitGetCurrentThread()); in EmitTestSuspend() local
Druntime_support_builder_arm.cc94 CallInst* call_inst = irb_.CreateCall(func, value); in EmitStoreToThreadOffset() local
/art/compiler/dex/quick/mips/
Dcall_mips.cc260 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/
Dcall_arm.cc437 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/
Dgen_common.cc837 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
Dgen_invoke.cc46 LIR* call_inst; in CallHelper() local
1422 LIR* call_inst; in GenInvoke() local