Home
last modified time | relevance | path

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

/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/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/toolchain/tooling/agent/
Druntime_impl.cpp240 } else if (value->IsSet()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h431 bool IsSet();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp151 if (tagged->IsSet()) { in FromTagged()
343 if (tagged->IsSet()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3152 bool JSValueRef::IsSet() in IsSet() function in panda::JSValueRef