Searched refs:isCompiled (Results 1 – 6 of 6) sorted by relevance
70 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit()72 callField_ = IsAotCodeBit::Update(callField_, isCompiled); in SetAotCodeBit()128 static uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit()130 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()
45 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() argument47 return IsAotCodeBit::Update(callField, isCompiled); in SetAotCodeBit()134 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() argument137 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit()
53 isCompiled(): boolean { method in Property
332 void SetIsCompiled(bool isCompiled) in SetIsCompiled() argument334 CompileStateBit::CompiledBit::Set<uint8_t>(isCompiled, &compileState_.value_); in SetIsCompiled()
245 if (!prop.isCompiled()) {
217 if (prop.isCompiled()) {