Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_live.h27 void ProcessCallInsnParam(BB &bb, const Insn &insn) const override {}; in ProcessCallInsnParam() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_live.cpp35 void AArch64LiveAnalysis::ProcessCallInsnParam(BB &bb, const Insn &insn) const in ProcessCallInsnParam() function in maplebe::AArch64LiveAnalysis