Home
last modified time | relevance | path

Searched refs:SetCodeEntryAndMarkAOT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp128 SetCodeEntryAndMarkAOT(codeEntry); in SetCompiledFuncEntry()
Dmethod.h389 void SetCodeEntryAndMarkAOT(uintptr_t codeEntry) in SetCodeEntryAndMarkAOT() function
Djs_serializer.cpp1340 method->SetCodeEntryAndMarkAOT(codeEntry); in ReadMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp284 method->SetCodeEntryAndMarkAOT(static_cast<uintptr_t>(mainEntry)); in SetAOTMainFuncEntry()
310 method->SetCodeEntryAndMarkAOT(codeEntry); in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1960 method->SetCodeEntryAndMarkAOT(codeEntry); in HWTEST_F_L0()