Home
last modified time | relevance | path

Searched refs:SetHasCall (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h276 void SetHasCall() in SetHasCall() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp166 void MIRFunction::SetHasCall() in SetHasCall() function in maple::MIRFunction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6780 GetCurBB()->SetHasCall(); in GenerateCleanupCode()
7051 bb.SetHasCall(); in GenSaveMethodInfoCode()
7392 GetCurBB()->SetHasCall(); in GenRetCleanup()
7452 GetCurBB()->SetHasCall(); in GenRetCleanup()
7631 GetCurBB()->SetHasCall(); in HandleRCCall()
7666 GetCurBB()->SetHasCall(); in HandleRCCall()
7753 GetCurBB()->SetHasCall(); in HandleRCCall()
8978 GetFunction().SetHasCall(); in IntrinsifyStringIndexOf()
9077 GetCurBB()->SetHasCall(); in SelectCall()
9103 GetFunction().SetHasCall(); in SelectCall()
[all …]
Daarch64_color_ra.cpp1230 lu->second->SetHasCall(true); in UpdateCallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h468 void SetHasCall();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp586 cgFunc->GetCurBB()->SetHasCall(); in AppendCall()
587 cgFunc->GetFunction().SetHasCall(); in AppendCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h160 void SetHasCall(bool hasCall) in SetHasCall() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1395 cgFunc.GetCurBB()->SetHasCall(); in HandleICall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1109 GetCurrentFunc()->SetHasCall(); in LowerCallStmt()