Home
last modified time | relevance | path

Searched refs:GetStackMapParser (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h189 kungfu::ArkStackMapParser* GetStackMapParser() const;
Daot_file_manager.cpp423 kungfu::ArkStackMapParser *AOTFileManager::GetStackMapParser() const in GetStackMapParser() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp402 const_cast<JSThread *>(thread_)->GetEcmaVM()->GetAOTFileManager()->GetStackMapParser(); in Iterate()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp27 const_cast<JSThread *>(thread)->GetEcmaVM()->GetAOTFileManager()->GetStackMapParser(); in FrameIterator()