/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_map.cpp | 27 if (!regMask.IsSet(reg)) { in SetMask() 35 if (!regMask.IsSet(reg)) { in SetMask() 43 if (regMask.IsSet(reg)) { in SetMask() 55 if (!regMask.IsSet(reg)) { in SetCallerFirstMask() 62 if (!regMask.IsSet(reg)) { in SetCallerFirstMask() 70 if (!regMask.IsSet(reg)) { in SetCallerFirstMask() 78 if (regMask.IsSet(reg)) { in SetCallerFirstMask()
|
D | location_mask.h | 63 bool IsSet(size_t position) const in IsSet() function
|
D | reg_alloc_base.h | 101 if (GetStackMask().IsSet(slot)) { in GetNextStackSlotImpl()
|
D | reg_alloc_base.cpp | 197 if (GetGraph()->GetArch() != Arch::AARCH32 || !mask.IsSet(sf.SrcValue())) { in SetPreassignedRegisters()
|
D | reg_alloc_graph_coloring.cpp | 448 if (mask.IsSet(interval->GetReg())) { in InitWorkingRanges()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_map.cpp | 27 if (!reg_mask.IsSet(reg)) { in SetMask() 35 if (!reg_mask.IsSet(reg)) { in SetMask() 43 if (reg_mask.IsSet(reg)) { in SetMask() 55 if (!reg_mask.IsSet(reg)) { in SetCallerFirstMask() 62 if (!reg_mask.IsSet(reg)) { in SetCallerFirstMask() 70 if (!reg_mask.IsSet(reg)) { in SetCallerFirstMask() 78 if (reg_mask.IsSet(reg)) { in SetCallerFirstMask()
|
D | reg_alloc_base.h | 100 if (GetStackMask().IsSet(slot)) { in GetNextStackSlotImpl()
|
D | location_mask.h | 66 bool IsSet(size_t position) const in IsSet() function
|
D | reg_alloc_base.cpp | 184 if (GetGraph()->GetArch() != Arch::AARCH32 || !mask.IsSet(sf.SrcValue())) { in SetPreassignedRegisters()
|
D | reg_alloc_graph_coloring.cpp | 365 if (mask.IsSet(interval->GetReg())) { in InitWorkingRanges()
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
D | cpu_affinity.h | 65 [[nodiscard]] bool IsSet(int cpu) const; 178 if (cpuset.IsSet(i)) { in CpuSetToString()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | cpu_affinity.cpp | 56 bool CpuSet::IsSet(int cpu) const in IsSet() function in panda::os::CpuSet
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | lowering.h | 80 static bool IsSet(uint64_t flags, Flags flag) in IsSet() function 206 (IsSet(FLAGS, Flags::SINGLE_USER) && !inst->HasSingleUser())) { in Capture() 214 … if (IsSet(FLAGS, Flags::COMMUTATIVE) && L::Capture(inst->GetInput(1).GetInst(), args, insts) && in Capture()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | cpu_affinity.cpp | 51 bool CpuSet::IsSet(int cpu) const in IsSet() function in panda::os::CpuSet
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/ |
D | jsvaluerefiscontainer_fuzzer.cpp | 116 isSet->IsSet(); in JSValueRefIsSetFuzzTest()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.cpp | 299 if (live_set->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions() 335 if (live_set->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
|
D | liveness_analyzer.h | 439 bool IsSet(size_t index) in IsSet() function
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.cpp | 354 if (liveSet->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions() 399 if (liveSet->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
|
D | liveness_analyzer.h | 501 bool IsSet(size_t index) in IsSet() function
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_second_tests.cpp | 723 EXPECT_TRUE(Set->IsSet()); in HWTEST_F_L0() 1055 EXPECT_TRUE(set->IsSet()); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 206 } else if (value->IsSet()) { in GetProperties()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | JSNapi接口说明.md | 3312 ### IsSet subsection 3314 bool JSValueRef::IsSet(); 3332 bool res = setRef->IsSet();
|
D | jsnapi_expo.cpp | 489 bool JSValueRef::IsSet() in IsSet() function in panda::JSValueRef
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 425 bool IsSet();
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 154 if (tagged->IsSet()) { in FromTagged() 368 if (tagged->IsSet()) { in DescriptionForObject()
|