Searched refs:tryFastPath_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ic_stub_builder.cpp | 31 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 D | ic_stub_builder.h | 60 tryFastPath_ = tryFastPath; in SetLabels() 73 Label *tryFastPath_ {nullptr};
|
Completed in 2 milliseconds