Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp148 conv = CallSignature::CallConv::WebKitJSCallConv; in GenerateCode()
Dlitecg_ir_builder.cpp1618 case CallSignature::CallConv::WebKitJSCallConv: { in ConvertCallAttr()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h65 WebKitJSCallConv = 2, enumerator
Dcall_signature.cpp1383 callSign->SetCallConv(CallSignature::CallConv::WebKitJSCallConv);
1836 callSign->SetCallConv(CallSignature::CallConv::WebKitJSCallConv);
2041 callSign->SetCallConv(CallSignature::CallConv::WebKitJSCallConv); in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp350 conv = CallSignature::CallConv::WebKitJSCallConv; in GenerateCode()
Dllvm_ir_builder.cpp119 case CallSignature::CallConv::WebKitJSCallConv: { in SetFunctionCallConv()
790 } else if (calleeDescriptor->GetCallConv() == CallSignature::CallConv::WebKitJSCallConv) { in SetCallConvAttr()