Home
last modified time | relevance | path

Searched defs:MEGAMORPHIC_FLAG (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Daot_profiling_data.h109 …static constexpr int32_t MEGAMORPHIC_FLAG = 0xFFFFFFFF; // CC-OFF(G.NAM.03-CPP) project code style member
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h35 static constexpr uintptr_t MEGAMORPHIC_FLAG = static_cast<uintptr_t>(-1); variable