Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h56 using IsAotCodeBit = IsNativeBit::NextFlag; // offset 61 member
57 using IsFastBuiltinBit = IsAotCodeBit::NextFlag; // offset 62
72 callField_ = IsAotCodeBit::Update(callField_, isCompiled); in SetAotCodeBit()
130 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()
160 return IsAotCodeBit::Decode(callField); in IsAotWithCallField()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h47 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()
82 return IsAotCodeBit::Decode(callField); in IsAotWithCallField()
429 using IsAotCodeBit = IsNativeBit::NextFlag; // offset 61 variable
430 using IsFastBuiltinBit = IsAotCodeBit::NextFlag; // offset 62