Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h43 void GenerateCleanupCode(BB &bb) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp28 void X64CGFunc::GenerateCleanupCode(BB &bb) in GenerateCleanupCode() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h239 virtual void GenerateCleanupCode(BB &bb) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h523 void GenerateCleanupCode(BB &bb) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp2307 GenerateCleanupCode(*cleanupBB); in HandleFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6142 void AArch64CGFunc::GenerateCleanupCode(BB &bb) in GenerateCleanupCode() function in maplebe::AArch64CGFunc