Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h42 void GenSaveMethodInfoCode(BB &bb) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp24 void X64CGFunc::GenSaveMethodInfoCode(BB &bb) in GenSaveMethodInfoCode() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h238 virtual void GenSaveMethodInfoCode(BB &bb) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h127 void GenSaveMethodInfoCode(BB &bb) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp2309 GenSaveMethodInfoCode(*firstBB); in HandleFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6449 void AArch64CGFunc::GenSaveMethodInfoCode(BB &bb) in GenSaveMethodInfoCode() function in maplebe::AArch64CGFunc