Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dextended_assembler_x64.cpp92 isGhcCallingConv_ = cs->GetCallConv() == in BindAssemblerStub()
/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/
H A Dcall_signature.h304 CallConv GetCallConv() const in GetCallConv() function in panda::ecmascript::kungfu::CallSignature::TargetKind
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp335 LLVMIRBuilder builder(&graph, circuit, module_, function, cfg, cs->GetCallConv(), enableLog_, false, cs->GetName()); in GenerateCodeForStub()
H A Dllvm_ir_builder.cpp786 if (calleeDescriptor->GetCallConv() == CallSignature::CallConv::GHCCallConv) { in SetCallConvAttr()
790 } else if (calleeDescriptor->GetCallConv() == CallSignature::CallConv::WebKitJSCallConv) { in SetCallConvAttr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1593 lmirBuilder_->SetStmtCallConv(callNode, ConvertCallAttr(calleeDescriptor->GetCallConv())); in VisitCall()

Completed in 15 milliseconds