Searched refs:FIX_TWO (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | panda_file_translator.h | 32 enum FixInstructionIndex : uint8_t { FIX_ONE = 1, FIX_TWO = 2, FIX_FOUR = 4 }; enumerator
|
D | panda_file_translator.cpp | 1446 if (memcpy_s(pc + FixInstructionIndex::FIX_TWO, size, &u16Index, size) != EOK) { in FixInstructionId32() 1459 if (memcpy_s(pc + FixInstructionIndex::FIX_TWO, size, &index, size) != EOK) { in FixInstructionId32() 1470 if (memcpy_s(pc + FixInstructionIndex::FIX_TWO, size, &u16Index, size) != EOK) { in FixInstructionId32() 1483 if (memcpy_s(pc + FixInstructionIndex::FIX_TWO, size, &index, size) != EOK) { in FixInstructionId32()
|