Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp26 Label tryIC(env); in NamedICAccessor()
31 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in NamedICAccessor() local
32 Bind(&tryIC); in NamedICAccessor()
99 Label tryIC(env); in ValuedICAccessor()
100 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in ValuedICAccessor() local
101 Bind(&tryIC); in ValuedICAccessor()
275 Label tryIC(env); in TryLoadGlobalICByName()
278 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryLoadGlobalICByName() local
279 Bind(&tryIC); in TryLoadGlobalICByName()
296 Label tryIC(en in TryStoreGlobalICByName()
299 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); TryStoreGlobalICByName() local
[all...]

Completed in 2 milliseconds