Home
last modified time | relevance | path

Searched refs:IsCompiledCodeFromCallTarget (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h83 static bool IsCompiledCodeFromCallTarget(const JSThread *thread, JSTaggedValue callTarget) in IsCompiledCodeFromCallTarget() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp217 …bool isCompiledCode = JSFunctionBase::IsCompiledCodeFromCallTarget(thread, info->GetFunctionValue(… in Execute()