Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1534 StringItem *variable_type = container->GetOrCreateStringItem(v.signature); in EmitLocalVariable() local
1536 program->EmitStartLocal(constant_pool, v.reg, variable_name, variable_type); in EmitLocalVariable()
1539 …program->EmitStartLocalExtended(constant_pool, v.reg, variable_name, variable_type, type_signature… in EmitLocalVariable()