Home
last modified time | relevance | path

Searched refs:icAccessor_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp29 if (icAccessor_.GetICState() == ProfileTypeAccessor::ICState::MEGA) { in UpdateLoadHandler()
79 icAccessor_.AddHandlerWithoutKey(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
85 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
87 icAccessor_.AddHandlerWithKey(key, JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()
93 if (icAccessor_.GetICState() == ProfileTypeAccessor::ICState::MEGA) { in UpdateLoadStringHandler()
98 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadStringHandler()
103 if (icAccessor_.GetICState() == ProfileTypeAccessor::ICState::MEGA) { in UpdateTypedArrayHandler()
109 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateTypedArrayHandler()
115 if (icAccessor_.GetICState() == ProfileTypeAccessor::ICState::MEGA) { in UpdateStoreHandler()
143 icAccessor_ in UpdateStoreHandler()
[all...]
H A Dic_runtime.h34 : thread_(thread), icAccessor_(thread, profileTypeInfo, slotId, kind) in ICRuntime()
57 return icAccessor_.GetKind(); in GetICKind()
65 ProfileTypeAccessor icAccessor_; member in panda::ecmascript::ICRuntime

Completed in 2 milliseconds