Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp1508 uint16_t u16Index = index; in FixInstructionId32() local
1511 if (memcpy_s(pc + FixInstructionIndex::FIX_TWO, size, &u16Index, size) != EOK) { in FixInstructionId32()
1532 uint16_t u16Index = index; in FixInstructionId32() local
1535 if (memcpy_s(pc + FixInstructionIndex::FIX_TWO, size, &u16Index, size) != EOK) { in FixInstructionId32()
1556 uint16_t u16Index = index; in FixInstructionId32() local
1559 if (memcpy_s(pc + FixInstructionIndex::FIX_FOUR, size, &u16Index, size) != EOK) { in FixInstructionId32()

Completed in 5 milliseconds