Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/
H A Don_heap.h30 static bool IsNone(OnHeapMode mode) in IsNone() function in panda::ecmascript::OnHeap
37 if (IsNone(first) || IsNone(second) || (first != second)) { in Merge()
45 ASSERT(!IsNone(mode)); in ToBoolean()
H A Delements.h71 static bool IsNone(ElementsKind kind) in IsNone() function in panda::ecmascript::Elements
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dreg_context.h54 if (!(*lhsIt).IsNone() && !(*rhsIt).IsNone()) { in UnionWith()
60 updated |= !(*lhsIt).IsNone(); in UnionWith()
80 if (oldAtv.IsNone()) { in ChangeValuesOfSameOrigin()
91 if (!(*it).IsNone()) { in ChangeValuesOfSameOrigin()
125 if (!regs_[idx].IsNone()) { in EnumerateAllRegs()
137 if (!regs_[idx].IsNone()) { in EnumerateAllRegs()
171 return regs_.InValidRange(num) && !regs_[num].IsNone(); in IsRegDefined()
231 if (!(*lhsIt).IsNone() && !(*rhsIt).IsNone()) { in RcUnion()
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_proto_transition_type_pool.h114 if (type.IsNone()) { in Add()
126 if (iter->second.IsNone()) { in Add()
137 if (entry.second.IsNone()) { in Iterate()
H A Dpgo_profile_type_pool.h104 return value.IsNone(); in IsReserved()
109 ASSERT(value.IsNone()); in GetReservedId()
H A Dpgo_method_type_set.cpp94 if (!typeInfo.GetType().IsNone()) { in ProcessToBinary()
162 if (typeInfoIter.GetType().IsNone()) { in ProcessToText()
204 if (typeInfoIter.GetType().IsNone()) { in ProcessToJson()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.cpp30 if (defType.IsNone()) { in Parse()
47 if (ctorPt.IsNone()) { in RecordTypeInfo()
53 if (protoPt.IsNone()) { in RecordTypeInfo()
134 if (ctorPt.IsNone()) { in RecordTypeInfo()
140 if (protoPt.IsNone()) { in RecordTypeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drange_analysis.cpp113 if (range.IsNone()) { in VisitTypedUnaryOp()
214 if (left.IsNone() || right.IsNone()) { in GetRangeOfCalculate()
237 if (value.IsNone() || shift.IsNone()) { in GetRangeOfShift()
291 if (range.IsNone()) { in GetRangeOfCompare()
H A Dtype_info_accessors.h374 if (!profileType->IsNone()) { in GetMethodId()
433 bool haveProfileType = !profileType->IsNone(); in IsHotnessFunc()
448 bool haveProfileType = !profileType->IsNone(); in GetFunctionTypeLength()
467 bool haveProfileType = !profileType->IsNone(); in IsNoGC()
485 bool haveProfileType = !profileType->IsNone(); in GetMethodIndex()
509 if (!profileType->IsNone()) { in GetMethodId()
518 return !profileType->IsNone(); in MethodOffsetIsVaild()
527 bool haveProfileType = !profileType->IsNone(); in CanFastCall()
544 bool haveProfileType = !profileType->IsNone(); in GetFuncMethodOffset()
H A Dnumber_gate_info.h320 bool IsNone() const in IsNone() function in panda::ecmascript::kungfu::RangeInfo
H A Dtype_info_accessors.cpp264 if (sampleType.GetPGOSampleType()->IsNone()) { in TryGetPGOBuiltinMethodId()
302 if (sampleType->IsNone()) { in FindHClass()
333 ASSERT(!sampleType->IsNone()); in GetHClass()
417 if (!profileType->IsNone()) { in CanOptimizeAsFastCall()
1417 if (sampleType->IsNone()) { in GetHClass()
H A Dgraph_linearizer.h307 bool IsNone() const in IsNone() function
H A Dgraph_linearizer.cpp682 if (prevInfo.IsNone()) { in VisitPreparedGate()
799 if (useInfo.IsNone()) { in GetCommonDominatorOfAllUses()
H A Dnumber_speculative_lowering.cpp906 ASSERT(!rangeInfos_[id].IsNone()); in GetRange()
/arkcompiler/runtime_core/static_core/verification/value/
H A Dabstract_typed_value.h33 bool IsNone() const in IsNone() function in ark::verifier::AbstractTypedValue
35 return type_.IsNone(); in IsNone()
H A Dabstract_value.h53 bool IsNone() const in IsNone() function in ark::verifier::AbstractValue
68 // ASSERT(IsNone() && rhs.IsNone()) in operator &()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h344 bool IsNone() const in IsNone() function in panda::ecmascript::pgo::PGOSampleTemplate
687 bool IsNone() const in IsNone() function in panda::ecmascript::pgo::PGOObjectTemplate
689 return receiverType_.IsNone(); in IsNone()
797 if (info.IsNone()) { in AddObjectInfo()
895 bool IsNone() const in IsNone() function in panda::ecmascript::pgo::PGORWOpTemplate
897 return type_.IsNone(); in IsNone()
1012 bool IsNone() const in IsNone() function in panda::ecmascript::pgo::PGOProtoTransitionTemplate
1014 return ihcType_.IsNone() || transIhcType_.IsNone(); in IsNone()
1019 return transIhcType_.IsNone(); in IsProtoTransitionNone()
[all...]
H A Dpgo_profile_type.h264 bool IsNone() const in IsNone() function in panda::ecmascript::pgo::ProfileType
571 bool IsNone() const in IsNone() function in panda::ecmascript::pgo::ProfileTypeRef
643 bool IsNone() const in IsNone() function in panda::ecmascript::pgo::ProfileTypeLegacy
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_type_info.h57 return !pgoTypeId_.IsNone(); in IsPGOType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.cpp196 if (OnHeap::IsNone(mode)) { in TrySetOnHeapMode()
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp106 ASSERT(!type.IsNone()); in NormalizedTypeOf()
H A Dtype_type.h132 ALWAYS_INLINE bool IsNone() const in IsNone() function in ark::verifier::Type
H A Dtype_type.cpp251 if (IsNone()) { in IsConsistent()
300 if (IsNone()) { in ToString()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp34 if (traceType.IsNone()) { in RecordProfileType()
1299 ASSERT(!baseType.IsNone()); in TryDumpProtoTransitionType()
1846 if (traceType.IsNone()) { in SetRootProfileType()
1864 if (childType.IsNone()) { in GetOrInsertProfileType()
H A Dpgo_profiler_layout.h613 if (root->GetProfileType().IsNone()) { in Convert()

Completed in 27 milliseconds

12