/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
D | ets_reference.h | 36 bool IsStack() const in IsStack() function 38 return GetReference()->IsStack(); in IsStack()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_stat.cpp | 36 } else if (location.IsStack()) { in RegAllocStat()
|
D | reg_alloc_resolver.h | 77 } else if (location.IsStack()) { in AddLocationToRoots()
|
D | spill_fills_resolver.h | 99 if (location.IsStack()) { in Map()
|
D | reg_alloc_linear_scan.cpp | 454 ASSERT(!interval->GetLocation().IsStack()); in AssignStackSlot()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_stat.cpp | 36 } else if (location.IsStack()) { in RegAllocStat()
|
D | reg_alloc_resolver.h | 70 } else if (location.IsStack()) { in AddLocationToRoots()
|
D | spill_fills_resolver.h | 98 if (location.IsStack()) { in Map()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | locations.h | 105 bool IsStack() const in IsStack() function 122 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | locations.h | 104 bool IsStack() const in IsStack() function 121 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
D | reference.h | 60 bool IsStack() const in IsStack() function
|
D | reference_storage.cpp | 451 ASSERT(stackRefInput->IsStack()); in StackReferenceCheck()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
D | reg_alloc_verifier.cpp | 44 if (location.IsStack()) { in GetPhiLocationState() 63 if (location.IsStack()) { in GetPhiLocationState()
|
D | liveness_analyzer.cpp | 626 } else if (location.IsStack()) { in DumpLocationsUsage()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | liveness_analyzer_new_test.cpp | 205 EXPECT_TRUE(location2.IsStack()); in __anonf4e4c0c00202()
|
D | compiler_graph_test.cpp | 317 EXPECT_TRUE(location.MakeStackSlot(3).IsStack()); // 3: random number
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.cpp | 502 } else if (location.IsStack()) { in DumpLocationsUsage()
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 242 } else if (value->IsStack()) { in GetProperties()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 488 bool IsStack();
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 217 if (tagged->IsStack()) { in FromTagged() 482 if (tagged->IsStack()) { in DescriptionForObject()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | reg_alloc_linear_scan_test.cpp | 1640 … EXPECT_TRUE(loc.IsConstant() || loc.IsRegister() || loc.IsStack()) << *sibling->GetInst(); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | ffi_workload.cpp | 5973 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/ |
D | jsnapi_expo.cpp | 774 bool JSValueRef::IsStack() in IsStack() function in panda::JSValueRef
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | codegen.cpp | 62 } else if (location.IsStack()) { in FixIntervals()
|