Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference.h36 bool IsStack() const in IsStack() function
38 return GetReference()->IsStack(); in IsStack()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.cpp36 } else if (location.IsStack()) { in RegAllocStat()
Dreg_alloc_resolver.h77 } else if (location.IsStack()) { in AddLocationToRoots()
Dspill_fills_resolver.h99 if (location.IsStack()) { in Map()
Dreg_alloc_linear_scan.cpp454 ASSERT(!interval->GetLocation().IsStack()); in AssignStackSlot()
/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/static_core/compiler/optimizer/ir/
Dlocations.h105 bool IsStack() const in IsStack() function
122 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h104 bool IsStack() const in IsStack() function
121 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference.h60 bool IsStack() const in IsStack() function
Dreference_storage.cpp451 ASSERT(stackRefInput->IsStack()); in StackReferenceCheck()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp44 if (location.IsStack()) { in GetPhiLocationState()
63 if (location.IsStack()) { in GetPhiLocationState()
Dliveness_analyzer.cpp626 } else if (location.IsStack()) { in DumpLocationsUsage()
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_new_test.cpp205 EXPECT_TRUE(location2.IsStack()); in __anonf4e4c0c00202()
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.cpp242 } else if (value->IsStack()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h488 bool IsStack();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp217 if (tagged->IsStack()) { in FromTagged()
482 if (tagged->IsStack()) { in DescriptionForObject()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_linear_scan_test.cpp1640 … EXPECT_TRUE(loc.IsConstant() || loc.IsRegister() || loc.IsStack()) << *sibling->GetInst(); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5973 JSNApiHelper::ToLocal<ArrayRef>(stcak)->IsStack(); in HWTEST_F_L0()
5976 TEST_TIME(JSValueRef::IsStack); in HWTEST_F_L0()
5986 object->IsStack(); in HWTEST_F_L0()
5989 TEST_TIME(JSValueRef::IsStack); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp774 bool JSValueRef::IsStack() in IsStack() function in panda::JSValueRef
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp62 } else if (location.IsStack()) { in FixIntervals()