Home
last modified time | relevance | path

Searched refs:IsProfileTypeInfoCell0 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h291 inline bool JSTaggedValue::IsProfileTypeInfoCell0() const in IsProfileTypeInfoCell0() function in panda::ecmascript::JSTaggedValue
293 return IsHeapObject() && GetTaggedObject()->GetClass()->IsProfileTypeInfoCell0(); in IsProfileTypeInfoCell0()
H A Djs_tagged_value.h493 bool IsProfileTypeInfoCell0() const;
H A Djs_hclass.h1681 inline bool IsProfileTypeInfoCell0() const in IsProfileTypeInfoCell0() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp161 Branch(IsProfileTypeInfoCell0(slotValue), &isProfileTypeInfoCell0, &exit); in ProfileDefineClass()
H A Dstub_builder.h421 GateRef IsProfileTypeInfoCell0(GateRef obj);
H A Dstub_builder-inl.h1464 inline GateRef StubBuilder::IsProfileTypeInfoCell0(GateRef obj) in IsProfileTypeInfoCell0() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1331 if (!slotValue.IsProfileTypeInfoCell0()) { in DumpDefineClass()

Completed in 29 milliseconds