Home
last modified time | relevance | path

Searched refs:fixOrder (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.h49 static void FixInstructionId32(const OldBytecodeInst &inst, uint32_t index, uint32_t fixOrder = 0);
H A Dpanda_file_translator.cpp1493 void PandaFileTranslator::FixInstructionId32(const OldBytecodeInst &inst, uint32_t index, uint32_t fixOrder) in FixInstructionId32() argument
1543 // which use both method id and literal buffer id.Using fixOrder indicates fix Location. in FixInstructionId32()
1544 if (fixOrder == 0) { in FixInstructionId32()
1554 if (fixOrder == 1) { in FixInstructionId32()

Completed in 3 milliseconds