Searched defs:isProtoChangeMarker (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 1431 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, slowPath);
in Filter() local 2643 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, slowPath);
in Map() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.cpp | 1506 BRANCH_CIR2(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit); in IsEnumCacheValid() local
|
| H A D | new_object_stub_builder.cpp | 2192 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, &accessorNotChanged);
in NewTypedArray() local
|
| H A D | stub_builder.cpp | 8217 BRANCH(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit); in IsEnumCacheWithProtoChainInfoValid() local
|
Completed in 33 milliseconds