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.cpp756 bool isLive = IsLiveInAllPathBB(regNO, *succ, endBB, visitedBB, isFirstNo); in IsLiveInAllPathBB() local
1030 bool isLive = IsUseOrDefInAllPathBB(regNO, *succ, endBB, visitedBB); in IsUseOrDefInAllPathBB() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h144 void SetLive(bool isLive) in SetLive()
Dheap_snapshot.cpp38 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.h1876 mutable bool isLive = false; // only used for dse to save compile time variable