/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | simplify_string_builder.cpp | 62 auto call = inst->CastToCallStatic(); in IsMethodStringBuilderConstructorWithStringArg() local 74 auto call = inst->CastToCallVirtual(); in IsMethodStringBuilderToString() local
|
D | inlining.cpp | 470 static inline CallInst *CloneVirtualCallInst(CallInst *call, Graph *graph) in CloneVirtualCallInst()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
D | gc_barriers.cpp | 97 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
|
D | llvm_ir_constructor.cpp | 306 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/ |
D | mark_always_inline.cpp | 71 auto call = dyn_cast<CallInst>(&instruction); in InlineCallTree() local
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
D | bytecodeopt_peepholes.cpp | 39 auto call = inst->CastToCallStatic(); in FindCtorCall() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
D | runtime_calls.cpp | 51 auto call = builder->CreateCall(calleeFuncTy, callee, arguments); in CreateEntrypointCallCommon() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
D | inst_builder-inl.h | 52 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/ |
D | split_resolver_test.cpp | 216 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
|
D | liveness_analyzer_test.cpp | 940 auto call = la.GetInstLifeIntervals(&INS(2U)); in TEST_F() local
|
D | reg_alloc_linear_scan_test.cpp | 1029 auto call = &INS(4U); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
D | ets_intrinsics_peephole.cpp | 154 auto call = graph->CreateInstCallVirtual(type, pc, runtime->GetMethodId(method)); in TryInsertCallInst() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | split_resolver_test.cpp | 213 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
|
D | liveness_analyzer_test.cpp | 907 auto call = la.GetInstLifeIntervals(&INS(2)); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | optimized_fast_call.cpp | 102 Label call; in OptimizedFastCallAndPushUndefined() local 223 Label call; in JSFastCallWithArgV() local 283 Label call; in JSFastCallWithArgVAndPushUndefined() local
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | bcGenUtil.ts | 268 export function call(args: VReg[], passThis: boolean): IRNode { function
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_job.cpp | 57 JSHandle<JSTaggedValue> call(thread, capability->GetResolve()); in PromiseReactionJob() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | optimized_fast_call.cpp | 106 Label call; in OptimizedFastCallAndPushUndefined() local 257 Label call; in JSFastCallWithArgV() local 336 Label call; in JSFastCallWithArgVAndPushUndefined() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | native_inline_lowering.cpp | 244 GateRef call = builder_.Call(cs, glue_, target, depend, args, gate); in NativeCallTS() local
|
D | llvm_ir_builder.cpp | 683 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/ |
D | stubbuilder.js | 34 var call = fun(100); variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
D | x64_cgfunc.cpp | 546 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/ |
D | call_graph.h | 554 …CallInfo *GenCallInfo(CallType type, MIRFunction *call, StmtNode *s, uint32 loopDepth, uint32 call… in GenCallInfo()
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 1092 call(node: ts.Node, args: VReg[], passThis: boolean): void { method in PandaGen
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | codegen.cpp | 1571 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()
|