Home
last modified time | relevance | path

Searched defs:isLive (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreaching.cpp879 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/
Dheap_snapshot.h142 void SetLive(bool isLive) in SetLive()
Dheap_snapshot.cpp55 size_t nativeSize, JSTaggedType entry, bool isLive) in NewNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h613 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/
Dmir_nodes.h1857 mutable bool isLive = false; // only used for dse to save compile time variable