Searched defs:InitEhDefine (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ | ||
| D | x64_live.h | 27 void InitEhDefine(BB &bb) override {}; in InitEhDefine() function |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ | ||
| D | aarch64_live.cpp | 35 void AArch64LiveAnalysis::InitEhDefine(BB &bb) in InitEhDefine() function in maplebe::AArch64LiveAnalysis |
| D | aarch64_reaching.cpp | 137 void AArch64ReachingDefinition::InitEhDefine(BB &bb) in InitEhDefine() function in maplebe::AArch64ReachingDefinition |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ | ||
| D | x64_reaching.cpp | 168 void X64ReachingDefinition::InitEhDefine(BB &bb) in InitEhDefine() function in maplebe::X64ReachingDefinition |