Searched defs:isLive (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reaching.cpp | 879 bool isLive = IsLiveInAllPathBB(regNO, *succ, endBB, visitedBB, isFirstNo); in IsLiveInAllPathBB() local 904 bool isLive = IsLiveInAllPathBB(regNO, *ehSucc, endBB, visitedBB, isFirstNo); in IsLiveInAllPathBB() local 1177 bool isLive = IsUseOrDefInAllPathBB(regNO, *succ, endBB, visitedBB); in IsUseOrDefInAllPathBB() local 1199 bool isLive = IsUseOrDefInAllPathBB(regNO, *ehSucc, endBB, visitedBB); in IsUseOrDefInAllPathBB() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.h | 142 void SetLive(bool isLive) in SetLive()
|
| D | heap_snapshot.cpp | 55 size_t nativeSize, JSTaggedType entry, bool isLive) in NewNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 613 bool isLive = true; variable 1655 bool isLive = true; variable 1719 bool isLive = true; variable 1803 bool isLive = true; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 1857 mutable bool isLive = false; // only used for dse to save compile time variable
|