Home
last modified time | relevance | path

Searched refs:GetDeoptType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h310 kungfu::DeoptType GetDeoptType(uint64_t extraLiteralInfo) const in GetDeoptType() function in panda::ecmascript::Method
315 kungfu::DeoptType GetDeoptType() const in GetDeoptType() function in panda::ecmascript::Method
318 return GetDeoptType(extraLiteralInfo); in GetDeoptType()
H A Dmethod.cpp80 return GetDeoptType() != kungfu::DeoptType::NONE; in IsDeoptimized()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp269 methodKey.deoptType = method->GetDeoptType(); in GetStack()
338 methodKey.deoptType = method->GetDeoptType(); in GetStackCallNapi()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp505 method->GetDeoptType() != kungfu::DeoptType::NONE || in CheckDeoptStatus()

Completed in 5 milliseconds