Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info_cell.h65JSHandle<ProfileTypeInfoCell> profileTypeInfoCell) in CreateOrGetExtraInfoMap()
79 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell) in UpdateExtraInfoMap()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp924 …JSHandle<ProfileTypeInfoCell> profileTypeInfoCell = factory->NewProfileTypeInfoCell(handleUndefine… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp465 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(thread_, header); in NewSEmptyProfileTypeInfoCell() local
Djs_function.cpp1064 auto profileTypeInfoCell = ProfileTypeInfoCell::Cast(profileTypeInfoCellVal); in UpdateProfileTypeInfoCell() local
Dobject_factory.cpp4938 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(thread_, header); in NewProfileTypeInfoCell() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1404 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
Dstub_builder-inl.h3110 inline void StubBuilder::SetValueToProfileTypeInfoCell(GateRef glue, GateRef profileTypeInfoCell, G… in SetValueToProfileTypeInfoCell()
3116 inline void StubBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp211 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell(profileTypeInfoValue); in ProfileDefineGetterSetter() local