Searched defs:slowPath_ (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ic_stub_builder.cpp | 56 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor() local 64 BRANCH(TaggedIsNumber(receiver_), &tryNumber, slowPath_); in NamedICAccessor() local 67 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in NamedICAccessor() local 96 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in ValuedICAccessor() local 130 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond); in ValuedICAccessor() local 145 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); ValuedICAccessor() local 164 BRANCH(TaggedIsHole(ret), slowPath_, success_); LoadICByName() local 182 BRANCH(TaggedIsHole(ret), slowPath_, success_); StoreICByName() local 262 BRANCH(TaggedIsHole(ret), slowPath_, success_); StoreICByValue() local 268 BRANCH(TaggedIsHole(ret), slowPath_, success_); StoreICByValue() local 283 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); TryLoadGlobalICByName() local 288 BRANCH(TaggedIsHole(ret), slowPath_, success_); TryLoadGlobalICByName() local 304 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); TryStoreGlobalICByName() local 309 BRANCH(TaggedIsHole(ret), slowPath_, success_); TryStoreGlobalICByName() local [all...] |
Completed in 1 milliseconds