Home
last modified time | relevance | path

Searched refs:IsExtraProfileTypeInfo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_extra_profiler.h28 CAST_CHECK(ExtraProfileTypeInfo, IsExtraProfileTypeInfo);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h281 inline bool JSTaggedValue::IsExtraProfileTypeInfo() const in IsExtraProfileTypeInfo() function in panda::ecmascript::JSTaggedValue
283 return IsHeapObject() && GetTaggedObject()->GetClass()->IsExtraProfileTypeInfo(); in IsExtraProfileTypeInfo()
H A Djs_tagged_value.h491 bool IsExtraProfileTypeInfo() const;
H A Djs_hclass.h1670 inline bool IsExtraProfileTypeInfo() const in IsExtraProfileTypeInfo() function in panda::ecmascript::JSHClass

Completed in 12 milliseconds