Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_map.cpp26 if (!reg_mask.IsSet(reg)) { in SetMask()
34 if (!reg_mask.IsSet(reg)) { in SetMask()
42 if (reg_mask.IsSet(reg)) { in SetMask()
54 if (!reg_mask.IsSet(reg)) { in SetCallerFirstMask()
61 if (!reg_mask.IsSet(reg)) { in SetCallerFirstMask()
69 if (!reg_mask.IsSet(reg)) { in SetCallerFirstMask()
77 if (reg_mask.IsSet(reg)) { in SetCallerFirstMask()
H A Dreg_alloc_base.h100 if (GetStackMask().IsSet(slot)) { in GetNextStackSlotImpl()
H A Dlocation_mask.h66 bool IsSet(size_t position) const
H A Dreg_alloc_base.cpp179 if (GetGraph()->GetArch() != Arch::AARCH32 || !mask.IsSet(sf.SrcValue())) { in SetPreassignedRegisters()
H A Dreg_alloc_graph_coloring.cpp358 if (mask.IsSet(interval->GetReg())) { in InitWorkingRanges()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_map.cpp28 if (!regMask.IsSet(reg)) { in SetMask()
36 if (!regMask.IsSet(reg)) { in SetMask()
52 if (!regMask.IsSet(reg)) { in SetCallerFirstMask()
60 if (!regMask.IsSet(reg)) { in SetCallerFirstMask()
68 if (!regMask.IsSet(reg)) { in SetCallerFirstMask()
81 if (regMask.IsSet(reg)) { in MapUnavailableRegisters()
H A Dlocation_mask.h63 bool IsSet(size_t position) const
H A Dreg_alloc_base.h102 if (GetStackMask().IsSet(slot)) { in GetNextStackSlotImpl()
H A Dreg_alloc_base.cpp196 if (GetGraph()->GetArch() != Arch::AARCH32 || !mask.IsSet(sf.SrcValue())) { in SetPreassignedRegisters()
H A Dreg_alloc_graph_coloring.cpp455 if (mask.IsSet(interval->GetReg())) { in InitWorkingRanges()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dcpu_affinity.h65 [[nodiscard]] bool IsSet(int cpu) const;
178 if (cpuset.IsSet(i)) { in CpuSetToString()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dcpu_affinity.cpp56 bool CpuSet::IsSet(int cpu) const in IsSet() function in ark::os::CpuSet
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.h80 static bool IsSet(uint64_t flags, Flags flag) in IsSet() function in ark::compiler::Lowering
207 (IsSet(FLAGS, Flags::SINGLE_USER) && !inst->HasSingleUser())) { in Capture()
215 if (IsSet(FLAGS, Flags::COMMUTATIVE) && L::Capture(inst->GetInput(1).GetInst(), args, insts) && in Capture()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp299 if (live_set->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
335 if (live_set->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
H A Dliveness_analyzer.h439 bool IsSet(size_t index)
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
H A Djsvaluerefiscontainer_fuzzer.cpp124 isSet->IsSet(vm); in JSValueRefIsSetFuzzTest()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dcpu_affinity.cpp51 bool CpuSet::IsSet(int cpu) const in IsSet() function in ark::os::CpuSet
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h501 bool IsSet(size_t index)
H A Dliveness_analyzer.cpp359 if (liveSet->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
400 if (liveSet->IsSet(interval->GetInst()->GetLinearNumber())) { in ProcessBlockLiveInstructions()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp726 * @tc.name: IsSet
744 EXPECT_TRUE(Set->IsSet(vm_)); in HWTEST_F_L0()
1042 * IsSet:Determine if it is a set container object
1062 EXPECT_TRUE(set->IsSet(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp425 JSNApiHelper::ToLocal<SetRef>(setTag)->IsSet(vm_); in HWTEST_F_L0()
428 TEST_TIME(JSValueRef::IsSet); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp241 } else if (value->IsSet(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp154 if (tagged->IsSet(ecmaVm)) { in FromTagged()
401 if (tagged->IsSet(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h526 bool IsSet(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp577 bool JSValueRef::IsSet(const EcmaVM *vm) in IsSet() function in panda::JSValueRef

Completed in 50 milliseconds