Searched defs:icRuntime (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_test.cpp | 83 ICRuntime icRuntime(thread, handleProfileTypeInfo, slotId, ICKind::LoadIC); in HWTEST_F_L0() local 127 ICRuntime icRuntime(thread, handleProfileTypeInfo, slotId, ICKind::StoreIC); in HWTEST_F_L0() local 157 …ICRuntime icRuntime(thread, handleProfileTypeInfo, 4, ICKind::NamedGlobalLoadIC); // 4: means the… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1256 …LoadICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(),… in DEF_RUNTIME_STUBS() local 1274 …StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(), in DEF_RUNTIME_STUBS() local 1292 …StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(), in DEF_RUNTIME_STUBS() local 1660 LoadICRuntime icRuntime( in DEF_RUNTIME_STUBS() local 1680 LoadICRuntime icRuntime( in DEF_RUNTIME_STUBS() local 1699 StoreICRuntime icRuntime( in DEF_RUNTIME_STUBS() local 2166 LoadICRuntime icRuntime( in DEF_RUNTIME_STUBS() local
|