Home
last modified time | relevance | path

Searched defs:isProtoChangeMarker (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp1431 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, slowPath); in Filter() local
2643 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, slowPath); in Map() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1506 BRANCH_CIR2(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit); in IsEnumCacheValid() local
H A Dnew_object_stub_builder.cpp2192 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, &accessorNotChanged); in NewTypedArray() local
H A Dstub_builder.cpp8217 BRANCH(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit); in IsEnumCacheWithProtoChainInfoValid() local

Completed in 33 milliseconds