Home
last modified time | relevance | path

Searched refs:GHCCallConv (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dextended_assembler_x64.cpp93 kungfu::CallSignature::CallConv::GHCCallConv; in BindAssemblerStub()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.cpp1076 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv); in DEF_CALL_SIGNATURE()
1143 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv);
1535 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv); in DEF_CALL_SIGNATURE()
1551 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv); in DEF_CALL_SIGNATURE()
1568 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv); in DEF_CALL_SIGNATURE()
1589 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv); in DEF_CALL_SIGNATURE()
1605 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv); in DEF_CALL_SIGNATURE()
1626 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv); in DEF_CALL_SIGNATURE()
1867 callSign->SetCallConv(CallSignature::CallConv::GHCCallConv);
H A Dcall_signature.h64 GHCCallConv = 1, member in panda::ecmascript::kungfu::CallSignature::TargetKind::CallConv
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dextend_assembler.cpp69 isGhcCallingConv_ = cs->GetCallConv() == kungfu::CallSignature::CallConv::GHCCallConv; in BindAssemblerStub()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp116 case CallSignature::CallConv::GHCCallConv: in SetFunctionCallConv()
786 if (calleeDescriptor->GetCallConv() == CallSignature::CallConv::GHCCallConv) { in SetCallConvAttr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1647 case CallSignature::CallConv::GHCCallConv: { in ConvertCallAttr()

Completed in 18 milliseconds