Home
last modified time | relevance | path

Searched refs:IsCompiledCode (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h80 return Cast(callTarget.GetTaggedObject())->IsCompiledCode(); in IsCompiledCodeFromCallTarget()
108 bool IsCompiledCode() const in IsCompiledCode() function
Djs_function.cpp625 if (func->IsCompiledCode()) { in ConstructInternal()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp402 return JSTaggedValue(func->IsCompiledCode()); in IsAOTCompiled()
449 bool isAotCompiled = func->IsCompiledCode(); in IsAOTDeoptimized()
470 bool isAotCompiled = func->IsCompiledCode(); in CheckDeoptStatus()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp567 if (func->IsCompiledCode()) { in ClearCompiledCodeStatusWhenDeopt()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp503 if (tier == CompilerTier::FAST && jsFunction->IsCompiledCode()) { in CheckJitCompileStatus()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2975 bool isCompiledCode = ctor->IsCompiledCode(); in RuntimeOptConstructGeneric()
Druntime_stubs.cpp3512 if (func->IsCompiledCode()) { in SaveFrameToContext()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp772 if (func->IsCompiledCode()) { in GeneratorReEnterInterpreter()