Home
last modified time | relevance | path

Searched defs:literalIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp448 …auto literalIndex = (bcIns.GetId <BytecodeInstruction::Format::IMM8_ID16_ID16_IMM16_V8, 1>()).AsRa… in CollectConstantPoolIndexInfoFromBC() local
455 …auto literalIndex = (bcIns.GetId <BytecodeInstruction::Format::IMM16_ID16_ID16_IMM16_V8, 1>()).AsR… in CollectConstantPoolIndexInfoFromBC() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp293 uint32_t literalIndex = 0; in ParseUnionType() local
Dts_manager.cpp1187 uint32_t literalIndex = item.second; in ResolveSnapshotConstantPool() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_loader.cpp489 void QuickFixLoader::InsertBaseClassMethodInfo(uint32_t constpoolIndex, uint32_t literalIndex, Meth… in InsertBaseClassMethodInfo()