Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.h48 static void FixOpcode(MethodLiteral *method, const OldBytecodeInst &inst);
Dpanda_file_translator.cpp310 void PandaFileTranslator::FixOpcode(MethodLiteral *method, const OldBytecodeInst &inst) in FixOpcode() function in panda::ecmascript::PandaFileTranslator
1584 FixOpcode(const_cast<MethodLiteral *>(method), bcIns); in TranslateBytecode()