Searched defs:profileTypeInfoCell (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | dump_test.cpp | 981 JSHandle<ProfileTypeInfoCell> profileTypeInfoCell = factory->NewProfileTypeInfoCell(handleUndefined); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_function.cpp | 1064 auto profileTypeInfoCell = ProfileTypeInfoCell::Cast(profileTypeInfoCellVal); in UpdateProfileTypeInfoCell() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder.cpp | 1410 void CircuitBuilder::UpdateProfileTypeInfoCellType(GateRef glue, GateRef profileTypeInfoCell) in UpdateProfileTypeInfoCellType() argument
|
| H A D | stub_builder-inl.h | 3204 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 D | stub_builder.cpp | 10269 void StubBuilder::TryToJitReuseCompiledFunc(GateRef glue, GateRef jsFunc, GateRef profileTypeInfoCell) in TryToJitReuseCompiledFunc() argument 10294 Store(VariableType::JS_POINTER(), glue, profileTypeInfoCell, in TryToJitReuseCompiledFunc() local
|
Completed in 34 milliseconds