Home
last modified time | relevance | path

Searched refs:IsSet (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_map.cpp27 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()
Dlocation_mask.h63 bool IsSet(size_t position) const in IsSet() function
Dreg_alloc_base.h101 if (GetStackMask().IsSet(slot)) { in GetNextStackSlotImpl()
Dreg_alloc_base.cpp197 if (GetGraph()->GetArch() != Arch::AARCH32 || !mask.IsSet(sf.SrcValue())) { in SetPreassignedRegisters()
Dreg_alloc_graph_coloring.cpp448 if (mask.IsSet(interval->GetReg())) { in InitWorkingRanges()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_map.cpp27 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()
Dreg_alloc_base.h100 if (GetStackMask().IsSet(slot)) { in GetNextStackSlotImpl()
Dlocation_mask.h66 bool IsSet(size_t position) const in IsSet() function
Dreg_alloc_base.cpp184 if (GetGraph()->GetArch() != Arch::AARCH32 || !mask.IsSet(sf.SrcValue())) { in SetPreassignedRegisters()
Dreg_alloc_graph_coloring.cpp365 if (mask.IsSet(interval->GetReg())) { in InitWorkingRanges()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dcpu_affinity.h65 [[nodiscard]] bool IsSet(int cpu) const;
178 if (cpuset.IsSet(i)) { in CpuSetToString()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dcpu_affinity.cpp56 bool CpuSet::IsSet(int cpu) const in IsSet() function in panda::os::CpuSet
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h80 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/
Dcpu_affinity.cpp51 bool CpuSet::IsSet(int cpu) const in IsSet() function in panda::os::CpuSet
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp116 isSet->IsSet(); in JSValueRefIsSetFuzzTest()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp299 if (live_set->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
335 if (live_set->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
Dliveness_analyzer.h439 bool IsSet(size_t index) in IsSet() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp354 if (liveSet->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
399 if (liveSet->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
Dliveness_analyzer.h501 bool IsSet(size_t index) in IsSet() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp723 EXPECT_TRUE(Set->IsSet()); in HWTEST_F_L0()
1055 EXPECT_TRUE(set->IsSet()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp206 } else if (value->IsSet()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3312 ### IsSet subsection
3314 bool JSValueRef::IsSet();
3332 bool res = setRef->IsSet();
Djsnapi_expo.cpp489 bool JSValueRef::IsSet() in IsSet() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h425 bool IsSet();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp154 if (tagged->IsSet()) { in FromTagged()
368 if (tagged->IsSet()) { in DescriptionForObject()

12