Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp62 auto call = inst->CastToCallStatic(); in IsMethodStringBuilderConstructorWithStringArg() local
74 auto call = inst->CastToCallVirtual(); in IsMethodStringBuilderToString() local
Dinlining.cpp470 static inline CallInst *CloneVirtualCallInst(CallInst *call, Graph *graph) in CloneVirtualCallInst()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp97 auto call = builder->CreateCall(funcTy, callee, {mem, offset, value, threadRegPtr}); in EmitPostWRB() local
105 … auto call = builder->CreateCall(funcTy, callee, {mem, offset, value, threadRegPtr, frameRegPtr}); in EmitPostWRB() local
Dllvm_ir_constructor.cpp306 auto call = builder_.CreateCall(ftype, callee, args, ""); in EmitSlowPathEntry() local
418 llvm::CallInst *call; in EmitTailCall() local
1802 auto call = ctor->builder_.CreateCall(funcType, ptr, args); in VisitCallIndirect() local
1833 auto call = ctor->builder_.CreateCall(function->getFunctionType(), function, args); in VisitCall() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dmark_always_inline.cpp71 auto call = dyn_cast<CallInst>(&instruction); in InlineCallTree() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp39 auto call = inst->CastToCallStatic(); in FindCtorCall() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Druntime_calls.cpp51 auto call = builder->CreateCall(calleeFuncTy, callee, arguments); in CreateEntrypointCallCommon() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h52 CallInst *call = BuildCallInst<OPCODE>(method, methodId, pc, &resolver, classId); in BuildCall() local
92 …SetCallArgs(const BytecodeInstruction *bcInst, bool isRange, bool accRead, Inst *resolver, T *call, in SetCallArgs()
155 CallInst *call = nullptr; in BuildCallStaticInst() local
184 CallInst *call = nullptr; in BuildCallVirtualInst() local
222 CallInst *call = nullptr; in BuildCallInst() local
269 IntrinsicInst *call = GetGraph()->CreateInstIntrinsic(retType, pc, intrinsicId); in BuildDefaultStaticIntrinsic() local
653 auto call = GetGraph()->CreateInstIntrinsic(GetMethodReturnType(methodId), bcAddr, intrinsicId); in BuildDefaultVirtualCallIntrinsic() local
1303 CallInst *call = nullptr; in BuildCallStaticForInitObject() local
1375 CallInst *call = BuildCallStaticForInitObject(bcInst, methodId, &resolver); in BuildInitObject() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dsplit_resolver_test.cpp216 auto call = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
259 auto call = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
430 auto call = la->GetInstLifeIntervals(&INS(3U)); in TEST_F() local
1264 auto call = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
Dliveness_analyzer_test.cpp940 auto call = la.GetInstLifeIntervals(&INS(2U)); in TEST_F() local
Dreg_alloc_linear_scan_test.cpp1029 auto call = &INS(4U); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp154 auto call = graph->CreateInstCallVirtual(type, pc, runtime->GetMethodId(method)); in TryInsertCallInst() local
/arkcompiler/runtime_core/compiler/tests/
Dsplit_resolver_test.cpp213 auto call = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local
255 auto call = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local
425 auto call = la->GetInstLifeIntervals(&INS(3)); in TEST_F() local
Dliveness_analyzer_test.cpp907 auto call = la.GetInstLifeIntervals(&INS(2)); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp102 Label call; in OptimizedFastCallAndPushUndefined() local
223 Label call; in JSFastCallWithArgV() local
283 Label call; in JSFastCallWithArgVAndPushUndefined() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts268 export function call(args: VReg[], passThis: boolean): IRNode { function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp57 JSHandle<JSTaggedValue> call(thread, capability->GetResolve()); in PromiseReactionJob() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp106 Label call; in OptimizedFastCallAndPushUndefined() local
257 Label call; in JSFastCallWithArgV() local
336 Label call; in JSFastCallWithArgVAndPushUndefined() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp244 GateRef call = builder_.Call(cs, glue_, target, depend, args, gate); in NativeCallTS() local
Dllvm_ir_builder.cpp683 void LLVMIRBuilder::SetGCLeafFunction(LLVMValueRef call) in SetGCLeafFunction()
692 void LLVMIRBuilder::SetCallConvAttr(const CallSignature *calleeDescriptor, LLVMValueRef call) in SetCallConvAttr()
948 LLVMValueRef call = nullptr; in VisitCall() local
995 …LLVMValueRef call = LLVMBuildCall2(builder_, funcType, callee, params.data(), inList.size() - para… in VisitBytecodeCall() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js34 var call = fun(100); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp546 Operand *X64CGFunc::SelectMalloc(UnaryNode &call, Operand &opnd0) in SelectMalloc()
557 Operand *X64CGFunc::SelectAlloca(UnaryNode &call, Operand &opnd0) in SelectAlloca()
562 Operand *X64CGFunc::SelectGCMalloc(GCMallocNode &call) in SelectGCMalloc()
567 Operand *X64CGFunc::SelectJarrayMalloc(JarrayMallocNode &call, Operand &opnd0) in SelectJarrayMalloc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h554 …CallInfo *GenCallInfo(CallType type, MIRFunction *call, StmtNode *s, uint32 loopDepth, uint32 call… in GenCallInfo()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts1092 call(node: ts.Node, args: VReg[], passThis: boolean): void { method in PandaGen
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1571 void Codegen::EmitCallResolvedVirtual(CallInst *call) in EmitCallResolvedVirtual()
1596 void Codegen::EmitCallVirtual(CallInst *call) in EmitCallVirtual()
1671 void Codegen::EmitCallResolvedStatic(CallInst *call) in EmitCallResolvedStatic()
1681 void Codegen::EmitCallStatic(CallInst *call) in EmitCallStatic()
1721 void Codegen::EmitCallDynamic(CallInst *call) in EmitCallDynamic()
1768 void Codegen::FinalizeCall(CallInst *call) in FinalizeCall()

12