Home
last modified time | relevance | path

Searched defs:slowpath (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1197 BRANCH(TaggedIsUndefined(enumCache), &slowpath, &cacheHit); in EnumerateObjectProperties() local
1957 BRANCH(TaggedIsUndefined(profileTypeInfo), &slowpath, &profileNotUndefined); in CreateEmptyArray() local
1960 BRANCH(TaggedIsHole(slotValue), &slowpath, &mayFastpath); in CreateEmptyArray() local
2002 BRANCH(TaggedIsUndefined(profileTypeInfo), &slowpath, &profileNotUndefined); in CreateArrayWithBuffer() local
2005 BRANCH(TaggedIsHole(slotValue), &slowpath, in CreateArrayWithBuffer() local
[all...]
H A Dstub_builder.cpp5739 BRANCH(TaggedIsHeapObject(obj), &fastpath, &slowpath); in FastGetPropertyByName() local
7885 BRANCH(NeedCheckProperty(receiver), &slowpath, &fastGetKey); in NextInternal() local

Completed in 21 milliseconds