Home
last modified time | relevance | path

Searched refs:IsStack (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.cpp36 } else if (location.IsStack()) { in RegAllocStat()
Dreg_alloc_resolver.h70 } else if (location.IsStack()) { in AddLocationToRoots()
Dspill_fills_resolver.h98 if (location.IsStack()) { in Map()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h104 bool IsStack() const in IsStack() function
121 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_new_test.cpp205 EXPECT_TRUE(location2.IsStack()); in __anonf1f112df0202()
Dcompiler_graph_test.cpp317 EXPECT_TRUE(location.MakeStackSlot(3).IsStack()); // 3: random number
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp502 } else if (location.IsStack()) { in DumpLocationsUsage()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp276 } else if (value->IsStack()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h494 bool IsStack();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp214 if (tagged->IsStack()) { in FromTagged()
457 if (tagged->IsStack()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3459 bool JSValueRef::IsStack() in IsStack() function in panda::JSValueRef