Home
last modified time | relevance | path

Searched defs:isAot (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/pgo_aot_call_deopt_bridge/
Dpgo_aot_call_deopt_bridge.ts16 let isAot = false; variable
/arkcompiler/ets_runtime/test/aottest/pgo_fast_call_deopt_bridge/
Dpgo_fast_call_deopt_bridge.ts16 let isAot = false; variable
/arkcompiler/ets_runtime/test/aottest/pgo_fast_call_bridge/
Dpgo_fast_call_bridge.ts23 let isAot = ArkTools.isAOTCompiled(f); variable
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.h55 …explicit FunctionCallStat(const CString &name, bool isAot) : PandaRuntimeCallerStat(name), isAot_(… in FunctionCallStat()
Dfunction_call_timer.cpp21 void FunctionCallTimer::StartCount(size_t id, bool isAot) in StartCount()
60 void FunctionCallTimer::InitialStatAndTimer(Method *method, size_t methodId, bool isAot) in InitialStatAndTimer()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp265 int PGOTypeManager::GetHolderHIndexByPGOObjectInfoType(pgo::PGOObjectInfo type, bool isAot) in GetHolderHIndexByPGOObjectInfoType()
279 int PGOTypeManager::GetReceiverHIndexByPGOObjectInfoType(pgo::PGOObjectInfo type, bool isAot) in GetReceiverHIndexByPGOObjectInfoType()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1419 [[maybe_unused]] bool isAot) in GetCallProfile()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3642 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer()