Searched refs:SetAotCodeBit (Results 1 – 9 of 9) sorted by relevance
45 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() function134 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() function137 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit()390 SetAotCodeBit(true); in SetCodeEntryAndMarkAOT()397 SetAotCodeBit(false); in ClearAOTFlags()
453 method->SetAotCodeBit(false); // if Construct is not ClassConstructor, don't run aot in ConstructInternal()
1655 method->SetAotCodeBit(true); in NewAotFunction()
70 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() function128 static uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() function
68 method->SetAotCodeBit(true); in DEF_RUNTIME_STUBS()
2493 …ctor->GetCallTarget()->SetAotCodeBit(false); // if Construct is not ClassConstructor, don't run aot in RuntimeOptConstructGeneric()
193 method->SetAotCodeBit(false); in RemoveAOTFlag()
233 destMethod->SetAotCodeBit(false); in ReplaceMethod()
211 mainMethod->SetAotCodeBit(true); in SetAOTMainFuncEntry()