Home
last modified time | relevance | path

Searched refs:HAS_CHANGED_BITS (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproto_change_details.h40 static constexpr size_t HAS_CHANGED_BITS = 1; member in panda::ecmascript::ProtoChangeMarker
42 FIRST_BIT_FIELD(BitField, HasChanged, bool, HAS_CHANGED_BITS);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp720 GateRef mask = Int32(1LLU << (ProtoChangeMarker::HAS_CHANGED_BITS - 1)); in GetHasChanged()

Completed in 4 milliseconds