Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp31 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in NamedICAccessor() local
56 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor() local
100 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in ValuedICAccessor() local
145 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in ValuedICAccessor() local
278 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryLoadGlobalICByName() local
299 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryStoreGlobalICByName() local
H A Dic_stub_builder.h60 tryFastPath_ = tryFastPath; in SetLabels()
73 Label *tryFastPath_ {nullptr};

Completed in 2 milliseconds