Home
last modified time | relevance | path

Searched refs:CanFastCallBit (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h312 using CanFastCallBit = IsOptimizedBit::NextFlag; // 32 variable
322 static constexpr uint64_t FASTCALL_BIT = 1LU << CanFastCallBit::START_BIT;
486 CanFastCallBit::Set<uint32_t>(flag, GetBitFieldAddr()); in SetCanFastCall()
1223 return CanFastCallBit::Decode(bits); in CanFastCall()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h662 … return NotEqual(Int32And(bitfield, Int32(1LU << JSHClass::CanFastCallBit::START_BIT)), Int32(0)); in CanFastCall()
667 … return NotEqual(Int32And(bitfield, Int32(1LU << JSHClass::CanFastCallBit::START_BIT)), Int32(0)); in CanFastCallWithBitField()