Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h46 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit() function
135 void SetAotCodeBit(bool isCompiled) in SetAotCodeBit() function
138 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit()
391 SetAotCodeBit(true); in SetCodeEntryAndMarkAOT()
398 SetAotCodeBit(false); in ClearAOTFlags()
Dmethod.cpp132 methodLiteral->SetAotCodeBit(true); in SetCompiledFuncEntry()
Djs_function.cpp565 method->SetAotCodeBit(false); // if Construct is not ClassConstructor, don't run aot in ConstructInternal()
Dobject_factory.cpp1840 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/compiler/aot_file/
Daot_file_manager.cpp280 mainMethod->SetAotCodeBit(true); in SetAOTMainFuncEntry()
291 methodLiteral->SetAotCodeBit(true); in SetAOTMainFuncEntry()
317 methodLiteral->SetAotCodeBit(true); in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp68 method->SetAotCodeBit(true); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h2724 …ctor->GetCallTarget()->SetAotCodeBit(false); // if Construct is not ClassConstructor, don't run aot in GetResultValue()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp253 destMethod->SetAotCodeBit(false); in ReplaceMethod()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp226 method->SetAotCodeBit(false); in RemoveAOTFlag()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1945 methodLiteral->SetAotCodeBit(true); in HWTEST_F_L0()