Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp149 conv = CallSignature::CallConv::WebKitJSCallConv; in GenerateCode()
H A Dlitecg_ir_builder.cpp1650 case CallSignature::CallConv::WebKitJSCallConv: { in ConvertCallAttr()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h65 WebKitJSCallConv = 2, member in panda::ecmascript::kungfu::CallSignature::TargetKind::CallConv
H A Dcall_signature.cpp1388 callSign->SetCallConv(CallSignature::CallConv::WebKitJSCallConv);
1871 callSign->SetCallConv(CallSignature::CallConv::WebKitJSCallConv);
2076 callSign->SetCallConv(CallSignature::CallConv::WebKitJSCallConv); in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp350 conv = CallSignature::CallConv::WebKitJSCallConv; in GenerateCode()
H A Dllvm_ir_builder.cpp119 case CallSignature::CallConv::WebKitJSCallConv: { in SetFunctionCallConv()
790 } else if (calleeDescriptor->GetCallConv() == CallSignature::CallConv::WebKitJSCallConv) { in SetCallConvAttr()

Completed in 21 milliseconds