Searched refs:IsAotCodeBit (Results 1 – 2 of 2) sorted by relevance
56 using IsAotCodeBit = IsNativeBit::NextFlag; // offset 61 member57 using IsFastBuiltinBit = IsAotCodeBit::NextFlag; // offset 6272 callField_ = IsAotCodeBit::Update(callField_, isCompiled); in SetAotCodeBit()130 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()160 return IsAotCodeBit::Decode(callField); in IsAotWithCallField()
47 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()82 return IsAotCodeBit::Decode(callField); in IsAotWithCallField()429 using IsAotCodeBit = IsNativeBit::NextFlag; // offset 61 variable430 using IsFastBuiltinBit = IsAotCodeBit::NextFlag; // offset 62