Home
last modified time | relevance | path

Searched refs:IsFastCallBit (Results 1 – 2 of 2) 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.h112 return IsFastCallBit::Update(callField, isFastCall); in SetIsFastCall()
117 return IsFastCallBit::Decode(callField); in IsFastCall()
431 using IsFastCallBit = IsFastBuiltinBit::NextFlag; // offset 63 variable