Home
last modified time | relevance | path

Searched defs:profileTypeInfoCell (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp981 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell = factory->NewProfileTypeInfoCell(handleUndefined); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp1064 auto profileTypeInfoCell = ProfileTypeInfoCell::Cast(profileTypeInfoCellVal); in UpdateProfileTypeInfoCell() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1410 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType() argument
H A Dstub_builder-inl.h3204 inline void StubBuilder::SetValueToProfileTypeInfoCell(GateRef glue, GateRef profileTypeInfoCell, GateRef value) in SetValueToProfileTypeInfoCell() argument
3207 Store(VariableType::JS_POINTER(), glue, profileTypeInfoCell, offset, value); in SetValueToProfileTypeInfoCell() local
3210 inline void StubBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType() argument
H A Dstub_builder.cpp10269 void StubBuilder::TryToJitReuseCompiledFunc(GateRef glue, GateRef jsFunc, GateRef profileTypeInfoCell) in TryToJitReuseCompiledFunc() argument
10294 Store(VariableType::JS_POINTER(), glue, profileTypeInfoCell, in TryToJitReuseCompiledFunc() local

Completed in 51 milliseconds