Home
last modified time | relevance | path

Searched refs:SetAotCodeBit (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h45 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() function
134 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() function
137 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit()
390 SetAotCodeBit(true); in SetCodeEntryAndMarkAOT()
397 SetAotCodeBit(false); in ClearAOTFlags()
Djs_function.cpp453 method->SetAotCodeBit(false); // if Construct is not ClassConstructor, don't run aot in ConstructInternal()
Dobject_factory.cpp1655 method->SetAotCodeBit(true); in NewAotFunction()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h70 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() function
128 static uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp68 method->SetAotCodeBit(true); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h2493 …ctor->GetCallTarget()->SetAotCodeBit(false); // if Construct is not ClassConstructor, don't run aot in RuntimeOptConstructGeneric()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp193 method->SetAotCodeBit(false); in RemoveAOTFlag()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp233 destMethod->SetAotCodeBit(false); in ReplaceMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp211 mainMethod->SetAotCodeBit(true); in SetAOTMainFuncEntry()