Searched refs:TranslateClass (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | panda_file_translator.h | 41 static void TranslateClass(const JSThread *thread, JSPandaFile *jsPandaFile, const CString &methodName,
|
H A D | js_pandafile.cpp | 481 jsPandaFile_->TranslateClass(thread_, *methodNamePtr_); in Run() 486 void JSPandaFile::TranslateClass(JSThread *thread, const CString &methodName) in TranslateClass() function in panda::ecmascript::JSPandaFile 491 PandaFileTranslator::TranslateClass(thread, this, methodName, methodIdx, classIdx); in TranslateClass() 543 TranslateClass(thread, methodName); in TranslateClasses()
|
H A D | js_pandafile.h | 459 void TranslateClass(JSThread *thread, const CString &methodName);
|
H A D | panda_file_translator.cpp | 96 void PandaFileTranslator::TranslateClass(const JSThread *thread, JSPandaFile *jsPandaFile, in TranslateClass() function in panda::ecmascript::PandaFileTranslator
|
Completed in 6 milliseconds