Home
last modified time | relevance | path

Searched defs:X64CallConvImpl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h129 X64CallConvImpl(BECommon &be) : beCommon(be) in X64CallConvImpl() function
133 X64CallConvImpl(BECommon &be, CallConvKind convKind) : beCommon(be), convKind(convKind) {} in X64CallConvImpl() function
Dx64_reg_info.h23 class X64CallConvImpl; variable