Searched refs:TaggedIsProtoChangeMarker (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_circuit_builder.h | 252 GateRef CircuitBuilder::TaggedIsProtoChangeMarker(GateRef obj) in TaggedIsProtoChangeMarker() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | stub_builder-inl.h | 1757 inline GateRef StubBuilder::TaggedIsProtoChangeMarker(GateRef obj) in TaggedIsProtoChangeMarker() function in panda::ecmascript::kungfu::StubBuilder 1759 return env_->GetBuilder()->TaggedIsProtoChangeMarker(obj); in TaggedIsProtoChangeMarker()
|
H A D | circuit_builder.h | 720 inline GateRef TaggedIsProtoChangeMarker(GateRef obj);
|
H A D | stub_builder.h | 296 GateRef TaggedIsProtoChangeMarker(GateRef obj);
|
H A D | mcr_circuit_builder.cpp | 1506 BRANCH_CIR2(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit); in IsEnumCacheValid()
|
H A D | new_object_stub_builder.cpp | 2192 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, &accessorNotChanged);
in NewTypedArray()
|
H A D | stub_builder.cpp | 8217 BRANCH(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit); in IsEnumCacheWithProtoChainInfoValid()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_typedarray_stub_builder.cpp | 1431 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, slowPath);
in Filter() 2643 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, slowPath);
in Map()
|
Completed in 59 milliseconds