Home
last modified time | relevance | path

Searched refs:IsFastCallBit (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h58 using IsFastCallBit = IsFastBuiltinBit::NextFlag; // offset 63 member
190 return IsFastCallBit::Update(callField, isFastCall); in SetIsFastCall()
195 callField_ = IsFastCallBit::Update(callField_, isFastCall); in SetIsFastCall()
200 return IsFastCallBit::Decode(callField); in IsFastCall()
205 return IsFastCallBit::Decode(callField_); in IsFastCall()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h113 return IsFastCallBit::Update(callField, isFastCall); in SetIsFastCall()
118 return IsFastCallBit::Decode(callField); in IsFastCall()
436 using IsFastCallBit = IsFastBuiltinBit::NextFlag; // offset 63 variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h236 Int64LSR(callfield, Int64(MethodLiteral::IsFastCallBit::START_BIT)), in CanFastCallWithMethod()
237 Int64((1LU << MethodLiteral::IsFastCallBit::SIZE) - 1)), in CanFastCallWithMethod()
Dstub_builder-inl.h2724 Int64LSR(callfield, Int64(Method::IsFastCallBit::START_BIT)), in IsFastCall()
2725 Int64((1LU << Method::IsFastCallBit::SIZE) - 1)), in IsFastCall()