Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp497 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(thread_, header); in NewSEmptyProfileTypeInfoCell() local
Djs_function.cpp1111 auto profileTypeInfoCell = ProfileTypeInfoCell::Cast(profileTypeInfoCellVal); in UpdateProfileTypeInfoCell() local
Dobject_factory.cpp5140 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(thread_, header); in NewProfileTypeInfoCell() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp981 …JSHandle<ProfileTypeInfoCell> profileTypeInfoCell = factory->NewProfileTypeInfoCell(handleUndefine… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp255 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(profileTypeInfoValue); in ProfileDefineGetterSetter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1498 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
Dstub_builder-inl.h3382 inline void StubBuilder::SetValueToProfileTypeInfoCell(GateRef glue, GateRef profileTypeInfoCell, G… in SetValueToProfileTypeInfoCell()
3388 inline void StubBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
Dstub_builder.cpp11114 …d StubBuilder::TryToJitReuseCompiledFunc(GateRef glue, GateRef jsFunc, GateRef profileTypeInfoCell) in TryToJitReuseCompiledFunc()
11166 …ilder::TryToBaselineJitReuseCompiledFunc(GateRef glue, GateRef jsFunc, GateRef profileTypeInfoCell) in TryToBaselineJitReuseCompiledFunc()