Home
last modified time | relevance | path

Searched defs:profileTypeInfoCell (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp987 …JSHandle<ProfileTypeInfoCell> profileTypeInfoCell = factory->NewProfileTypeInfoCell(handleUndefine… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp591 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(thread_, header); in NewSEmptyProfileTypeInfoCell() local
Djs_function.cpp1175 auto profileTypeInfoCell = ProfileTypeInfoCell::Cast(profileTypeInfoCellVal); in UpdateProfileTypeInfoCell() local
Dobject_factory.cpp5313 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(thread_, header); in NewProfileTypeInfoCell() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp259 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(profileTypeInfoValue); in ProfileDefineGetterSetter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1609 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
Dstub_builder-inl.h3596 inline void StubBuilder::SetValueToProfileTypeInfoCell(GateRef glue, GateRef profileTypeInfoCell, G… in SetValueToProfileTypeInfoCell()
3602 inline void StubBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
Dstub_builder.cpp12544 …d StubBuilder::TryToJitReuseCompiledFunc(GateRef glue, GateRef jsFunc, GateRef profileTypeInfoCell) in TryToJitReuseCompiledFunc()